-
-
Couldn't load subscription status.
- Fork 0
feat: Update views to use firetower-backed data #32
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
Conversation
846071f to
777a300
Compare
| <div className="mb-space-lg flex items-start justify-between"> | ||
| <span className="text-content-secondary text-sm">{incident.id}</span> | ||
| <span className="text-content-secondary text-sm flex items-center gap-space-xs leading-none"> | ||
| {incident.is_private && <span aria-label="Private incident">🔒</span>} |
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 looking at private incidents in the list, I felt it needed a more obvious distinction. 🔒
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.
don't need transformers anymore woo
Updates the UI views to use the new serializers/models to render firetower-stored incidents.
Also implements pagination and infinite scroll on frontend.