10 Commits (3fd8169d83a631bdabbc27011ba6e06cf0895a58)

Author SHA1 Message Date
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. 4 days ago
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. 5 days ago
Zed A. Shaw d12817f4cc I can now list the contents of a table and display a form for one row to update/delete, but haven't implemented update and delete. 2 weeks ago
Zed A. Shaw 2b40d6fdc3 Have a few of the basic admin pages working after switching to the API+View pattern. 2 weeks ago
Zed A. Shaw fa7f886a59 Now have a simple table list index and a table view, but the templates aren't good enough to easily use the Go reflect data. Will find one tomorrow that's better. 2 weeks ago
Zed A. Shaw 859e3ad0e3 Initial setup of an admin page that dynamically reflects the DB to create the CRUD stuff. 2 weeks ago
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. 3 weeks ago
Zed A. Shaw b9d5dbb2e9 Tinkering with how to do a 'check view, then static' style of templates, but maybe I need to do a generator? 1 month ago
Zed A. Shaw db58b38917 Simple test of having a render handler that simply renders files by URL name. 1 month ago
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. 2 months ago