Commit graph

748 commits

Author SHA1 Message Date
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
ca4b2e9149 Add JobSkillObject and 0th index 2022-12-01 05:35:27 -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
0096a49a07 Added jobSkills to data structures 2022-12-01 01:45:31 -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
cbbad53e09 Fix typo that broke job persistence 2022-11-30 09:00:50 -08:00
1202985f80 Fix forwardRef and refactor rendering 2022-11-30 06:09:55 -08:00
055c70624a Add translations 2022-11-30 06:09:40 -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
ee7dc0bc4a Update API 2022-11-30 05:19:51 -08:00
73944becf4 Add type alias for searchable objects 2022-11-30 05:19:43 -08:00
322964d767 Update translations 2022-11-30 05:17:57 -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
5d6ca05143 Add different groupings of skills
`skillClassification` is for pills shown in results
`skillGroups` is for the dropdown that filters all skills
2022-11-29 00:59:28 -08:00
235f36814f Fix name of color attribute on JobSkill 2022-11-29 00:58:48 -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
c599a8352a Fetch and store the jobs and skills in app state 2022-11-27 20:24:47 -08:00
1d571f1a21 Register jobs and skills in app state 2022-11-27 20:19:18 -08:00
5d4ca78dda Add endpoint for fetching skills 2022-11-27 20:18:38 -08:00
5598e72463 Add JobSkill type 2022-11-27 18:55:51 -08:00
c354c8840c Ignore job skill images 2022-11-27 18:55:31 -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
852108c4c6
Merge pull request #44 from jedmund/conflict
Conflict resolution → Characters
2022-11-19 17:53:01 -08:00
19a9fa3da2 Implementation of character conflict modal 2022-11-19 06:37:28 -08:00
e2dcdbaf37 Add character_id property to Character 2022-11-19 06:36:47 -08:00
3e0529a46d Add endpoint for resolving character conflicts 2022-11-19 06:36:36 -08:00
4d8a7d4007 Allow characters to be undefined in state 2022-11-19 06:36:26 -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
c05f86d012 Merge branch 'main' of github.com:jedmund/hensei-web 2022-11-16 06:15:23 -08:00
14d34ff4df Add SSR fetching of raids to new page 2022-11-16 06:15:19 -08:00