summaryrefslogtreecommitdiff
path: root/scripts/seed.sh
AgeCommit message (Collapse)AuthorFilesLines
2026-03-13feat: add letters feature with detail view and listingHEADmainBobby1-7/+7
- Introduced new routes for letters and their details. - Created pages for displaying letter details and listing letters. - Added new types for letters, including participants, messages, and attachments. - Implemented API calls for fetching letters and managing messages (reply, edit, delete). - Enhanced stats to include unread letters and pending districts for staff users. - Updated styles for letters and their components. - Added privacy settings for letters (public and friends). - Modified user model to include letter privacy settings. - Improved error handling and user feedback in the UI.
2026-03-13fix: update DSN assignment to allow command line argument overrideBobby1-1/+1
2026-03-11refactor: remove libsql support and clean up database handlingBobby1-88/+6
2026-03-10feat: enhance entrypoint and seed scripts with improved logging and batch ↵Bobby1-5/+39
processing for database seeding
2026-03-10feat: add support for LibSQL database driver and enhance seeding processBobby1-8/+48
2026-03-10Add bios and signatures pages to enhance personal website contentBobby1-34/+253
- Created a new bios.html file featuring a collection of personal statements and interests, reflecting a nostalgic and creative approach to web design. - Added a signatures.html file with various playful and engaging messages, encouraging visitors to explore the site and embrace the spirit of the indie web.
2026-03-07feat(council): implement user sorting functionality and enhance user list ↵Bobby1-0/+61
display