Commit graph

343 commits

Author SHA1 Message Date
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
c03cd1dcd7
Merge pull request #136 from Oliver-Akins/feature/item-context-menus
Embedded Material context menu
2024-03-25 22:54:38 -06:00
Oliver-Akins
fe4abd073f Add a context menu for the material so that it can be edited and deleted (closes #133) 2024-03-25 22:52:33 -06:00
Oliver-Akins
c7bafee6b6 Misc template cleanup / consistency 2024-03-25 21:34:23 -06:00
Oliver-Akins
36976e5123 Add the pet details (closes #135) 2024-03-25 21:33:14 -06:00
Oliver-Akins
6504e33fad Remove prototype code that shouldn't be committed on main yet 2024-03-25 21:24:32 -06:00
Oliver-Akins
97af3801c4 Make it so we don't need to re-render the sheet on collapse toggle 2024-03-25 19:08:32 -06:00
Oliver-Akins
34eae97b47 Enable the foils filter by default 2024-03-24 21:49:43 -06:00
Oliver-Akins
337370bbfe Add the Weapon item details (closes #132) 2024-03-24 21:47:59 -06:00
Oliver-Akins
60797ab1e2 Don't cause rerender jumps for scrollable elements (closes #131) 2024-03-24 21:46:11 -06:00
Oliver-Akins
ec07fcfd39 Add a couple of utility macros for making development easier when invalidating documents 2024-03-24 17:23:46 -06:00
Oliver-Akins
acbcb6c9b2 Genericizing some of the styling and adding the Aspect item details (closes #128) 2024-03-24 16:54:50 -06:00
Oliver-Akins
649381cfdd Make the friendly duration be a getter on the Aspect class 2024-03-24 16:53:12 -06:00
Oliver-Akins
b19d248bc8 Remove the toFriendlyDuration helper 2024-03-24 16:52:30 -06:00
Oliver-Akins
022a63f12f Tweak Checkbox styles for the actor sheet 2024-03-24 16:50:33 -06:00
Oliver-Akins
8c9d8125f2 Register the datamodel for foils 2024-03-23 13:01:25 -06:00
Oliver-Akins
8ef9bd2550 Make it so that I can specifically code some aliases for handlebar partials 2024-03-23 13:01:07 -06:00
Oliver-Akins
07517658e7 Remove transportation as a location value 2024-03-23 13:00:26 -06:00
Oliver-Akins
1ba6cd0617 Remove properties from the data model that aspects don't need 2024-03-23 13:00:09 -06:00
Oliver-Akins
96f5b17785 Implement a button to create items of a specific subtype in the player inventory (closes #120) 2024-03-22 23:35:04 -06:00
Oliver-Akins
b3e699bc32 Harden the preCreate quantity increase to use source IDs in finding the item 2024-03-22 21:47:29 -06:00
Oliver-Akins
55a64afe02 Add a helper function for visible empty states 2024-03-22 20:23:51 -06:00
Oliver-Akins
18cdc2addc Get the item embedding working in a cleaner way where most of the item embedding logic is handled in the item's class instead of the actor's class 2024-03-22 20:23:28 -06:00
Oliver-Akins
0605542d62 Remove console log 2024-03-21 21:24:37 -06:00
Oliver-Akins
bad95f8c18 Begin making the pre-embed quantity change logic based on source IDs and not name 2024-03-21 21:24:26 -06:00
Oliver-Akins
6a355e63c0 Get most of the Untyped item implemented and functioning 2024-03-21 21:18:51 -06:00
Oliver-Akins
a383225b8c Add a couple of notes for a method I want to tweak later 2024-03-21 00:26:36 -06:00
Oliver-Akins
d64ed37953 Tweak the scrollbar stuff and make the scrollable gutter stable 2024-03-21 00:21:17 -06:00
Oliver-Akins
68b53601d6 Allow customizing the scrollbar on a per-sheet-per-theme basis as desired 2024-03-21 00:02:23 -06:00