Commit graph

29 commits

Author SHA1 Message Date
Eldritch-Oliver
df9a63073a Ensure AttributeManager is a singleton per actor 2025-09-04 20:21:06 -06:00
Eldritch-Oliver
cd3f076b7d Improve handling of checkbox inputs within the DialogManager.ask 2025-09-04 19:37:18 -06:00
Eldritch-Oliver
92e7ec1c72 Prevent item creation and hide the item tab 2025-09-04 19:35:11 -06:00
Oliver-Akins
08fb6768ad Add a divider block type 2025-07-26 11:06:05 -06:00
Oliver-Akins
ce65e3a516 Add an error block and validation to help ensure users know when they messed up the block type 2025-07-26 10:53:37 -06:00
Oliver-Akins
40820988da Add my typical options helper for ease of use 2025-07-26 10:51:55 -06:00
Oliver-Akins
27dbc2db47 Make checkbox inputs can default to unchecked 2025-07-25 22:28:31 -06:00
312202191d
Merge pull request #25 from Oliver-Akins/fix/#22
Ensure newly created attributes save properly without needing to reorder them first
2025-07-25 22:17:11 -06:00
Oliver-Akins
196da71c1d Ensure newly created attributes save properly without needing to reorder them first 2025-07-25 22:14:31 -06:00
Oliver-Akins
7d3e6d3653 Tweak what element is required to be used in order to drag an attribute 2025-07-25 22:00:56 -06:00
Oliver-Akins
44a88cc7b5 Add DialogManager to a global API and create the Ask dialog for the user 2025-07-24 20:34:17 -06:00
Oliver-Akins
02b49687cf Cleanup logger statements 2025-07-24 20:33:07 -06:00
Oliver-Akins
db3cad909e Add a systemFilePath handlebars helper for better file path referencing 2025-07-24 20:23:42 -06:00
Oliver-Akins
dd7115ae64 Add the attributes as quick references for the actor roll data 2025-07-13 22:00:30 -06:00
Oliver-Akins
b4ec9745e7 Add drag and drop support for reordering the attributes manually in the Attribute Manager 2025-07-13 21:51:20 -06:00
Oliver-Akins
fec638cb22 Add improved capabilities to the Player actor type 2025-07-13 21:50:32 -06:00
Oliver-Akins
02a553e6c9 Create a helper function to sort two attributes 2025-07-13 21:49:40 -06:00
Oliver-Akins
361ddfb7b6 Add custom HTML Elements for icons/SVG loading 2025-07-13 21:49:01 -06:00
Oliver-Akins
0fcf24bfcb Update the toID method to collapse multiple whitespace characters to a single underscore 2025-07-13 19:14:47 -06:00
Oliver-Akins
e1f173dde7 Add ability to let players who own a document edit the attributes for it via the UI 2025-06-29 15:56:03 -06:00
Oliver-Akins
df3fe3df88 Default max to nullable instead of 0 2025-06-29 13:35:20 -06:00
Oliver-Akins
6b81d8d83b Add a helper application to manage attributes on characters 2025-06-29 13:35:11 -06:00
Oliver-Akins
72ce47cdd1 Register everything on init 2025-06-29 00:47:56 -06:00
Oliver-Akins
e224f819a3 Create PlayerSheet 2025-06-29 00:47:05 -06:00
Oliver-Akins
e0578d425d Add Logger class 2025-06-29 00:46:45 -06:00
Oliver-Akins
959f75d55c Add Document class changes to make the Token bars work with my attributes object 2025-06-29 00:46:30 -06:00
Oliver-Akins
ae525ce1b8 Create Player data model 2025-06-29 00:46:00 -06:00
Oliver-Akins
8386548f8b Add useful consts 2025-06-29 00:45:48 -06:00
Oliver-Akins
c58d6cc58f Add the initial file support for the restructured system using the improved knowledge that I've gained since initial implementation 2025-06-26 22:20:49 -06:00