From 8d70b57299a9215416969c9dd9704527f42eaa6c Mon Sep 17 00:00:00 2001 From: "Zed A. Shaw" Date: Sun, 31 Aug 2025 11:23:12 -0400 Subject: [PATCH] Brought over most of the changes from go-web-starter-kit. --- .gitignore | 1 + Makefile | 2 +- pages/layouts/main.html | 15 ++++++----- static/input_style.css | 22 ++++++++++++---- static/js/alpine-intersect.js | 1 + static/js/code.js | 49 ++++++++++++++++++++++++++++++----- static/style.css | 41 +++++++++++++++++++++++------ tools/pragmas.sql | 6 +++++ views/admin/table/new.html | 16 ++++++------ views/admin/table/view.html | 8 +++--- views/layouts/main.html | 39 ++++++++++++++++------------ 11 files changed, 143 insertions(+), 57 deletions(-) create mode 100644 static/js/alpine-intersect.js create mode 100644 tools/pragmas.sql diff --git a/.gitignore b/.gitignore index 67a3671..df4168b 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,4 @@ coverage/* config.toml public *.idx +*.sqlite3 diff --git a/Makefile b/Makefile index f52b9cb..2de3a91 100644 --- a/Makefile +++ b/Makefile @@ -48,7 +48,7 @@ tailwind_install: chmod oug+x tailwindcss-linux-x64 sudo mv tailwindcss-linux-x64 /usr/local/bin/tailwindcss -dev: +dev: tailwind site go tool air -build.stop_on_error "true" coverage: diff --git a/pages/layouts/main.html b/pages/layouts/main.html index 712627d..1a077fb 100644 --- a/pages/layouts/main.html +++ b/pages/layouts/main.html @@ -8,19 +8,22 @@ + + + ZedShaw.games - -
+ +