Zed A. Shaw
|
051474bdc9
|
Refactor to use plain GoStyleCamelCase instead of json_style_snake_case.
|
2025-09-18 15:44:53 -04:00 |
|
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
|
71ee505717
|
Migrated to the new go-web-dev-kit setup.
|
2025-09-13 15:08:19 -04:00 |
|
Zed A. Shaw
|
c29077aa4c
|
Mostly done now, search works.
|
2025-07-28 03:30:34 -04:00 |
|
Zed A. Shaw
|
52e92a3814
|
Almost have pagination working. On the backend it works but I can't figure out how to make alpine do the request and update.
|
2025-07-27 12:43:15 -04:00 |
|
Zed A. Shaw
|
e178ca6733
|
Now can do all CRUD and just need search and pagination.
|
2025-07-27 11:22:33 -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
|
2b40d6fdc3
|
Have a few of the basic admin pages working after switching to the API+View pattern.
|
2025-07-16 01:06:14 -04:00 |
|
Zed A. Shaw
|
d481c260c5
|
Forgot that squirrel needs the =? on Where so switched to using sq.Eq all the time.
|
2025-07-15 00:10:58 -04:00 |
|