-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Feat(dashboard): show the Betterstack incident title in the dashboard #3006
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
base: main
Are you sure you want to change the base?
Conversation
|
WalkthroughThis pull request refactors incident status handling across the application. A new Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Rationale: The changes span three files with varied complexity. The first file is trivial (single CSS class addition). The second file involves moderate refactoring with new public exports (hook and type) alongside styling updates and component restructuring (+62/-59 lines). The third file requires careful review due to significant API changes, new types, caching mechanism replacement, and paging logic (+132/-46 lines). While individually heterogeneous within each file, the overall scope remains contained to incident status management with clear separation of concerns. 🚥 Pre-merge checks | ✅ 1 | ❌ 2❌ Failed checks (2 warnings)
✅ Passed checks (1 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When the incident panel is displayed, show the title added to BetterStack as the contents of the incident panel.
I've also brightened the UI so it's more visible.