Commit Graph

541 Commits

Author SHA1 Message Date
Jose Farias d556e21287 Use House for MD comments 2024-11-27 18:59:15 -06:00
Jose Farias cc891a2ad6 No need to preload when not async 2024-11-25 20:34:04 -06:00
Jose Farias f53cf49e5a select_option -> listbox_option 2024-11-25 18:28:46 -06:00
Jose Farias 3e1b2c74e4 Make one-way assignment and tagging methods private 2024-11-25 17:55:25 -06:00
Jose Farias a9f845ed47 Assigner is always Current.user 2024-11-25 17:51:20 -06:00
Jose Farias 43add9d0be Move combobox initializer to helper 2024-11-25 16:30:38 -06:00
Jose Farias acac683b3e Do combobox filtering client-side 2024-11-25 16:25:42 -06:00
Jose Farias 5e09f5a9b9 Remove swapping 2024-11-25 16:17:44 -06:00
Jose Farias 505aab6b57 Fix assignment styles in bubble 2024-11-25 16:15:31 -06:00
Jose Farias 88e3640272 Merge branch 'main' into comboboxes
* main:
  Ensure @filter isn't nil
  Bump boost size, adjust assignee alignment
  Stub duplicate finder button
  Move pop action
  Remove some of the more vertical ones
  List name next to assignee
  Bump font size
  Display tags inside the bubble
  Needs a little structure
  Pull back comment decoration
  Tighten up menu
  Tighten-up workflow panel
2024-11-25 14:00:52 -06:00
Jason Zimdars 4f42ab973b Ensure @filter isn't nil 2024-11-22 16:54:21 -06:00
Jason Zimdars e9b0f8d39f Bump boost size, adjust assignee alignment 2024-11-22 16:35:31 -06:00
Jason Zimdars 4d9b27f6d8 Stub duplicate finder button 2024-11-22 16:32:54 -06:00
Jason Zimdars 5865c41738 Move pop action 2024-11-22 16:29:05 -06:00
Jason Zimdars c052a796d8 Remove some of the more vertical ones 2024-11-22 16:25:40 -06:00
Jason Zimdars 92510755cf List name next to assignee 2024-11-22 16:21:58 -06:00
Jason Zimdars 01f4acd7d0 Bump font size 2024-11-22 16:00:12 -06:00
Jason Zimdars ddefd9b548 Display tags inside the bubble 2024-11-22 15:59:29 -06:00
Jason Zimdars 43fa91fc05 Needs a little structure 2024-11-22 14:19:50 -06:00
Jason Zimdars 8d41b3e410 Pull back comment decoration 2024-11-22 13:51:46 -06:00
Jason Zimdars df0813b8d6 Tighten up menu 2024-11-22 12:07:17 -06:00
Jason Zimdars 5267f79b09 Tighten-up workflow panel 2024-11-22 11:36:24 -06:00
Jose Farias 3ef37ca014 Merge branch 'main' into unstubbing
* main:
  Bump proportionally
  Insure text enlarges on perma
  Stub admin switch
  Refine layout
  Tighten up list view
  Font sizing tweaks
  Polish
  Rework Workflows creation and editing flows
  Stub everyone switch
2024-11-21 19:58:31 -06:00
Jose Farias f266e46b57 Wire up comboboxes 2024-11-21 19:58:21 -06:00
Jason Zimdars b5291acf7c Bump proportionally 2024-11-20 17:19:23 -06:00
Jason Zimdars 30bcfc9d72 Insure text enlarges on perma 2024-11-20 17:08:33 -06:00
Jason Zimdars 56e627ecec Stub admin switch 2024-11-20 17:04:36 -06:00
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
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 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