aboutsummaryrefslogtreecommitdiff
path: root/ui/pages/post
AgeCommit message (Collapse)Author
2024-01-23move ui templates into src, update conf to handle other paths, export User ↵Alexander Kavon
Insert Hooks
2024-01-23new tables: tags, post_tags, generated sqlboiler tags model, updated ↵Alexander Kavon
posts/get template, updated posts table to take nullable description and user_id foreign key
2024-01-22ui post/get and ui comments templates, more base templatingAlexander Kavon
2024-01-22ui post/get and ui comments templatesAlexander Kavon
2024-01-22add posts table migration, add sqlboiler post model, post routes: create, ↵Alexander Kavon
store, get, post create ui template, remove email from user create route