Commit graph

631 commits

Author SHA1 Message Date
7b9cd245e3 Add element-colored links 2022-03-14 16:45:14 -07:00
19d0b14233 Add timestamps to app state Party object 2022-03-14 16:45:04 -07:00
1f40cc0adf Add new button strings 2022-03-14 16:44:54 -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
b30d56ecc3
Merge pull request #28 from jedmund/search-recents
Add recent searches
2022-03-11 02:37:24 -08:00
5659568345 Properly clean the modal when selecting an item 2022-03-11 02:36:18 -08:00
9e3bc95ec8 Implement recently searched items for weapons and summons 2022-03-11 02:32:27 -08:00
7c263167cd Add recent dictionary to app state 2022-03-11 01:57:51 -08:00
baddad41a9 Removed packages 2022-03-11 01:34:04 -08:00
cc01aa41c5
Merge pull request #27 from jedmund/search-filters
Implement filters in Search
2022-03-11 01:19:59 -08:00
f4a412240d Implement filter/search combined logic in SearchModal 2022-03-11 01:16:09 -08:00
35aafeefaf Add search filter bar components 2022-03-11 01:15:55 -08:00
2f350ede0e Add check icon and update global css 2022-03-11 01:15:45 -08:00
9d9ae6c78a Add translations 2022-03-11 01:15:30 -08:00
14d10d4768 Update search method in api 2022-03-11 01:15:20 -08:00
b1170a8e87 Add new types, states and value stores 2022-03-11 01:15:11 -08:00
1bf119722a Add infinite scroll component 2022-03-11 01:14:06 -08:00
b8b6f3231b Implement SearchFilterCheckboxItem component 2022-03-11 01:13:54 -08:00
9a6ad1a74d Implement SearchFilter component 2022-03-11 01:13:45 -08:00
7148675a02 Add Radix dropdown menu 2022-03-08 20:12:33 -08:00
d19c96fc6d Add locale to search 2022-03-08 17:45:56 -08: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
91d8dc7ae4 Fix when search sends queries 2022-03-08 15:58:53 -08:00
41f8753169 Restrict to one line of text in GridRep
There's a max-width though, we'll fix it later
2022-03-08 02:01:36 -08:00
b0643d73b0
Merge pull request #26 from jedmund/query-params
Implement query params on Collection views
2022-03-07 18:26:23 -08:00
aabb9feaea Cleanup 2022-03-07 18:24:26 -08:00
fa73a4bd7d Query params work on Saved and Profile pages 2022-03-07 18:14:05 -08:00
1d98f13dee Query param filters work on Teams page 2022-03-07 17:54:24 -08:00
1365e4c95c Get query states working on teams page
This changes the URL to show query params for our three filters, making it easy for people to link to very specific subsets of raids.
2022-03-07 02:43:21 -08:00
6d197e9f08 Add next-usequerystate
This library is for helping manage/link state with query params
2022-03-07 02:42:01 -08:00
aefd6c3754 Make RaidDropdown to be a controlled component
It also indexes on the raid's `slug` instead of `id`, a new key that will let us get to using query params to filter
2022-03-07 00:27:35 -08:00
79b5960cea Refactor RaidDropdown
Generally cleaned it up. Moved `raidGroups` out into a utils file and restructured it so we can localized names.
2022-03-07 00:27:35 -08:00
7ea3907e7f Fix white space for team descriptions 2022-03-07 00:20:42 -08:00
7a52fa5afd Missed two slash as division instances 2022-03-06 14:13:22 -08:00
6752b00758
Merge pull request #25 from jedmund/scss-division
Fix: Slash as Division
2022-03-06 14:11:41 -08:00
8063ae6ceb Fix: Slash as Division
https://sass-lang.com/documentation/breaking-changes/slash-div
2022-03-06 14:07:24 -08:00
f690e698dc Temporarily disable terms
<Link> is causing issues
2022-03-06 05:39:23 -08:00
e96a623b67 Remove HTML tag from translation 2022-03-06 05:27:22 -08:00
ad70f27aa6 Fix translation for character modal search placeholder 2022-03-06 05:26:56 -08:00
7cad878f83 Update raids and add Guild Wars raids 2022-03-06 03:09:52 -08:00
b57e81ddf4
Merge pull request #24 from jedmund/i18n
Add internationalization support
2022-03-06 02:16:01 -08:00
42ac5d7dc1 Lazily fixing build errors 2022-03-06 02:15:36 -08:00
745f9b6c47 Update WeaponLabelIndicator and icons 2022-03-06 02:10:46 -08:00
4ed07f83a2 They really call it Additional Weapons in Japanese too huh 2022-03-05 16:30:52 -08:00
c3186b2899 Add localizations for SearchModal 2022-03-05 14:50:56 -08:00
82a1231b04 Add missing translations to WeaponHovercard 2022-03-05 14:35:44 -08:00
dfd2bbff19 Localize WeaponModal and AxSelect 2022-03-05 14:30:34 -08:00