docs: update AGENTS.md repository structure for views/ui/public
Build & Lint / build (push) Successful in 1m36s
Build & Lint / build (push) Successful in 1m36s
This commit is contained in:
@@ -15,10 +15,14 @@ personalized, and privacy-first self-tracking experience.
|
||||
- `dist/` – Contains static HTML, JavaScript, and CSS bundle files output by the production build process.
|
||||
- `node_modules/` – Stores third-party library dependencies and packages managed by npm.
|
||||
- `scripts/` – Houses automation scripts, including database schema configuration tools for Appwrite.
|
||||
- `public/` – PWA assets: web manifest and app icons, served at the site root.
|
||||
- `src/` – Contains client-side React source code, components, utility models, and stylesheets.
|
||||
- `src/components/` – Reusable UI panel elements, forms, and splash screen wrappers.
|
||||
- `src/components/` – Feature components (modals, panels, ledger, shell pieces); `src/components/views/`
|
||||
holds the four main views plus auth, and `src/components/ui/` holds the shared design primitives
|
||||
(Button, Card, Field, Badge, EmptyState).
|
||||
- `src/data/` – Static configurations, including theme lists and built-in flavours mapping.
|
||||
- `src/lib/` – Business logic engines for calculations, file parsers, and Appwrite client connections.
|
||||
- `src/lib/` – Business logic engines for calculations, file parsers, Appwrite client connections,
|
||||
motion constants, toast context, and the localStorage entry cache.
|
||||
|
||||
## Build & Development Commands
|
||||
|
||||
|
||||
Reference in New Issue
Block a user