summaryrefslogtreecommitdiff
path: root/scripts
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 handlingBobby2-148/+18
2026-03-11feat: enhance entrypoint script to drop indexes and tables with improved loggingBobby1-8/+17
2026-03-11fix: correct table retrieval command in entrypoint scriptBobby1-1/+1
2026-03-11fix: remove unnecessary waiting message before server processBobby1-1/+0
2026-03-11feat: improve database seeding process with detailed logging for table dropsBobby1-1/+32
2026-03-10feat: enhance entrypoint and seed scripts with improved logging and batch ↵Bobby2-6/+48
processing for database seeding
2026-03-10feat: add support for LibSQL database driver and enhance seeding processBobby2-8/+69
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
2026-02-27feat(garden): initialize Solid.js project with basic structure and routingBobby1-3/+14
- Added package.json with dependencies for Solid.js and Vite. - Created main application component (App) with layout and suspense handling. - Implemented Layout component with navigation and sidebar sections. - Added NavSection and Sidebar components for structured navigation. - Configured API URL based on environment. - Created 404 error page for handling non-existent routes. - Set up global styles and theme variables for consistent design. - Established routing with lazy loading for the 404 page. - Added TypeScript configuration for Solid.js. - Configured Vite for development and production builds. - Created Makefile for building and running the Go application in the shrine directory. - Added .gitignore for ignoring build artifacts and environment files.
2026-02-27Enhance deployment script: add NEKOWEB_SITE validation, improve root ↵Bobby1-4/+43
cleaning, and adjust file upload paths
2026-02-27fresh start: archive old astro site, add nekoweb deploy pipelineBobby1-0/+128