summaryrefslogtreecommitdiff
path: root/garden/src/types/custom-elements.d.ts
AgeCommit message (Collapse)AuthorFilesLines
2026-03-10feat: add TypeScript support and improve type definitions across componentsBobby1-1/+3
2026-03-07feat: add modal component and styles, implement config APIBobby1-0/+10
- 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.