Onboarding modals and post reporting flow
By RepoJournal , from @bgrgndzz's public GitHub activity
Backfilled
Buğra Gündüz built out the reporting interaction for bloom, adding modals for onboarding and wiring up the hide and refresh logic when posts are flagged.
Three commits to bgrgndzz/bloom landed across the reporting feature. The first added two onboarding modals for testing [1], establishing the initial UX patterns for new users. The second change hid reported posts from the feed [2], keeping flagged content out of view. The third refreshed the page when a post is reported [3], ensuring the UI stayed in sync after a report action.
One email a day. Unsubscribe in one click.
A short briefing every day bgrgndzz ships something — in about 3 minutes.
One email a day. Unsubscribe in one click. Read a past issue →
References
- [1] add 2 onboarding modals for testing bgrgndzz/bloom
- [2] hide reported posts bgrgndzz/bloom
- [3] refresh page when a post is reported bgrgndzz/bloom