Commit graph

421 commits

Author SHA1 Message Date
Oliver-Akins
a8c94ee16f Add common SCSS for all custom components 2024-04-13 12:36:32 -06:00
Oliver-Akins
ca0d3eb970 Add a couple incrementer elements as an example for using them 2024-04-13 12:19:32 -06:00
Oliver-Akins
f2c169c077 Make a mixin for loading a stylesheet for components, including HMR auto-update support (only in devMode) 2024-04-13 12:18:36 -06:00
Oliver-Akins
fde3881653 Add Hot Module Replacement for SVG icons using the custom component 2024-04-12 23:23:42 -06:00
Oliver-Akins
f15f3a4456 Get the icon component coded and being used in the incrementer component 2024-04-11 22:32:04 -06:00
Oliver-Akins
3ace1df5a2 Begin work on an icon component 2024-04-10 21:38:44 -06:00
Oliver-Akins
92652262f3 A spot of cleanup 2024-04-10 21:38:30 -06:00
Oliver-Akins
c5c5a71587 Finish the custom incrementer component 2024-04-10 21:27:10 -06:00
Oliver-Akins
878d278303 Remove debug log 2024-04-10 20:52:02 -06:00
Oliver-Akins
1d148d39db Add missing newline 2024-04-07 23:54:44 -06:00
Oliver-Akins
4efa89915a Make progress on the input being focusable from an external label 2024-04-07 23:53:34 -06:00
Oliver-Akins
1c372415f4 Move the CSS into a path-versioned location 2024-04-07 23:08:41 -06:00
Oliver-Akins
1558468526 Add HTML data for the custom incrementer element 2024-04-07 23:07:52 -06:00
Oliver-Akins
e0e4a7b68a Version bump 2024-04-06 15:56:41 -06:00
Oliver-Akins
a0f17fc4f5 Fix item list gaps (closes #163) 2024-04-06 12:03:47 -06:00
Oliver-Akins
14827195fe Version bump 2024-04-06 12:00:51 -06:00
Oliver-Akins
f4d7ea59f3 For now, register all of the devMode stuff in the release 2024-04-06 12:00:36 -06:00
Oliver-Akins
0ac7f07081 Fix a bug with the Sync actor 2024-04-06 12:00:06 -06:00
Oliver-Akins
a1e9c565af Add datasheet for sync sheets 2024-04-06 11:59:27 -06:00
Oliver-Akins
d8b676535f Add incrementer button support for item sheets 2024-04-04 23:14:46 -06:00
Oliver-Akins
96b24d6445 Fix the v3 element CSS from making the inventory nav always visible 2024-04-04 23:14:09 -06:00
Oliver-Akins
81a3e822a8 Get dice rolls working in the new sheet for stats + skills 2024-04-04 23:08:30 -06:00
Oliver-Akins
24d31aad30 Make the read-only state of untyped items usable (closes #162 and #159) 2024-04-04 23:02:43 -06:00
Oliver-Akins
e0a3b4985b Begin making the proper CSS for the component 2024-04-04 22:48:19 -06:00
Oliver-Akins
566faf61d2 Remove stray console logs 2024-04-04 20:02:19 -06:00
Oliver-Akins
9f6a8e5e73 Get the incrementer being able to be submitted, causing submits, and styling without flickering 2024-04-04 19:59:42 -06:00
Oliver-Akins
d5429b7b34 Begin work on a custom element for incrementer 2024-04-03 23:00:57 -06:00
Oliver-Akins
1c2ced321b Add the quantity input to the item details tab (closes #154) 2024-04-01 21:08:59 -06:00
Oliver-Akins
82452f4f7c Fix a bug with the usage cost not being displayed on embedded untyped items 2024-04-01 21:01:31 -06:00
Oliver-Akins
dd5a980f4e Add the locations selector (closes #153) 2024-03-31 15:35:46 -06:00
Oliver-Akins
ad2da03f1e Add edit/viewability to the item rarity (closes #152) 2024-03-31 15:19:19 -06:00
Oliver-Akins
de672642d2 Add edit/view state to the costs of the modal (closes #151) 2024-03-31 13:42:42 -06:00
Oliver-Akins
97ac56dadc Implement the description editing (closes #150) 2024-03-31 11:44:32 -06:00
Oliver-Akins
fc065a5234 Move the context menu above the readonly shortcut to make it possible to view the image without needing edit mode 2024-03-31 00:22:14 -06:00
Oliver-Akins
5a0484190e Add the ability to edit the item names (closes #149) 2024-03-31 00:20:49 -06:00
Oliver-Akins
3a5a3ecc38 Add a context menu to the photo slot (closes #146) 2024-03-30 22:52:45 -06:00
Oliver-Akins
e54857023b Add the layout for the settings tab (closes #144) 2024-03-30 22:41:34 -06:00
Oliver-Akins
9a99f6fc35 Replace the section element for a div 2024-03-30 22:25:31 -06:00
Oliver-Akins
23fc2cb474 Add the layout for the details tab (closes #143) 2024-03-30 22:25:13 -06:00
Oliver-Akins
194eba779d Get the layout for the general tab implemented (closes #142) 2024-03-30 22:16:03 -06:00
Oliver-Akins
df316c68f3 Begin work on the updated item sheet and get the tabs initialized (Closes #141) 2024-03-30 22:02:39 -06:00
Oliver-Akins
be31e98dea Tweak the way that the logic for usedCapacity is working to make it correct and bit easier to read 2024-03-30 13:00:05 -06:00
Oliver-Akins
0f28e23b5c Add a datasheet for untyped items and foils 2024-03-30 12:59:16 -06:00
Oliver-Akins
3d8d041915 Add an item property for if the item is combat relevant 2024-03-30 00:43:47 -06:00
Oliver-Akins
19666a4e05 Clean up the Player datamodel, invalidating almost everything lol 2024-03-30 00:43:23 -06:00
Oliver-Akins
eadaa53c75 Begin working on a scoped CSS solution that uses a common design language across all sheets, and *just* does sheet-specific layout tasks 2024-03-26 22:36:40 -06:00
Oliver-Akins
5c5a1a8b56 Remove translation literals for now 2024-03-26 18:42:38 -06:00
Oliver-Akins
f4014e9c35 Add type augments for classes so intellisense doesn't keep converting system to migrateSystemData 2024-03-26 18:37:13 -06:00
Oliver-Akins
4c11a21d09 Gitignore all dot-prefixed folders at the root except .vscode and .github 2024-03-25 23:34:48 -06:00
Oliver-Akins
71c091e04a Fix an issue with the capacity calculation not working on items that don't have a quantity (surprisingly more than expected) 2024-03-25 22:55:58 -06:00