chatwoot/app/javascript/stories
Shivam Mishra 4ede0f58d2
feat: replace histoire with a minimal in-house stories harness
Histoire is unmaintained and blocks upgrading Vite and other dev
dependencies. Replace it with a small standalone Vite app that keeps the
same `<Story>`/`<Variant>` template API so story files need no changes.

- Add vite.stories.config.ts and app/javascript/stories/ (sidebar tree
  with collapsible groups, search, dark-mode and RTL/LTR toggles, and a
  per-story error boundary)
- Globally register Story/Variant; migrate the histoire setup (store,
  i18n, plugins/directives) and seed a memory router for route-aware
  components
- Repoint story:dev/build/preview scripts and drop the histoire deps
- Remove histoire.config.ts, histoire.setup.ts and histoire.scss
2026-06-03 14:45:51 +05:30
..
App.vue feat: replace histoire with a minimal in-house stories harness 2026-06-03 14:45:51 +05:30
index.html feat: replace histoire with a minimal in-house stories harness 2026-06-03 14:45:51 +05:30
main.js feat: replace histoire with a minimal in-house stories harness 2026-06-03 14:45:51 +05:30
registry.js feat: replace histoire with a minimal in-house stories harness 2026-06-03 14:45:51 +05:30
setup.js feat: replace histoire with a minimal in-house stories harness 2026-06-03 14:45:51 +05:30
Story.vue feat: replace histoire with a minimal in-house stories harness 2026-06-03 14:45:51 +05:30
StoryFrame.vue feat: replace histoire with a minimal in-house stories harness 2026-06-03 14:45:51 +05:30
TreeNode.vue feat: replace histoire with a minimal in-house stories harness 2026-06-03 14:45:51 +05:30
Variant.vue feat: replace histoire with a minimal in-house stories harness 2026-06-03 14:45:51 +05:30