Commit graph

34 commits

Author SHA1 Message Date
f3886c3ce8 Set remove alert to close when removing an item 2023-01-28 02:44:20 -08:00
eb8183fe29 Improve tabIndex on CharacterGrid 2023-01-22 16:33:49 -08:00
c9ae4cd90b Read-only TranscendenceStar and optimistic updates 2023-01-22 16:10:15 -08:00
d7e39f3912 Send transcendence stage back to server 2023-01-22 14:41:09 -08:00
4f7d18904f Add perpetuity control to CharacterUnit
This involved moving the code to update a GridCharacter to the CharacterUnit from CharacterModal
2023-01-21 20:20:25 -08:00
ddee38e37c Refactor SummonUnit and add alert and contextmenu 2023-01-21 15:18:01 -08:00
3417eab46e Add translations 2023-01-20 20:46:54 -08:00
2be23b5ea0 Add context menu to WeaponUnit
Also refactored and organized WeaponUnit and CharacterUnit
2023-01-20 20:38:44 -08:00
6f3c7d2a03 Remove unused dependency 2023-01-15 15:21:47 -08:00
40e218deb2 Make modal open on ContextMenuItem select 2023-01-06 03:04:41 -08:00
6cd55e9166 Add ContextMenu to CharacterUnit with placeholders 2023-01-04 22:33:30 -08:00
e8843699c7 Remove trailing semicolons 2022-12-05 17:54:46 -08:00
efa864fb80 Run prettier on src 2022-12-04 07:19:31 -08:00
73944becf4 Add type alias for searchable objects 2022-11-30 05:19:43 -08:00
ccc98e2d1a Fix character image paths 2022-03-22 00:18:01 -07:00
97420e85e2 Add support for Lyria element switching 2022-03-22 00:10:08 -07:00
221033a1a1 Temporarily disable hovercards on editable teams
It conflicts with search and weapon modals and makes it impossible to use
2022-03-08 16:00:45 -08:00
c3186b2899 Add localizations for SearchModal 2022-03-05 14:50:56 -08:00
34bd98856a Add locale to object unit components 2022-03-04 18:46:32 -08:00
d89070156d Fix styling post-hovercard 2022-03-04 00:59:31 -08:00
d5ac0ba6d7 Add Summon and Character hovercards 2022-03-04 00:33:21 -08:00
a0db0bd93c Implement changing images based on uncap level 2022-02-27 17:09:00 -08:00
d76c7fa03a Disable rendering of search modal in read-only mode 2022-02-26 19:03:46 -08:00
36f4766620 Update CharacterGrid tree to use state management and new keys 2022-02-23 13:57:58 -08:00
2384058674 Add new icons 2022-02-03 00:26:51 -08:00
8192f1d0ce Update index.tsx 2022-02-02 19:08:48 -08:00
827473ee5a Refactor object grids to handle business logic instead of Party 2022-02-02 16:54:14 -08:00
ccb98de069 Update path for item images
So we can use a CDN on prod
2022-01-30 02:32:10 -08:00
cc34cfff7c Units only fire onClick if editable 2022-01-28 23:12:37 -08:00
907d9f05e4 Lift SearchModal out of CharacterUnit 2022-01-25 14:27:48 -08:00
1094922869 Revert to handling SVGs as components 2022-01-24 23:16:49 -08:00
67d93703d2 Remove next/Image declarations
We aren't using it
2022-01-24 22:26:12 -08:00
51a14a5a54 Fix alt text for items 2022-01-24 22:22:02 -08:00
728803d9c5 Migrate to Next.js 2022-01-24 21:54:50 -08:00
Renamed from src/components/CharacterUnit/index.tsx (Browse further)