22 Commits

Author SHA1 Message Date
64ff095002 add page to display all guestbooks 2025-03-23 15:15:08 -07:00
303e51f53e fix website creation event trigger 2025-03-23 14:53:13 -07:00
e065d5630c implement hiding and unhiding a comment 2025-03-23 14:39:48 -07:00
fa5507e719 convert user deleted field 2025-03-23 14:39:31 -07:00
7537fa2e92 implement comment deletion and debug mode 2025-03-23 12:57:49 -07:00
365e727284 cleanup unused code and add not implemented handler so links don't 404 2025-03-23 08:48:56 -07:00
672dca5bb9 Merge pull request '10-WebsiteModel' (#13) from 10-WebsiteModel into dev
Reviewed-on: #13
2025-03-22 20:15:36 +00:00
c8ff7021c8 finish conversion to templ, add website model
The primary model users will interact with is now Websites, which will have a single guestbook associated with it (though this is not enforced by the database).
2025-03-22 13:13:13 -07:00
11c0815676 check user owns guestbook 2025-03-15 12:18:17 -07:00
6c18752230 new guestbook functions 2025-03-15 11:00:10 -07:00
36bfde1e4d upgrade packages 2025-03-15 10:59:48 -07:00
2a15f4b91d error handling for usermodel and reformatting 2025-03-15 10:57:51 -07:00
adaf6cf87d slug and shortId conversion functions 2025-03-15 10:57:22 -07:00
5c8817aa2a split handlers into multiple files 2025-03-15 10:49:39 -07:00
b58ea19a86 remove unused function and get message queue 2025-03-09 00:02:41 -07:00
e658f15463 separate guestbook from dashboard, add specific comments view 2025-03-01 16:44:35 -07:00
d899769ba0 convert most frontend to templ, implement design wireframes 2025-03-01 13:12:21 -07:00
19364225c9 interface improvements, use integer ids, add htmx for guestbook creation 2024-12-15 10:25:37 -07:00
e54875f943 add user login 2024-11-11 12:55:01 -07:00
741b304032 create and retrieve handlers, basic templates and styling, sessions 2024-10-22 22:25:30 -07:00
4fc9bb5c1f initial commit 2024-10-15 21:34:57 -07:00
80cb26c286 Initial commit 2024-10-06 19:01:11 +00:00