Commit graph

30 commits

Author SHA1 Message Date
5ed05bc5b4 Add style for filter button with filters active 2023-03-21 19:20:05 -07:00
591b16c880 Send filtersets to FilterModal
This sends the default filterset and the user's filterset to the filter modal.

The default filterset is used when resetting all filters. The users filterset is used so that it is populated with the user's values when they open the modal
2023-03-21 19:20:05 -07:00
ef1f8e83d8 Add skeleton of FilterModal 2023-03-21 19:20:05 -07:00
c9abe7c9e0 Fix min-height on FilterBar 2023-02-05 13:32:34 -08:00
3cf889cd43 Replace media query usage with mixin 2022-12-27 14:54:24 -08:00
82b1b49c5a Mobile hotfix 2022-12-26 16:03:06 -08:00
12ccc53126 Another mobile hotfix 2022-12-26 15:03:08 -08:00
45f1bd291e Fix being able to open multiple selects at once
This was miserable
2022-12-26 03:34:22 -08:00
221f60c48c Fix build errors 2022-12-23 16:27:11 -08:00
b329d2b27a Updates to Select component
Use `value` instead of `defaultValue` and properly control it
2022-12-23 15:19:14 -08:00
908e807f00 Fix defaultValue in FilterBar 2022-12-22 21:28:57 -08:00
adc987201e Update profile and filter bar 2022-12-22 00:46:13 -08:00
0b021629d7 Fix select colors in FilterBar 2022-12-06 15:54:39 -08:00
d8d864a5fe Implement new Select in FilterBar 2022-12-06 13:50:13 -08:00
3ee7c0b4b2 Shuffled greyscale, fixed dark mode for select/input 2022-12-06 09:31:56 -08:00
e8843699c7 Remove trailing semicolons 2022-12-05 17:54:46 -08:00
3760cf3d4c Update select styles 2022-12-04 14:26:54 -08:00
1244a99a6a Update FilterBar background 2022-12-04 09:55:27 -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
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
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
110cc0c769 Localize filter bar and dropdowns 2022-03-04 19:51:43 -08:00
2b7c95419d FilterBar h1 color tweak 2022-03-04 07:11:42 -08:00
00b2521d19 Update index.scss 2022-03-04 05:58:10 -08:00
3d5e7ab7ff Small design polishing on FilterBar 2022-03-04 05:57:30 -08:00
9b39299a3a Update index.scss 2022-03-03 03:14:03 -08:00
1c34803578 Added a smooth loading transition + FilterBar on parties 2022-03-01 01:11:32 -08:00
7d663a0979 Implement FilterBar component 2022-02-27 00:38:06 -08:00