Profile navigation and 404 handling in spoonsor
By RepoJournal , from @bgrgndzz's public GitHub activity
Backfilled
Buğra Gündüz shipped eight commits across navigation, profile features, and error pages in spoonsor.
The largest change replaced a user modal with a redirect to the profile page [1], simplifying how users access profile information. He added a contact button to the profile page itself [2] to make outreach more discoverable.
Three commits went toward error handling: building a 404 UI [6], serving it when routes don't exist [5], and centering the header logo on that page [7]. He also wired up an activation page to serve when needed [8].
On the data side, he filtered out the logged-in user from appearing in events and sponsors lists [3], preventing self-referential display. He added a footer to the index page [4], and continued work on the profile contact feature [2].
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] remove user modal, redirect to profile instead bgrgndzz/spoonsor
- [2] add contact button to profile bgrgndzz/spoonsor
- [3] hide self in events and sponsors bgrgndzz/spoonsor
- [4] add footer to index bgrgndzz/spoonsor
- [5] serve 404 view bgrgndzz/spoonsor
- [6] create 404 ui bgrgndzz/spoonsor
- [7] center 404 header logo bgrgndzz/spoonsor
- [8] serve activation page bgrgndzz/spoonsor