Commit graph

19 commits

Author SHA1 Message Date
Zed A. Shaw
931c493928 Games now have a page and everything works on multiple size screens, but I need to do a serious refactoring to normalize all data to be Go style. 2025-09-18 14:57:52 -04:00
Zed A. Shaw
fcb71add03 Add an /api/authcheck and use it to toggle logout/login link on top header. 2025-09-17 11:33:22 -04:00
Zed A. Shaw
fc99fc955b Live page now looks better, just need to make form submit not reload the page. 2025-09-17 00:30:12 -04:00
Zed A. Shaw
29a4957a55 Landing page is looking good, now for the live page. 2025-09-16 23:30:51 -04:00
Zed A. Shaw
931dbe3f9e Now it works. Thanks to Twitch chat for helping me realize that flex-col changes how justify works because that's so fun. 2025-09-16 01:18:53 -04:00
Zed A. Shaw
a2f9660d81 Landing page is designed now. 2025-09-14 13:33:33 -04:00
Zed A. Shaw
71ee505717 Migrated to the new go-web-dev-kit setup. 2025-09-13 15:08:19 -04:00
Zed A. Shaw
8d70b57299 Brought over most of the changes from go-web-starter-kit. 2025-08-31 11:23:12 -04:00
Zed A. Shaw
26f61eb68b Figured out that SVG is hot garbage and got an icon to work for the home icon. 2025-08-18 11:46:19 -04:00
Zed A. Shaw
0b40ef0125 Removed blockstart and replicated it in tailwind's thing. 2025-08-11 15:00:52 -04:00
Zed A. Shaw
5da8697759 Fully converted to tailwind now. 2025-08-11 13:56:06 -04:00
Zed A. Shaw
8906322b6d A bit of tweaking of the design to learn more about tailwind. 2025-08-10 21:38:34 -04:00
Zed A. Shaw
9729ebc7ac Started the tailwind conversion process. 2025-08-10 01:19:30 -04:00
Zed A. Shaw
d98325564f Updated the layout to have a blockstart for every page so that markdown works. 2025-08-04 23:34:24 -04:00
Zed A. Shaw
3fd8169d83 First stab at a form submit off an alpine.js form. Honestly not great. It's a lot of code already for even less functionality. 2025-07-27 00:29:27 -04:00
Zed A. Shaw
ec7298cce0 Refactor everything that's used all over into a common/ package and sync files from static/ into public/ so that public's not in the git. 2025-07-25 11:35:04 -04:00
Zed A. Shaw
d095bc9ff4 Now can alternatively generate a static page for a URL from pages, or dynamically return it with c.Render from views. Did this for games and streams. 2025-07-10 11:46:56 -04:00
Zed A. Shaw
db58b38917 Simple test of having a render handler that simply renders files by URL name. 2025-06-24 14:46:05 -04:00
Zed A. Shaw
55f59d88b6 Sorted out how to do views with Go html/template, how to put code in subdirectories for a namespace, and documented why Go's modules are so weird. 2025-06-06 13:12:38 -04:00