Commit Graph

328 Commits

Author SHA1 Message Date
Jason Zimdars efaeb26fab Address line-height 2025-03-20 11:16:31 -05:00
Jason Zimdars 015b26e7e8 Dark mode 2025-03-20 11:16:31 -05:00
Jason Zimdars 4370281f67 Add a missing event, adjust icons 2025-03-19 17:02:05 -05:00
Jason Zimdars eabb5a14c8 This is causing layout issues with code blocks
Ideally they would scroll and keep the original line breaks but the layout needs proper constraints for that to happen
2025-03-19 16:34:33 -05:00
Jason Zimdars 572428bfbc Improved comments and events layout 2025-03-19 16:33:03 -05:00
Jason Zimdars 714ae9d317 Differentiate events with an icon 2025-03-19 13:35:17 -05:00
Jason Zimdars de851fa69c Move back to edges 2025-03-18 17:10:50 -05:00
Jason Zimdars b99fc7484b Handful of tweaks 2025-03-18 16:01:31 -05:00
Jason Zimdars b498dfd752 Restore related events hover effect 2025-03-18 15:59:37 -05:00
Jason Zimdars 28a569c49b Tickets 2025-03-17 21:24:08 -05:00
Jason Zimdars e53052b7e7 Fix visual button regression
`.for-screen-reader` has specific behavior inside `.btn` that makes it unsuitable for use on form elements. This fix adds a second, functionally identical, class `visually-hidden` for those cases. Later we can figure out a way to make it clear when to use which.
2025-03-14 09:58:50 -05:00
Kevin McConnell 49fa8b21a6 Move current user check to controller
This is necessary to a) ensure people can't edit/delete comments they
don't own, and b) make the comment partial cacheable.
2025-03-03 17:04:16 +00:00
Jason Zimdars 3184e6ba2d Only hover on dot 2025-02-24 17:18:31 -06:00
Jason Zimdars ed0a815a35 Fix that title could overlap unread indicator 2025-02-24 16:05:42 -06:00
Jason Zimdars 15cf38d46f This isn't necessary (apparently) and doesn't work in Firefox 2025-02-24 14:28:22 -06:00
Jason Zimdars 635d3a83a5 Fix hover state on radio buttons 2025-02-21 17:30:16 -06:00
Jason Zimdars 28bdc531b0 Mark individual notifications as read 2025-02-21 16:39:50 -06:00
Jason Zimdars 1d0562f905 Refactor 2025-02-21 10:44:40 -06:00
Jason Zimdars 1ad6a9adb8 Introduce quick filters on the page so the dialog becomes advanced filtering 2025-02-20 15:20:30 -06:00
Jason Zimdars 508fb8e3f7 These can be combined 2025-02-20 14:43:49 -06:00
Jason Zimdars 8cde1883a6 Filter activity by bucket 2025-02-19 18:05:12 -06:00
Jason Zimdars cc7828b4c2 Looks better when it matches the popped bubble perfectly 2025-02-19 15:56:35 -06:00
Jason Zimdars 48f8b27dc9 If there is only one notification, just follow it instead of expanding 2025-02-19 15:25:11 -06:00
Jason Zimdars 867479c7bf Display a link button when there are more unreads than the six we show 2025-02-19 15:17:31 -06:00
Jason Zimdars 6846fdf473 Ensure tray renders above bubbles 2025-02-19 14:15:26 -06:00
Jason Zimdars 1a1ca72a3d Remove summary avatars and tweak timestamp 2025-02-19 14:05:35 -06:00
Jason Zimdars b3b881da17 Try a more Basecamp style activity event card 2025-02-19 14:02:07 -06:00
Jason Zimdars 0fc85f11a5 Need splat for list items, don't wiggle popped on hover 2025-02-19 13:20:42 -06:00
Jason Zimdars b25d934151 Adjust colors a bit for contrast and dark mode 2025-02-19 11:55:23 -06:00
Jason Zimdars 58175ec37a Merge branch 'main' into reactions
* main:
  Try a lighter bubble style and bring back splats for popped
2025-02-19 11:23:20 -06:00
Jason Zimdars f007e127da Polish 2025-02-19 10:38:55 -06:00
Jason Zimdars 18707300d4 Try a lighter bubble style and bring back splats for popped 2025-02-18 19:02:00 -06:00
Jason Zimdars 000bd158eb Reactions on comments 2025-02-18 17:08:56 -06:00
Jason Zimdars 7f1b1a690a Temporary fix 2025-02-13 18:07:28 -06:00
Jason Zimdars 7544560e05 Add some constraints to the filter menu so the buttons are always visible 2025-02-13 16:38:56 -06:00
Jason Zimdars 52422e506e Handle overflow 2025-02-13 15:47:45 -06:00
Jason Zimdars ec89aba76c Never mind, this is problematic 2025-02-13 11:18:22 -06:00
Jason Zimdars 43fa93f818 Don't highlight comment input, give it basic input behaviors 2025-02-13 11:14:47 -06:00
Jason Zimdars 896ce8fd5b Allow overflow 2025-02-13 11:04:07 -06:00
Jason Zimdars 34d84536fd Remove most of the default House styles, add styles for comment 2025-02-13 11:02:40 -06:00
Jason Zimdars e16d7f1138 Polish bubble title inputs for WYSIWYG 2025-02-12 17:25:46 -06:00
Jason Zimdars c2112735f8 Try a simpler popped treatment, consistency for small bubbles 2025-02-12 15:54:38 -06:00
Jason Zimdars e5e8f321df Make these sticky 2025-02-12 13:37:03 -06:00
Jason Zimdars ff8a2b56b3 Burst effect for popped bubbles 2025-02-12 13:10:58 -06:00
Jason Zimdars 0c57f9cdc5 Polish draft/post UI 2025-02-11 21:48:33 -06:00
Jason Zimdars cc9419af1b Remove bubble animation, tighten up boosts bubble 2025-02-11 15:03:28 -06:00
Jason Zimdars c433f23180 Ensure there are no visual gaps 2025-02-11 14:38:08 -06:00
Jason Zimdars 5107071315 Clean up assignment and tag menus 2025-02-10 17:45:23 -06:00
Jason Zimdars 8ee1e670f9 Remove Hotwire Combobox, adjust related styles 2025-02-10 17:01:42 -06:00
Jason Zimdars b1177dc308 Adjust comment bubble arrow and position 2025-02-10 16:08:10 -06:00