-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update: add option to update from dashboard #564
Conversation
Caution Review failedThe pull request is closed. WalkthroughWalkthroughThe documentation has been updated to clarify the process for updating software repositories. Users can now choose between two distinct methods for installation: through an update notification or directly from the HACS dashboard. These changes enhance user navigation, making it easier to keep everything up to date—after all, a well-updated system is a happy system! Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant UpdateNotification
participant HACS_Dashboard
User->>UpdateNotification: Check for updates
UpdateNotification-->>User: Notify of available updates
User->>UpdateNotification: Select "Install"
UpdateNotification-->>User: Update installed
User->>HACS_Dashboard: Open dashboard
HACS_Dashboard-->>User: Show repositories with updates
User->>HACS_Dashboard: Select repository
HACS_Dashboard-->>User: Redownload repository
HACS_Dashboard-->>User: Update installed
Remember, keeping your repositories updated is like watering a plant—neglect it, and it’ll wither! So, don’t forget to feed those updates regularly! 🌱😄 Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configuration File (
|
No description provided.