Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename some components | Thomas Voss | 2024-08-08 | 1 | -3/+3 |
| | |||||
* | Add /coins/designs | Thomas Voss | 2024-08-08 | 1 | -4/+5 |
| | |||||
* | Add /coins | Thomas Voss | 2024-08-08 | 1 | -0/+1 |
| | |||||
* | Handle fonts with the file server | Thomas Voss | 2024-08-08 | 1 | -1/+1 |
| | |||||
* | Move the language selection screen to language.templ | Thomas Voss | 2024-08-08 | 1 | -1/+1 |
| | |||||
* | Set the theme before doing i18n | Thomas Voss | 2024-08-08 | 1 | -1/+1 |
| | | | | | | | | During i18n printer resolution, if there is no locale cookie we render the language selection screen. When this screen is rendered it will grab the users theme from the current context. As a result of not having added the theme to the context yet though, we get a panic. To mitigate this we set the theme before doing any internationalization. | ||||
* | Add an about page | Thomas Voss | 2024-08-08 | 1 | -0/+1 |
| | |||||
* | Run go fmt | Thomas Voss | 2024-08-07 | 1 | -2/+2 |
| | |||||
* | Allow the user to change their theme | Thomas Voss | 2024-08-07 | 1 | -0/+30 |
| | |||||
* | Set a theme cookie | Thomas Voss | 2024-08-07 | 1 | -1/+5 |
| | |||||
* | Properly redirect the user after language selection | Thomas Voss | 2024-08-07 | 1 | -0/+11 |
| | |||||
* | Just use hardcoded strings | Thomas Voss | 2024-08-07 | 1 | -3/+3 |
| | |||||
* | Redirect the user after a language is set | Thomas Voss | 2024-08-07 | 1 | -1/+11 |
| | |||||
* | Remove redundant w.WriteHeader() call | Thomas Voss | 2024-08-07 | 1 | -1/+0 |
| | |||||
* | Add a comment | Thomas Voss | 2024-08-07 | 1 | -0/+1 |
| | |||||
* | Don’t create a new context | Thomas Voss | 2024-08-07 | 1 | -2/+1 |
| | |||||
* | Look for the favicon in /static | Thomas Voss | 2024-08-07 | 1 | -1/+3 |
| | |||||
* | Genesis commit | Thomas Voss | 2024-08-07 | 1 | -0/+71 |