| Age | Commit message (Collapse) | Author | Files | Lines |
|
- 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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
processing for database seeding
|
|
|
|
- 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.
|
|
display
|
|
- 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.
|
|
cleaning, and adjust file upload paths
|
|
|