tyoung-99 / dnd-char-sheet

D&D 5e virtual character sheet application.
1 stars 0 forks source link

Editable character sheet #8

Open tyoung-99 opened 8 months ago

tyoung-99 commented 8 months ago

Complete #7 first. Make elements of sheet editable fields. Add support for sheet fields being edited/changes being saved. Add support for bullets/other formatting in text areas, not just paragraphs (use react-draft-wysiwyg to convert to JSON for easy storage).

tyoung-99 commented 8 months ago

Linked branch (editable-characters) has progress on this. Keeping it for future reference, but may need to start over depending how much changes by then.

tyoung-99 commented 7 months ago

Notes from discussion w/ @HarrisonYoung02 :

Above Tabs

Main

Background/Appearance

Features/Traits

Buffs

Equipment/Treasure

Spellcasting

tyoung-99 commented 7 months ago

Current implementation for images means they're a bit slow to load. It works enough that I'm leaving it for now, but it's something to revisit later.

tyoung-99 commented 6 months ago

Race selection is as complete as it can be before we come up with the format of more data. It'll need to be updated again at that point.

tyoung-99 commented 6 months ago

For showing what's affecting element values, for now I'm just adding hover text with the explanation. Once custom user modifiers are implemented, it can be changed to a modal.

Implemented generic modal for elements w/o anything to change right now.

tyoung-99 commented 5 months ago

Now that I have a wysiwyg editor working (w/ a read-only option), I need to update race selection to use read-only version so formatting is possible.

tyoung-99 commented 5 months ago

Support for changing buff effects will wait until @HarrisonYoung02 has a reusable component for adding effects to features, since buff effects can be handled in the same way.

Same is true for item effects.