Skip to content
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

Add status bar provider #11066

Merged
merged 6 commits into from
Apr 22, 2024
Merged

Add status bar provider #11066

merged 6 commits into from
Apr 22, 2024

Conversation

hawkeye217
Copy link
Collaborator

This PR adds a new status bar provider to the UI. Status bar messages can be added/deleted/cleared in any component. Messages can be added with a key and optional id. All messages with the same key can be cleared, or individual messages with a specific id can be removed.

  • Status bar displays "system is healthy" when there are no issues
  • Potential problems added under the "stats" key
  • Added messages for motion tuner changes and restart reminder for mask/zone editor
  • Added a deep memoization hook (with a fast isEqual from lodash) for the stats object
  • Added a string util function for quick first-letter capitalization

Copy link

netlify bot commented Apr 22, 2024

Deploy Preview for frigate-docs ready!

Name Link
🔨 Latest commit 7d70e9d
🔍 Latest deploy log https://app.netlify.com/sites/frigate-docs/deploys/6626688768ecc40008300286
😎 Deploy Preview https://deploy-preview-11066--frigate-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@NickM-27 NickM-27 merged commit ba3930a into dev Apr 22, 2024
13 checks passed
@NickM-27 NickM-27 deleted the statusbar-context branch April 22, 2024 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants