Commit graph

616 commits

Author SHA1 Message Date
b218fd61fa Add extra ItemSkill properties on empty awakening
Even though it doesn't really need them
2023-01-06 02:59:29 -08:00
6541dff12e Fix primary button, add overlay, allow ReactNode msg 2023-01-06 02:58:59 -08:00
39f79bfbc6 Update Alert styles
* Proper z-index with overlay
* Slightly themed with background-color variable (more to come)
* Make strong actually make things bold
* Proper styling on buttons container
2023-01-06 02:58:45 -08:00
1206c1978f Add WIP RingSelect
doesn't send data yet
2023-01-06 00:49:41 -08:00
21465b5dea Add style for hidden selects 2023-01-06 00:49:24 -08:00
45d77b0522 Hardcode sizing of the pair of inputs, which sucks but is necessary for now 2023-01-06 00:49:12 -08:00
0860e7d694 Implement SelectWithSelect
A table item with a select on the left and a select on the right
2023-01-06 00:46:34 -08:00
8ed97c55fe Convert to use SelectWithInput 2023-01-05 20:49:17 -08:00
d7ab348e4b Fix bad import after moving data files 2023-01-05 20:49:03 -08:00
1206290ede Add support for disabled selects 2023-01-05 20:48:53 -08:00
55c99cda58 Bug fix: Plus icon is a higher z-index than summon image 2023-01-05 20:48:37 -08:00
0f30c73964 Implement SelectWithInput
We keep making this pattern so lets standardize it
2023-01-05 20:46:50 -08:00
5b6c6b4521 Move various files from /utils to /data 2023-01-05 02:13:51 -08:00
61c7341ee3 Implement CharacterModal
Need sub-components
2023-01-04 23:31:49 -08:00
6cd55e9166 Add ContextMenu to CharacterUnit with placeholders 2023-01-04 22:33:30 -08:00
d4029942e5 Disable selecting the character image 2023-01-04 22:32:26 -08:00
726c0608c4 Add new class for hovering buttons 2023-01-04 22:32:26 -08:00
ed0c821227 Add ContextMenu and ContextMenuItem 2023-01-04 22:31:01 -08:00
573deaa2c2 Different approach to getting locale cookie 2023-01-03 23:19:13 -08:00
dc99c9b525 Fix positioning of thumb in switch
We were using translateX to move the switch and animate it with transform, but the page refreshes immediately after you tap it so it doesn't matter.
2023-01-03 23:10:08 -08:00
9b1dd4452f Bump Token size because yoey is needy 2023-01-03 20:01:57 -08:00
8a60326e39 Update index.scss 2023-01-03 19:58:14 -08:00
8a600f967a Change raid color in GridRep 2023-01-03 19:53:29 -08:00
ac865d7a26 Fix colors in GridRep and add to detailsWithUsername 2023-01-03 19:41:31 -08:00
56c4842e82 Add full auto tag to GridRep 2023-01-03 19:24:37 -08:00
54dd3feba7 Add new fields to parties
I forgot to commit
2023-01-03 18:06:27 -08:00
ec2c2755be Fix more type errors 2023-01-02 21:43:57 -08:00
787abd8e85 Reset conflict on close for character conflict modal 2023-01-02 21:41:07 -08:00
eac805106a Fix AX references 2023-01-02 21:40:27 -08:00
9d5d67601c Use Dialog in ConflictModals 2023-01-02 21:31:18 -08:00
56524d847a Reset conflict modal after close 2023-01-02 21:29:13 -08:00
3b670032c3 Fix z-index on entity units to fix hovercards 2023-01-02 06:53:20 -08:00
0303915ef1 Add z-index to hovercard 2023-01-02 14:40:22 +00:00
42f2dcead7
Change classes for hovercards and their content 2023-01-02 06:36:53 -08:00
31dcebd6db Make subaura summons consistent 2023-01-02 05:46:53 -08:00
5c7e7fbb57 Fix summons and extra summons 2023-01-02 05:44:53 -08:00
60879b24f5 Move placeholders to directory 2023-01-02 05:44:45 -08:00
562d52a626 Small fixes to Character CSS
* Constrain to $grid-width
* Fix spacing between breakpoints
2023-01-02 05:14:03 -08:00
44209c82af Update ExtraWeapons 2023-01-02 05:10:10 -08:00
ed00f43af3 Fix empty state for weapons 2023-01-02 04:51:41 -08:00
feb3b6c2ca Smaller updates to responsive character CSS grid 2023-01-02 04:28:13 -08:00
36fe175f8f Make responsive updates to weapon grid CSS 2023-01-02 04:20:20 -08:00
ff5e9ce5c0 Update regex to support Youtube short URLs
Mya just had to go and fucking use the short URLs and break embedding
2023-01-02 02:35:39 -08:00
7bb14409a7
Merge pull request #110 from jedmund/update-youtube-regex
Update regex to support Youtube short URLs
2023-01-02 02:20:04 -08:00
e48f0a4289 Update regex to support Youtube short URLs 2023-01-02 02:19:09 -08:00
3e32871107 Also prevent updating uncap stars on Character/Summon grids 2023-01-02 02:08:01 -08:00
d3c2c6846b Add key to weapon series group elements 2023-01-02 02:05:56 -08:00
e0c809867e Use string for visible 2023-01-02 02:04:08 -08:00
dae06b9087 Intermediate fix for CheckedState
I don't really know how to handle this lol
2023-01-02 02:03:58 -08:00
b5a7302cba Update components to fix NextJs errors 2023-01-02 01:47:34 -08:00