Commit Graph

5430 Commits

Author SHA1 Message Date
Jason Zimdars 2e772abf25 Refine layout 2024-11-20 16:48:49 -06:00
Jason Zimdars 9b6498290a Tighten up list view 2024-11-20 13:00:14 -06:00
Jason Zimdars ead7d0cd5d Font sizing tweaks 2024-11-20 09:20:41 -06:00
Jason Zimdars a1a3a2cb24 Polish 2024-11-20 09:03:34 -06:00
Jason Zimdars 47208a20da Rework Workflows creation and editing flows 2024-11-19 20:20:15 -06:00
Jason Zimdars 7456949791 Stub everyone switch 2024-11-19 20:20:15 -06:00
Jose Farias aae612473c Merge pull request #137 from basecamp/activity-score
Pre-calculate comment counts and activity scores
2024-11-19 15:13:38 -06:00
Jose Farias e117f4e5af boost_count -> boosts_count
This aligns better with counter_cache conventions, in case we turn boosts into a model later
2024-11-19 14:22:51 -06:00
Jose Farias c88fefd92a Clean up activity score tests 2024-11-19 14:18:27 -06:00
Jason Zimdars d387e3b65d Decorate with filter icon 2024-11-19 13:55:26 -06:00
Jose Farias df746e5a64 Merge branch 'main' into activity-score
* main:
  Missed one
  Tighten up workflow panel
  Fix test
  Forget about the dividing line for now
  Add some structure to buckets index
  Adjust form
  Restore bucket settings link, adjust styles for filters
  No need for inline svg here anymore
2024-11-19 13:38:39 -06:00
Jose Farias 9ac136bace Rescore bubble from Message, not Comment 2024-11-19 13:27:09 -06:00
Jose Farias 2a9be42c4e Use count cache instead of counting comments in calculating score 2024-11-19 13:26:25 -06:00
Jose Farias 0c38699dec Merge branch 'main' into activity-score
* main: (22 commits)
  Fix layout issue that caused comment form to be unselectable
  Stick with stock buttons for now
  Still a little odd that it's a separate form but this conceptually belongs here
  We've got a utility for this
  Fix navbar alignment
  Kind of hate that icon, let's try something else
  Use new bubble shape
  Prevent bubble getting squished
  Fix image fit, try animation
  Don't assume `@filter` is set
  Clicking assignees filters by that assignee
  Restore behavior: clicking tags filters by that tag
  Make these consist from view-to-view
  Improve hover motion for meta bubbles
  No longer used
  Improve assignee bubble display, especially when there are multiple assignees
  name -> key
  ** not required
  Swap one? and many? branches
  Change title based on selected buckets
  ...
2024-11-19 13:09:57 -06:00
Jason Zimdars 4eaa414ebb Missed one 2024-11-19 13:01:01 -06:00
Jason Zimdars 71d98d9eaa Tighten up workflow panel 2024-11-19 12:59:37 -06:00
Jason Zimdars fada5fef59 Fix test 2024-11-19 12:52:39 -06:00
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 8d05dd27a9 Merge pull request #138 from basecamp/link-chips
Turn filter chips into links
2024-11-18 12:17:08 -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
Jose Farias f17b060906 Move rescoring concerns to bubble 2024-11-15 19:48:53 -06:00
Jose Farias 8cd22a7f20 Merge branch 'main' into activity-score
* main:
  Truncate headings, too
  Polish filter menu
2024-11-15 18:33:35 -06:00
Jose Farias f1c8ae2f5f No need to pluck title
Was a debugging artifact
2024-11-15 18:21:39 -06:00
Jose Farias b4e8adca47 Pre-calculate comment counts and activity scores 2024-11-15 18:17:42 -06:00
Jason Zimdars 85e008e31d Truncate headings, too 2024-11-15 17:57:19 -06:00