Thursday, Aug 30, 2018
shippedProfile navigation and 404 handling in spoonsor
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].
Sources
- remove user modal, redirect to profile instead · bgrgndzz/spoonsor
- add contact button to profile · bgrgndzz/spoonsor
- hide self in events and sponsors · bgrgndzz/spoonsor
- add footer to index · bgrgndzz/spoonsor
- serve 404 view · bgrgndzz/spoonsor
- create 404 ui · bgrgndzz/spoonsor
- center 404 header logo · bgrgndzz/spoonsor
- serve activation page · bgrgndzz/spoonsor