Jason Zimdars
b19ca07aee
Forget about the dividing line for now
2024-11-19 12:48:18 -06:00
Jason Zimdars
ca7cccdb7c
Add some structure to buckets index
2024-11-19 12:45:16 -06:00
Jason Zimdars
c645e59314
Adjust form
2024-11-19 12:34:58 -06:00
Jason Zimdars
dcd819d1ec
Restore bucket settings link, adjust styles for filters
2024-11-19 12:32:20 -06:00
Jason Zimdars
5f6cc046b7
No need for inline svg here anymore
2024-11-19 12:30:23 -06:00
Jason Zimdars
03980c8c31
Fix layout issue that caused comment form to be unselectable
2024-11-19 12:18:32 -06:00
Jason Zimdars
b1c3ffa72a
Stick with stock buttons for now
2024-11-19 12:06:35 -06:00
Jason Zimdars
492360a259
Still a little odd that it's a separate form but this conceptually belongs here
2024-11-19 10:31:53 -06:00
Jason Zimdars
73391a2a4e
We've got a utility for this
2024-11-19 10:04:42 -06:00
Jason Zimdars
ad81b8a201
Fix navbar alignment
2024-11-19 10:01:27 -06:00
Jason Zimdars
939218aa58
Kind of hate that icon, let's try something else
2024-11-19 09:59:02 -06:00
Jason Zimdars
0d4dc9f474
Use new bubble shape
2024-11-19 09:52:50 -06:00
Jason Zimdars
f94a35933e
Prevent bubble getting squished
2024-11-19 09:45:32 -06:00
Jason Zimdars
d770b286e8
Fix image fit, try animation
2024-11-18 18:34:34 -06:00
Jason Zimdars
9fd774f39d
Don't assume @filter is set
2024-11-18 18:07:45 -06:00
Jason Zimdars
c5b44a92a5
Clicking assignees filters by that assignee
2024-11-18 17:18:21 -06:00
Jason Zimdars
107494d5aa
Restore behavior: clicking tags filters by that tag
2024-11-18 17:18:03 -06:00
Jason Zimdars
a458a90aaa
Make these consist from view-to-view
2024-11-18 16:33:38 -06:00
Jason Zimdars
5158467275
Improve hover motion for meta bubbles
2024-11-18 15:57:49 -06:00
Jason Zimdars
ecc277c104
No longer used
2024-11-18 15:32:45 -06:00
Jason Zimdars
79f5b4f603
Improve assignee bubble display, especially when there are multiple assignees
2024-11-18 12:38:19 -06:00
Jose Farias
0c51129e1e
name -> key
2024-11-18 12:04:52 -06:00
Jose Farias
3d34bc0512
** not required
2024-11-18 11:59:28 -06:00
Jose Farias
5c1f6dd5aa
Swap one? and many? branches
2024-11-18 11:49:20 -06:00
Jose Farias
f5a12ace68
Change title based on selected buckets
2024-11-18 11:48:28 -06:00
Jose Farias
20d4319744
Pass params directly into filter chip helper
2024-11-18 11:45:29 -06:00
Jose Farias
0995eee074
Turn filter chips into links
2024-11-18 11:34:44 -06:00
Jason Zimdars
85e008e31d
Truncate headings, too
2024-11-15 17:57:19 -06:00
Jason Zimdars
0b22305169
Polish filter menu
2024-11-15 17:44:46 -06:00
Jose Farias
bf704d6d0f
Simplify filter_hidden_field_tag
2024-11-14 22:39:55 -06:00
Jose Farias
a9913c28bd
No need to call to_sym
2024-11-14 21:53:18 -06:00
Jose Farias
fb04249209
Make filters into a simple form
2024-11-14 21:50:38 -06:00
Jason Zimdars
d52f7e67e8
Add boosts feature from sidebar
2024-11-14 16:23:28 -06:00
Jason Zimdars
3147c26582
New flow for bubble background
2024-11-14 15:35:13 -06:00
Jason Zimdars
38faf6cb95
Rework tagging UI to use new menu lisdt
2024-11-14 15:10:47 -06:00
Jason Zimdars
19db41ef52
No need for modal
2024-11-14 14:42:47 -06:00
Jason Zimdars
d33226a92b
Apply colors in the sidebar
2024-11-14 14:04:35 -06:00
Jason Zimdars
b4623b632c
No need for turbo frames here either
2024-11-14 12:33:34 -06:00
Jason Zimdars
f7d7ea6e49
No need for turbo frames after all
2024-11-14 12:30:05 -06:00
Jason Zimdars
ba861544fc
Tighten assignment flow
2024-11-14 12:22:30 -06:00
Jason Zimdars
0ff0291c18
More immediate flow for date picking
2024-11-14 11:48:02 -06:00
Jason Zimdars
25e929bb59
Escape param
2024-11-14 11:04:43 -06:00
Jason Zimdars
c2df855211
Merge branch 'main' into bubble-perma
...
* main: (29 commits)
Add assigners to filter summary
Use `Current.user`'s name for filter chips
Allow assigner ids param
Sort filter params before hashing
Fix tests
Test field accessors
Test filter chips controller
Test filter terms
Wire up assigner filters
Spell out button_to params
Use Filter class method to digest fixture params
Add frame to search terms form
Render each kind of filter in its own frame
button -> chip
No need to apply terms from the controller anymore
Add terms to filter
buttons -> chips
Clean up Filter class methods
KNOWN_PARAMS -> PERMITTED_PARAMS
Remove most_active as index option
...
2024-11-14 10:43:21 -06:00
Jason Zimdars
a23bbbd61a
Stub new boost button, move pop back to navbar for now
2024-11-13 17:01:21 -06:00
Jose Farias
a2092efc0a
Add assigners to filter summary
2024-11-13 14:27:23 -06:00
Jose Farias
058c10d89f
Use Current.user's name for filter chips
...
It'll use the name anyway (instead of "me") when re-rendering the perma after navigating.
2024-11-13 14:02:41 -06:00
Jose Farias
cc2b799b1c
Allow assigner ids param
2024-11-13 14:01:31 -06:00
Jose Farias
33d1f7f022
Sort filter params before hashing
...
So that param order doesn't matter
2024-11-13 13:55:46 -06:00
Jose Farias
4dfba46142
Fix tests
2024-11-13 13:55:30 -06:00
Jose Farias
bef8882490
Test filter chips controller
2024-11-13 13:44:33 -06:00