- SearchHeader: settings icon, smaller brand title, rounded buttons - BottomTabNavigator: re-enable tab labels, adjust FAB offset - homeheader: remove bottom margin - Add .claude config, root package.json, updated .gitignore Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
45 lines
887 B
Markdown
45 lines
887 B
Markdown
# Projet
|
|
|
|
> Généré par project-init. Compléter avec les spécificités du projet.
|
|
> **Limite : 200 lignes.** Aller à l'essentiel — les détails sont dans `.claude/notes/`.
|
|
|
|
---
|
|
|
|
## Stack
|
|
| Couche | Technologies |
|
|
|--------|-------------|
|
|
| Frontend | — |
|
|
| Backend | — |
|
|
| ORM | — |
|
|
| Auth | JWT (access + refresh tokens) |
|
|
|
|
---
|
|
|
|
## Architecture
|
|
```
|
|
docs/ venv/ VinEye/
|
|
```
|
|
|
|
---
|
|
|
|
## Fonctionnalités clés
|
|
> Voir `.claude/notes/_features.md` pour le détail de chaque feature.
|
|
|
|
|
|
|
|
---
|
|
|
|
## Conventions
|
|
- Package manager : **pnpm**
|
|
- Composants : shadcn/ui → Magic UI → custom (dans cet ordre)
|
|
- Server Components par défaut, `"use client"` uniquement si nécessaire
|
|
- Max 300 lignes par fichier
|
|
|
|
---
|
|
|
|
## À compléter
|
|
- [ ] Design tokens / palette couleurs
|
|
- [ ] Variables d'environnement nécessaires
|
|
- [ ] URLs de déploiement
|
|
- [ ] Spécificités métier importantes
|