Commit Graph

23 Commits

Author SHA1 Message Date
503c98c895 I think I have a working document cache solution that's actually pretty good. 2025-07-03 16:24:58 -07:00
db4ce36c27 Forms now update documents directly. 2025-07-02 17:36:45 -07:00
f27432ef05 Converts using full document state management 2025-07-02 17:18:08 -07:00
32c5c40466 Sets up global cache and uses it to fetch sessions 2025-07-02 14:46:13 -07:00
f8130f0ba9 Cleans up the new-doc forms. 2025-06-28 18:01:15 -07:00
6ce462a77d Fixes the copy on new sessions, some additional styling work 2025-06-28 17:48:56 -07:00
c00eb1d965 Changes all documents to have an explicit type 2025-06-27 22:02:46 -07:00
611eaca5b6 WIP: Linking in document list. Working on copying relationships to new sessions 2025-06-27 17:52:57 -07:00
ad8fb07c69 Moves editing into forms. Every doc has a page now. BUG: state not refreshed after mutation 2025-06-13 16:58:26 -07:00
9c607ba41a Renames forms to make clear if they are new or edit 2025-06-13 11:30:21 -07:00
ebe2e28cdb Renames DocumentForm to NewRelatedDocumentForm 2025-06-13 11:23:28 -07:00
c28073d516 Revert "Start supporting edit forms for any document type."
This reverts commit 6845bd06bf.
2025-06-13 11:16:37 -07:00
6845bd06bf Start supporting edit forms for any document type. 2025-06-13 11:14:58 -07:00
bef5e98480 Moves routes inside an _app for the header and builds a print route 2025-06-01 12:35:13 -07:00
9cfdfbaf23 Fixing up deployment 2025-06-01 11:15:25 -07:00
9c0d9326e0 Adds Monsters and Locations 2025-05-31 22:56:43 -07:00
f3bfb2736c Adds NPCs 2025-05-31 22:39:53 -07:00
0ed2066b17 Adds scenes 2025-05-31 18:11:26 -07:00
2c01a80604 Adds treasures 2025-05-31 17:46:26 -07:00
81fd84790b Makes a generic document form 2025-05-31 17:37:38 -07:00
6b6636d695 Makes a generic document row 2025-05-31 17:19:50 -07:00
d5dfa8c30a Moves secrets into it's own files. 2025-05-31 17:05:32 -07:00
8b837d622c Makes session row and form components 2025-05-31 16:58:50 -07:00