summaryrefslogtreecommitdiffhomepage
path: root/main.go
Commit message (Collapse)AuthorAgeFilesLines
* Migrate away from templ and towards html/templateThomas Voss 2024-09-131-177/+11
|
* Add a Jargon pageThomas Voss 2024-08-211-0/+1
|
* Add a 404 pageThomas Voss 2024-08-211-26/+27
|
* Add email supportThomas Voss 2024-08-121-6/+51
|
* Add a TODOThomas Voss 2024-08-121-0/+1
|
* Use a new mintage formatThomas Voss 2024-08-121-18/+8
|
* More work on mintagesThomas Voss 2024-08-111-2/+14
|
* Giant refactoring of the codebaseThomas Voss 2024-08-111-15/+67
|
* Do setting and theme toggling on the frontendThomas Voss 2024-08-101-34/+1
|
* 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