mirror of
https://github.com/photoprism/photoprism.git
synced 2026-01-23 02:24:24 +00:00
413 B
413 B
| applyTo | |
|---|---|
|
For frontend changes:
- Keep Vue 3 idioms; prefer options API and existing components.
- Run
make build-jsandmake test-js; fix ESLint/Prettier before proposing changes. - Avoid introducing global state; follow existing store patterns.
- Keep strings translatable; don’t hardcode locales.
- For performance, avoid unnecessary reactivity and re-renders; justify new deps.