ttrpg-tools/src/components/journal
hypercross 1c69bf394c feat: add support for stat templates
Introduces a new `template` stat type that allows for table-based
lookups via CSV blocks in markdown files. When a template stat is
rolled, it uses a dice expression defined in the template to select
an entry, applies a label, and automatically updates associated
modifier stats using relative values.
2026-07-09 10:26:54 +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
StatsView.tsx feat: add support for stat templates 2026-07-09 10:26:54 +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 templates 2026-07-09 10:26:54 +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: add support for stat templates 2026-07-09 10:26:54 +08:00