summaryrefslogtreecommitdiff
path: root/garden/src/components/Modal.tsx
AgeCommit message (Collapse)AuthorFilesLines
2026-03-07feat: add modal component and styles, implement config APIBobby1-0/+29
- Created a new Modal component in Solid.js with backdrop handling. - Added modal styles for backdrop, content, header, and body. - Introduced editor styles for a rich text editor interface. - Implemented a new config controller and service in Go to fetch configuration settings. - Defined a ConfigResponse type for structured API responses. - Set up routing for the config endpoint in the Go application.