Commit graph

49 commits

Author SHA1 Message Date
Oliver-Akins
6d2d02b077 Begin working on the non-MVP character sheet 2024-02-25 23:25:18 -07:00
Oliver-Akins
1002b1387c Add rest dice tracking for the Sync actors 2024-02-08 23:25:55 -07:00
Oliver-Akins
4544516c5c Implement the buttons spinbuttons for the inventory area 2024-02-07 19:39:24 -07:00
Oliver-Akins
11f01aed8d Add style for the horizontal rules to make it actually work 2024-02-06 22:07:33 -07:00
Oliver-Akins
2f8ec1b79c Finish the Inventory item improvements 2024-02-06 19:29:05 -07:00
Oliver-Akins
83039c6144 Add the ability to create custom items 2024-02-04 22:05:44 -07:00
Oliver-Akins
acd4d35da0 Move some of the new design language CSS into a common location 2024-02-04 20:34:43 -07:00
Oliver-Akins
52aaa41d86 Implement the dice list form and tweak some design variables 2024-02-03 13:57:31 -07:00
Oliver-Akins
0deda3235a Begin work on the custom editor for dice 2024-02-03 00:12:08 -07:00
Oliver-Akins
e862165689 Tweak the design so that Drops and a Description can be fit into the sheet 2024-02-02 19:07:07 -07:00
Oliver-Akins
3bb36cde58 Improve design and layout of the mob sheet 2024-02-01 22:06:14 -07:00
Oliver-Akins
e2de711388 Update the mob sheet CSS 2024-01-28 16:04:13 -07:00
Oliver-Akins
028b8629fe Implement Mob Sheet 2024-01-28 16:00:14 -07:00
Oliver-Akins
b30aa18a27 Pets and misc changes 2024-01-26 21:40:27 -07:00
Oliver-Akins
a1f9ae5c5a Tweak some panel content styles to make the spells button span the full width 2024-01-12 23:27:14 -07:00
Oliver-Akins
10dcec3bd7 Work towards better editing of embedded items 2024-01-11 23:20:35 -07:00
Oliver-Akins
516f7ac826 Work towards using pop-out item sheets instead of inline-editing because inline-editing is annoying and kinda ugly TBH 2024-01-10 22:18:18 -07:00
Oliver-Akins
20184a045d Update the colour variables 2024-01-09 22:26:24 -07:00
Oliver-Akins
e5bd1e8338 Finish implementing the Add Spell button 2024-01-09 22:24:22 -07:00
Oliver-Akins
413ed7c3d3 Add some better styling for the spell blocks 2024-01-08 22:55:52 -07:00
Oliver-Akins
4f2d40da7d Move the icons styling into the global folder 2024-01-08 22:55:23 -07:00
Oliver-Akins
3f72503330 Adjust what icon sizes are generated 2024-01-08 22:54:39 -07:00
Oliver-Akins
5f765b1e5c Purge excess variables 2024-01-08 22:54:23 -07:00
Oliver-Akins
d3c01977f5 Move the buttons styling into it's own file 2024-01-08 22:54:12 -07:00
Oliver-Akins
dfc51a5899 Working on the spells panel, which resulted in a lot of weird structural changes that aren't *really* functional yet 2024-01-07 22:27:26 -07:00
Oliver-Akins
1712230779 Update some styles 2024-01-07 00:55:25 -07:00
Oliver-Akins
5553123f75 Finish refactoring 99% of the localization strings into objects 2023-12-31 13:44:24 -07:00
Oliver-Akins
d4531f089a Prevent pointer cursor when element is disabled 2023-12-30 22:14:14 -07:00
Oliver-Akins
99dd7b791a Finish the weapons block styling and make it so that I can use IDs in the sheet without crying 2023-12-29 23:53:26 -07:00
Oliver-Akins
a8619246fe Finish the backpack panel 2023-12-24 11:58:02 -07:00
Oliver-Akins
071e023c2f Disable horizontal resizing on the aspect textarea 2023-12-23 20:27:43 -07:00
Oliver-Akins
faa84df3bc Add text boxes for roles 2023-12-23 20:25:45 -07:00
Oliver-Akins
755d3ae43c Remove the panel colouring 2023-12-23 20:08:47 -07:00
Oliver-Akins
d381c3f890 Finish the additional resources section of the sheet 2023-12-23 19:30:56 -07:00
Oliver-Akins
554fae5a93 Finishing the Sync sheet and some other stuffs 2023-12-21 23:59:38 -07:00
Oliver-Akins
a28718b115 Add the profile data to the rendered sheet 2023-12-18 23:22:15 -07:00
Oliver-Akins
2026785b09 Register some settings for the system, including some developer-only settings 2023-12-18 23:20:18 -07:00
Oliver-Akins
a2a72792a2 Do some more work on the character sheet MVP 2023-12-17 18:29:52 -07:00
Oliver-Akins
340f80c5b9 Get the actor sheet read/writing the character's aspect data 2023-12-16 23:47:07 -07:00
Oliver-Akins
12188d621a Update some styles 2023-12-16 01:28:59 -07:00
Oliver-Akins
763a0982d5 Add the Aspect sheet and update some translation keys for the actor sheet 2023-12-15 23:55:47 -07:00
Oliver-Akins
6381b51990 Add the primitive dropdown styling for the skills 2023-11-26 13:11:02 -07:00
Oliver-Akins
31b2ccedc8 Remove test CSS variable 2023-11-26 01:50:25 -07:00
Oliver-Akins
fe1cb7ac94 Reset all of the headers because I don't like their styling in my sheet. 2023-11-26 01:39:38 -07:00
Oliver-Akins
354a2d099b Get the stats displaying on the character sheet nicely 2023-11-26 01:37:21 -07:00
Oliver-Akins
98af0683c3 CSS writing and tweaks 2023-11-26 01:30:45 -07:00
Oliver-Akins
93b55df045 Tweak how the SCSS is being compiled / structured 2023-11-25 21:41:31 -07:00
Oliver-Akins
89ccb742f8 Begin getting a layout that has some semblance of a character sheet working. 2023-11-25 00:32:53 -07:00
Oliver-Akins
6c273a68e6 Add basic SCSS as an example of how to do it for later 2023-11-20 23:08:03 -07:00