ttrpg-tools/src/components/journal
hypercross c38d9bdc4f feat(journal): improve sheet rendering and URL persistence
- Update SheetView to use full-width SVG and auto-height for better
  scaling
- Center template nodes in SheetView to maintain text alignment
- Enable overflow-y-auto in SheetView to support long sheets
- Persist selected sheet ID in URL search parameters in StatsView
2026-07-09 12:43:45 +08:00
..
types feat: implement stat system and StatsView 2026-07-09 09:22:14 +08:00
CompletionsDropdown.tsx feat: implement command autocomplete for journal input 2026-07-09 09:31:19 +08:00
ComposePanel.tsx feat: localize journal components to Chinese 2026-07-07 23:51:35 +08:00
ConnectDialog.tsx feat(journal): implement session management UI components 2026-07-08 00:31:35 +08:00
ConnectionBar.tsx feat: localize journal components to Chinese 2026-07-07 23:51:35 +08:00
CreateSessionDialog.tsx feat: implement session creation flow 2026-07-08 00:39:29 +08:00
DynamicForm.tsx feat: localize journal components to Chinese 2026-07-07 23:51:35 +08:00
InviteDialog.tsx feat: allow closing dialogs by clicking backdrop 2026-07-08 00:35:01 +08:00
JournalContext.tsx feat(journal): add JournalContext to allow closing panel on mobile 2026-07-08 00:11:16 +08:00
JournalHeader.tsx feat: implement session creation flow 2026-07-08 00:39:29 +08:00
JournalInput.tsx feat: add support for stat templates 2026-07-09 10:26:54 +08:00
JournalPanel.tsx feat: implement stat system and StatsView 2026-07-09 09:22:14 +08:00
SessionDropdown.tsx feat: implement session creation flow 2026-07-08 00:39:29 +08:00
SheetView.tsx feat(journal): improve sheet rendering and URL persistence 2026-07-09 12:43:45 +08:00
StatsView.tsx feat(journal): improve sheet rendering and URL persistence 2026-07-09 12:43:45 +08:00
StreamMessage.tsx feat: localize journal components to Chinese 2026-07-07 23:51:35 +08:00
StreamView.tsx feat: localize journal components to Chinese 2026-07-07 23:51:35 +08:00
command-completions.ts feat: implement command autocomplete for journal input 2026-07-09 09:31:19 +08:00
command-parser.ts feat: implement command autocomplete for journal input 2026-07-09 09:31:19 +08:00
completions.ts feat: add support for stat sheet SVG rendering 2026-07-09 12:04:25 +08:00
index.ts feat(journal): implement session management UI components 2026-07-08 00:31:35 +08:00
registry.ts refactor: simplify journal message types and implement GM rolls 2026-07-06 18:06:32 +08:00
stat-formula.ts feat: implement stat system and StatsView 2026-07-09 09:22:14 +08:00
stat-helpers.ts feat: support custom labels for stat modifiers 2026-07-09 11:28:17 +08:00
stat-sheet.ts feat(journal): support <tspan> in stat sheet templates 2026-07-09 12:30:36 +08:00