summaryrefslogtreecommitdiffhomepage
path: root/main.go
Commit message (Collapse)AuthorAgeFilesLines
* Add a coin designs page for NLThomas Voss 2024-08-091-5/+7
|
* Rename some componentsThomas Voss 2024-08-081-3/+3
|
* Add /coins/designsThomas Voss 2024-08-081-4/+5
|
* Add /coinsThomas Voss 2024-08-081-0/+1
|
* Handle fonts with the file serverThomas Voss 2024-08-081-1/+1
|
* Move the language selection screen to language.templThomas Voss 2024-08-081-1/+1
|
* Set the theme before doing i18nThomas Voss 2024-08-081-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 pageThomas Voss 2024-08-081-0/+1
|
* Run go fmtThomas Voss 2024-08-071-2/+2
|
* Allow the user to change their themeThomas Voss 2024-08-071-0/+30
|
* Set a theme cookieThomas Voss 2024-08-071-1/+5
|
* Properly redirect the user after language selectionThomas Voss 2024-08-071-0/+11
|
* Just use hardcoded stringsThomas Voss 2024-08-071-3/+3
|
* Redirect the user after a language is setThomas Voss 2024-08-071-1/+11
|
* Remove redundant w.WriteHeader() callThomas Voss 2024-08-071-1/+0
|
* Add a commentThomas Voss 2024-08-071-0/+1
|
* Don’t create a new contextThomas Voss 2024-08-071-2/+1
|
* Look for the favicon in /staticThomas Voss 2024-08-071-1/+3
|
* Genesis commitThomas Voss 2024-08-071-0/+71