* Move min-width to RaidCombobox, not Popover
This fixes#318
* Use snapshots to make tokens reactive
This fixes#319
* Revert ChatGPT refactor of this method
Oops. This code was nice, but it didn't actually assign `false` to keys to be sent to the server. We will revisit this, but it needs to be fixed right now.
This fixes#325
* Ignore gacha directory
We will probably scrape these images soon.
* Add translation for Auto Summon token
* Add auto summon token to app state
* Set battle settings in state on update
Also renames PartyDetails to PartyFooter and makes description reactive
* Stop 1password icon from appearing in name field
* Use snapshot for reactive Edit party modal
* Fix Edit modal placeholder colors
* Fix bug with RaidCombobox and Farming
Selecting farming then opening the raid combobox *twice* consecutively would put you in no segment, so no raids appeared
Fixes#323
* Fix values staying in Edit team even if not saved
The values a user entered in the Edit team modal would persist even if the user hit cancel to close the modal. They wouldn't save to the server, but very confusing nonetheless. Now fixed.
* Fix unreadable colors in ElementToggle
* Fix button alignment in weapon modal
* Add text to filters button on small screens
The FilterBar showed a left aligned filter icon on mobile for months and it was driving me insane
* Remove extraneous code from Header
Including the party name, since it's at the top now
* Fix Alert at small sizes
* Make copy link toast work again
* Remove stylesheet links
* Fix remix toasts and alerts from both locations
The remix toast and alert was barely hooked up and not showing up when invoked from PartyHeader.
It now shows up whether you remix your own team (from PartyDropdown) or if you remix another person's team (from PartyHeader).
* Small refactor to CharLimitedFieldset
Some methods were renamed for clarity. <input> props are actually put on the input properly.
* Add tabindex to Popover trigger
* Add tabindex to Switch and SwitchTableField
* Add tabindex to DurationInput
* Add new properties
* Added guidebooks to RaidGroup
* Added auto_summon to Party
* Conditionally render description in TableField
* Improve SwitchTableField
* Add support for passing in classes
* Add support for passing a disabled prop
* Pass description to TableField
* Right-align switch
* Add support for Extra color switch
* Align SliderTableField input to right
* Align SelectTableField input to right
* Update placeholder styles
* Fix empty state on DurationInput
* Remove tabindex from DurationInput
* Update InputTableField
Allow for passing down input properties and remove fixed width
* Fix dialog footer styles
* Update dialog and overlay z-index
* Add styles to TableField
Added styles for numeric inputs, disabled inputs, and generally cleaning things up
* Add guidebooks to RaidCombobox + styles
* Added guidebooks to the dummy raid group
* Fix background color
* Make less tall
* Implement EditPartyModal
EditPartyModal takes functionality that was in PartyHeader and puts it in a modal dialog. This lets us add fields and reduces the complexity of other components. Translations were also added.
* Remove edit functionality
* Add darker shadow to Select
* Properly send raid ID to server
* Show Extra grids based on selected raid
* Fix EX badge colors
* Use child as value in normal textarea
* Remove toggle ability from Extra grids
* Remove edit functionality from PartyDetails