Zed A. Shaw
|
736095a5aa
|
Nicer testing setup with my own interface and methods that abstract away the weird browser API.
|
2025-07-11 14:34:47 -04:00 |
|
Zed A. Shaw
|
a3d4a3dc70
|
Make a little not to use a fake email.
|
2025-07-10 22:37:32 -04:00 |
|
Zed A. Shaw
|
ecc264db8c
|
Now easier to write tests for the app, and most pages are at least touched.
|
2025-07-10 13:06:19 -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
|
3c9a624d66
|
Tracking a possible corruption but that is _overwriting my damn templates with garbage._
|
2025-07-06 00:59:33 -04:00 |
|
Zed A. Shaw
|
3bd8d38847
|
Managed to get a simple and NOT SECURE login system going.
|
2025-07-06 00:38:01 -04:00 |
|
Zed A. Shaw
|
c64874cb51
|
Can now generate a lot of the static content from templates in pages/ WARNING: I kept seeing page _templates_ getting corrupted on rendering, which is no bueno.
|
2025-07-04 23:59:25 -04:00 |
|
Zed A. Shaw
|
7e48768e36
|
Just confirming that pages are not getting mangles.
|
2025-07-04 23:22:01 -04:00 |
|
Zed A. Shaw
|
f476605ecf
|
Came up with the pages/ directory that's templates which are rendered into public for the static pages.
|
2025-07-04 11:31:15 -04:00 |
|