managarten/packages/shared-help-content
Till JS 42dd7d2a7a fix(shared-help): harden help system with XSS protection, i18n, type safety, and reference implementation
- Add HTML sanitization via isomorphic-dompurify in parser layer to prevent XSS
- Replace all hardcoded English strings with translations (FAQSection, KeyboardShortcuts, ChangelogEntry/Section)
- Remove unsafe `as` type casting in loader.ts, use Zod-inferred generics instead
- Add error logging in content loader (replaces silent catch blocks)
- Fix HelpSearch blur handling (mousedown+preventDefault instead of setTimeout hack)
- Add ARIA attributes to HelpSearch for accessibility
- Derive FAQ categories from items instead of hardcoding all 6
- Fix null-safety in GettingStartedGuide.svelte
- Fix unused appId variable in HelpPage.svelte, add scroll-reset on tab switch
- Rebuild Contacts help page as reference implementation using shared HelpPage component
- Add README with quick-start guide, props docs, and translations template

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-24 22:38:46 +01:00
..
content fix: replace all manacore.app URLs with mana.how 2026-03-22 18:40:37 +01:00
src fix(shared-help): harden help system with XSS protection, i18n, type safety, and reference implementation 2026-03-24 22:38:46 +01:00
package.json fix(shared-help): harden help system with XSS protection, i18n, type safety, and reference implementation 2026-03-24 22:38:46 +01:00
tsconfig.json feat: major update with network graphs, themes, todo extensions, and more 2025-12-10 02:37:46 +01:00