feat(onboarding): boutons d'aide « i » sur les modules + guides#4
Merged
Conversation
Composant réutilisable <ModuleHelp> : petit bouton (i) près du titre d'un module ouvrant un popover (aide contextuelle courte + lien « En savoir plus » vers la doc publique). URL surchargeable via NEXT_PUBLIC_DOCS_URL. Posé sur Dashboard (prise en main), Settings → Providers, Settings → Connecteurs, Documents et l'écran « nouvelle conversation » du chat. Ajoute deux guides utilisateur : prise en main (onboarding 5 étapes) et travailler par projet. Le bouton de la page Projets suivra (fichier en cours de refonte).
204c0bb to
70d5603
Compare
Resolves the production `npm audit` findings without the destructive `npm audit fix --force` (which would downgrade Next 16 -> 9): - tmp ^0.2.7 (HIGH — path traversal, via libreoffice-convert, runtime) - postcss ^8.5.10 (moderate — XSS, bundled inside next) Lock updated in place so all cross-platform optional deps (e.g. @emnapi) are preserved and `npm ci` stays in sync on CI runners. Verified: npm ci, npm run build, npm run lint, npm run test, and the production gate `npm audit --omit=dev --audit-level=high` all pass. The remaining dev-only esbuild advisory (drizzle-kit's bundled @esbuild-kit) is excluded by the production audit's --omit=dev.
70d5603 to
3801ee4
Compare
D4kooo
added a commit
that referenced
this pull request
Jun 2, 2026
…tomization Conflits résolus en faveur de notre branche (sur-ensemble) : elle contient déjà le travail onboarding/a11y que dataring a squashé (#4/#12), plus le sprint et la personnalisation du Board. Aucune fonctionnalité dataring perdue (les lignes divergentes étaient les versions antérieures de lignes que nos commits ont fait évoluer : focus-ring ring-2→ring-3, copie « v0.3 » corrigée, FolderRow/auto-refresh enrichis). Vérifié post-merge : tsc, lint, 117 tests, build prod OK.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Quoi
Petit bouton d'aide (i) près du titre de chaque module → popover avec une aide contextuelle courte + lien « En savoir plus » vers la doc publique (
louis.data-ring.net/docs, nouvel onglet). Composant réutilisable<ModuleHelp slug title>(src/components/module-help.tsx).Posé sur : Dashboard (prise en main), Settings → Providers, Settings → Connecteurs, Documents, et l'écran « nouvelle conversation » du chat.
Ajoute deux guides utilisateur :
docs/user/getting-started.md(onboarding 5 étapes) etdocs/user/projects.md. La doc en ligne (Fumadocs) les rend surlouis.data-ring.net/docs.Pas dans cette PR
projects/page.tsxest entrelacé avec le travail en cours « projet = dossier + RAG scopé » — le bouton partira avec ce lot.Vérification
tsc --noEmit✓ (état isolé du commit),eslint✓NEXT_PUBLIC_DOCS_URL(défauthttps://louis.data-ring.net/docs) — ajouté à.env.example.