Last active
April 12, 2026 19:12
-
-
Save davidystephenson/8270103f755320fbd60e3254848a9a6f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| - Global: "Every page shows the navbar at the top. | |
| The navbar is a horizontal bar that stretches all the way across the top of the page. | |
| On mobile is collapses with a menu button that shows the navigatioin items in a popover. | |
| The navbar includes links to the Shows page, Channels page, and Prizes page. Blah blah blah..." | |
| - Routes | |
| - Shows | |
| - Channels | |
| - Prizes | |
| - Account: "The account route group includes various pages that let you control your user data. | |
| There is no /account page, but all pages in the account route group share design elements. | |
| All pages in the account route group show the account sidebar on the left. | |
| The account sidebar is a vertical bar that stretches all the way across the left side of the page. | |
| On mobile the design is not responsive. | |
| The account sidebar includes links to the Wallet page, Orders page, Messages page, blah blah blah..." | |
| - Wallet: | |
| "The wallet page is hosted at /account/wallet, and lets you control your payment methods." | |
| - Orders: | |
| "The orders page is hosted at /account/orders, and lets you see your orders." | |
| - Message: | |
| "The messages page is hosted at /account/messages, and lets you send messages." |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment