|
|
a2b30133d4
|
Add Dark Mode for dialogs
|
2022-12-06 18:38:36 -08:00 |
|
|
|
0b021629d7
|
Fix select colors in FilterBar
|
2022-12-06 15:54:39 -08:00 |
|
|
|
1b13f8d51e
|
Fix styles for favorite buttons in GridRep
|
2022-12-06 14:45:38 -08:00 |
|
|
|
d8d864a5fe
|
Implement new Select in FilterBar
|
2022-12-06 13:50:13 -08:00 |
|
|
|
1e3480e3c0
|
Update Button and implementations
|
2022-12-06 13:16:11 -08:00 |
|
|
|
3376aa7b75
|
Fix spacing at top
|
2022-12-06 12:55:57 -08:00 |
|
|
|
3ee7c0b4b2
|
Shuffled greyscale, fixed dark mode for select/input
|
2022-12-06 09:31:56 -08:00 |
|
|
|
0660f98550
|
Fix ExtraSummons for dark mode
|
2022-12-05 22:21:17 -08:00 |
|
|
|
0ea675d18a
|
Fix purple color for Dark Mode and ExtraWeapons
Also made 13th slot uneditable for now
|
2022-12-05 21:45:23 -08:00 |
|
|
|
0f99cd878c
|
Dark mode and CSS refactors for inputs
|
2022-12-05 19:47:23 -08:00 |
|
|
|
2ee8060c63
|
Remove moved code
This method was moved to [party].tsx
|
2022-12-05 19:47:00 -08:00 |
|
|
|
c37f0754fb
|
Implement radix select
|
2022-12-05 18:04:12 -08:00 |
|
|
|
e8843699c7
|
Remove trailing semicolons
|
2022-12-05 17:54:46 -08:00 |
|
|
|
95fc9b142a
|
white → $grey-100
|
2022-12-05 17:51:56 -08:00 |
|
|
|
3760cf3d4c
|
Update select styles
|
2022-12-04 14:26:54 -08:00 |
|
|
|
2f95e8a8e6
|
Tweak secondary colors
|
2022-12-04 10:01:41 -08:00 |
|
|
|
a350d0a3da
|
Fix ToggleSwitch colors
|
2022-12-04 09:55:33 -08:00 |
|
|
|
1244a99a6a
|
Update FilterBar background
|
2022-12-04 09:55:27 -08:00 |
|
|
|
d2caf088e8
|
Fix text colors
|
2022-12-04 09:54:55 -08:00 |
|
|
|
f2ba1139a1
|
Add 00 scale to element colors and update pills
|
2022-12-04 09:46:19 -08:00 |
|
|
|
cdc82e5348
|
Rename element colors to use numeric scale
|
2022-12-04 09:45:58 -08:00 |
|
|
|
b36b6b747c
|
Rename greys
|
2022-12-04 09:12:40 -08:00 |
|
|
|
efa864fb80
|
Run prettier on src
|
2022-12-04 07:19:31 -08:00 |
|
|
|
e52594d5dd
|
Fix broken skill images
|
2022-12-03 19:41:25 -08:00 |
|
|
|
d32824521b
|
Fix lint error: Forgot SearchableObject
|
2022-12-03 19:21:44 -08:00 |
|
|
|
32e3bbdab4
|
Fix lint error
|
2022-12-03 19:19:31 -08:00 |
|
|
|
2164b563d0
|
Fix race condition when selecting job for first time
|
2022-12-03 19:01:45 -08:00 |
|
|
|
b8130af3f6
|
Don't show JobDropdown if party isn't editable
|
2022-12-03 18:40:34 -08:00 |
|
|
|
5ef43bc1f5
|
Update job image shadow and backdrop
|
2022-12-03 16:48:41 -08:00 |
|
|
|
c6f6a6ca99
|
Update API calls and display errors
|
2022-12-03 16:43:18 -08:00 |
|
|
|
4783a664a7
|
Add custom Alert component
|
2022-12-03 16:39:58 -08:00 |
|
|
|
977c1df13c
|
Remove unused dependencies
|
2022-12-02 14:54:06 -08:00 |
|
|
|
7e3c6a9463
|
Update job skills from server response
|
2022-12-02 11:21:32 -08:00 |
|
|
|
cfc8e149fb
|
Remove logs
|
2022-12-02 11:21:14 -08:00 |
|
|
|
fdebea27ae
|
Populate skills from props instead of state
We're essentially ensuring consistency between the backend by frontend by using the backend as more of a source of truth.
|
2022-12-01 05:36:57 -08:00 |
|
|
|
944bfa3d17
|
Update index.tsx
|
2022-12-01 04:00:48 -08:00 |
|
|
|
6d602462fb
|
Fix restoring party state
Instead of pulling it down from props on mount we're just pulling from state
|
2022-12-01 04:00:39 -08:00 |
|
|
|
c307fcb18f
|
Remove logs
|
2022-12-01 02:00:58 -08:00 |
|
|
|
6070164150
|
Save job and job skill to party
|
2022-12-01 01:46:11 -08:00 |
|
|
|
1cb9d6c843
|
Restore job when loading party
|
2022-12-01 01:45:47 -08:00 |
|
|
|
8f06fb8770
|
Remove log
|
2022-11-30 09:01:39 -08:00 |
|
|
|
6af2ace6b0
|
Use SearchableObject type
|
2022-11-30 09:01:33 -08:00 |
|
|
|
1202985f80
|
Fix forwardRef and refactor rendering
|
2022-11-30 06:09:55 -08:00 |
|
|
|
97f22b852a
|
Remove dead ref code
|
2022-11-30 06:09:32 -08:00 |
|
|
|
725e989bd7
|
Remove console logs
|
2022-11-30 05:21:11 -08:00 |
|
|
|
6ef73583df
|
Implement job skill search
|
2022-11-30 05:20:22 -08:00 |
|
|
|
73944becf4
|
Add type alias for searchable objects
|
2022-11-30 05:19:43 -08:00 |
|
|
|
89e157dc6d
|
Refactor CSS
|
2022-11-29 02:05:53 -08:00 |
|
|
|
bf04d951bd
|
Fix CSS bug
|
2022-11-29 02:05:34 -08:00 |
|
|
|
7e6e9f244a
|
Add JobSkillModal component
|
2022-11-29 01:00:52 -08:00 |
|
|
|
ab28d8c4bf
|
Added JobSkillResult component
|
2022-11-29 00:59:47 -08:00 |
|
|
|
79a0095d22
|
Add basic interface for skills
Skills change when the job changes, but can't be selected on their own yet
|
2022-11-28 20:36:12 -08:00 |
|
|
|
b61885a86d
|
Fix even more linter errors
|
2022-11-19 21:06:06 -08:00 |
|
|
|
10e2cdd2a6
|
Continue fixing linter bugs
|
2022-11-19 20:57:12 -08:00 |
|
|
|
4b960308d4
|
Continue fixing linter errors
|
2022-11-19 20:53:09 -08:00 |
|
|
|
4f11f88c0f
|
Fix more linter errors
|
2022-11-19 20:50:39 -08:00 |
|
|
|
b71bb09723
|
Fix linting errors
|
2022-11-19 20:48:05 -08:00 |
|
|
|
44efa3e490
|
Revert "Try to fix object error"
This reverts commit c39b66bce2.
|
2022-11-19 18:57:21 -08:00 |
|
|
|
56fb881edd
|
Revert "Fix object is possibly undefined error"
This reverts commit 90dcb54bba.
|
2022-11-19 18:57:10 -08:00 |
|
|
|
c39b66bce2
|
Try to fix object error
|
2022-11-19 18:49:21 -08:00 |
|
|
|
90dcb54bba
|
Fix object is possibly undefined error
|
2022-11-19 18:40:32 -08:00 |
|
|
|
19a9fa3da2
|
Implementation of character conflict modal
|
2022-11-19 06:37:28 -08:00 |
|
|
|
89766abba5
|
Fix null weapon grid image bug
|
2022-11-16 21:39:03 -08:00 |
|
|
|
ec737757c0
|
Try fixing element error on prod
|
2022-11-16 07:29:24 -08:00 |
|
|
|
21b86e4239
|
Fix various API and rendering bugs
|
2022-11-16 07:04:39 -08:00 |
|
|
|
2c8c205d84
|
Translate party titles
|
2022-11-16 06:07:46 -08:00 |
|
|
|
5a797f0d14
|
Fix party details
* Populate from SSR
* Hide button to edit empty anonymous grids
|
2022-11-16 05:47:30 -08:00 |
|
|
|
67aa814b27
|
Fix weapon modal
Updates weapon keys with cookies
|
2022-11-16 05:30:37 -08:00 |
|
|
|
61a762b29b
|
Component cookie fixes
|
2022-11-16 05:26:18 -08:00 |
|
|
|
fd45241466
|
Update Party to not try to update job if not editable
|
2022-11-16 03:49:37 -08:00 |
|
|
|
a3d1c1ee56
|
Fix cookie usage in Party and grid tabs
|
2022-11-15 05:12:18 -08:00 |
|
|
|
19d8fa4d9b
|
Update cookie usage in TopHeader and HeaderMenu
|
2022-11-15 04:43:54 -08:00 |
|
|
|
364481e3ac
|
Fix various type errors from npm build
|
2022-04-10 13:31:13 -07:00 |
|
|
|
e53dac8b46
|
Update JobSection to reflect MC gender
|
2022-04-10 13:25:30 -07:00 |
|
|
|
595b4491ad
|
Update AccountModal to support MC gender
|
2022-04-10 13:25:17 -07:00 |
|
|
|
b0b0219896
|
Don't crash when loading parties without jobs
|
2022-04-10 13:07:02 -07:00 |
|
|
|
47f41a19a0
|
Fix memory leak
|
2022-04-10 13:06:44 -07:00 |
|
|
|
eb8e8ab4cf
|
Save and receive job from backend
|
2022-04-04 23:43:28 -07:00 |
|
|
|
745c873e36
|
Implement JobSection
|
2022-04-04 23:43:13 -07:00 |
|
|
|
95f4dccb9e
|
Create JobSection
|
2022-04-04 23:43:02 -07:00 |
|
|
|
38c236d281
|
Create JobDropdown
|
2022-04-04 23:42:54 -07:00 |
|
|
|
517c414e2c
|
GridRep should reflect changed element
|
2022-03-22 00:49:32 -07:00 |
|
|
|
ef6ea9b415
|
Cleanup unused packages, modules and files
|
2022-03-22 00:29:41 -07: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 |
|
|
|
9cb5a0e3cb
|
Add changing elements to Class Champion Weapons
|
2022-03-22 00:09:59 -07:00 |
|
|
|
e1dfb73544
|
Cleanup
|
2022-03-14 19:55:54 -07:00 |
|
|
|
bac8c8da00
|
Nevermind
|
2022-03-14 17:04:27 -07:00 |
|
|
|
937748e7f3
|
Bump font size up
|
2022-03-14 17:03:28 -07:00 |
|
|
|
5048433e53
|
Cleanup
|
2022-03-14 16:47:18 -07:00 |
|
|
|
bda2639d88
|
Redesign read only state and add save button
|
2022-03-14 16:47:13 -07:00 |
|
|
|
9291e5501a
|
Add deleteTeam method
|
2022-03-14 16:46:58 -07:00 |
|
|
|
83bb782476
|
Remove extra spacing below Party
|
2022-03-14 16:46:43 -07:00 |
|
|
|
7067db6f2c
|
Fix spacing between CharacterUnit and PartyDetails
|
2022-03-14 16:46:33 -07:00 |
|
|
|
76a9411508
|
Add CheckIcon
|
2022-03-14 16:46:23 -07:00 |
|
|
|
258f9cf899
|
Persist timestamp state in grid API calls
|
2022-03-14 16:45:49 -07:00 |
|
|
|
6709960708
|
Hotfix #3
I'm tired
|
2022-03-11 03:07:27 -08:00 |
|
|
|
99e11e182f
|
Second hotfix
|
2022-03-11 02:57:37 -08:00 |
|
|
|
0680699822
|
Hotfix potentially null recents array
|
2022-03-11 02:52:13 -08:00 |
|
|
|
a93819a908
|
Remove a log
|
2022-03-11 02:44:28 -08:00 |
|