Skip to content

Conversation

@spalmurray
Copy link
Contributor

@spalmurray spalmurray commented Oct 23, 2025

Updates the UI views to use the new serializers/models to render firetower-stored incidents.

Also implements pagination and infinite scroll on frontend.

@spalmurray spalmurray changed the title (WIP)feat: Update views to use firetower-backed data feat: Update views to use firetower-backed data Oct 27, 2025
@spalmurray spalmurray force-pushed the spalmurray/update-views-for-own-data branch from 846071f to 777a300 Compare October 27, 2025 19:24
<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>}
Copy link
Contributor Author

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. 🔒

Copy link
Contributor Author

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

@spalmurray spalmurray marked this pull request as ready for review October 27, 2025 19:57
@keeakita keeakita self-requested a review October 27, 2025 21:12
@spalmurray spalmurray merged commit 6f8a194 into main Oct 28, 2025
10 checks passed
@spalmurray spalmurray deleted the spalmurray/update-views-for-own-data branch October 28, 2025 18:34
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.

3 participants