Commit Graph

1338 Commits

Author SHA1 Message Date
Andy Smith 73dd372ca9 Remove overflow from columns 2025-10-02 16:25:38 -05:00
Andy Smith 076ddd66f4 Move video captions below content 2025-10-02 15:56:21 -05:00
Jason Zimdars 4ab2d971f9 Merge branch 'main' into collections-filter
* main: (24 commits)
  Move load-balancer to fizzy-lb-101
  Add otel_collector accessory for load balancer
  Fix: this was getting idiomorph confused as it was being invoked on many subtree elements
  Keep column popups during page refreshes
  Don't render next link unless there is more activity
  Live updates for the collection perma
  Keep filter panel during page refreshes
  Add pagination to the list of filtered cards
  Use frame based pagination for the users timeline too
  Use frame-based pagination for the activity timeline
  Don't broadcast updates of cards unless published
  Live updates for the timeline
  Make permanent to avoid losing menu on page refreshes
  Use the new required attribute that now Lexxy supports
  Use controller to disable empty comment submit
  Dynamic height for pins based on viewport height
  Position lexxy language picker
  Replace old link with proper collection path
  No longer needed
  Prevent card bubbles getting clipped in grid layout
  ...
2025-10-02 14:26:45 -05:00
Jorge Manrubia 46502609e6 Merge pull request #1211 from basecamp/prevent-empty-save
Use controller to disable empty comment submit
2025-10-02 09:39:01 +02:00
Jason Zimdars 5a051946ff Merge pull request #1213 from basecamp/JZ/10-1-2025-PM
JZ 10/1/2025 pm
2025-10-01 17:36:43 -05:00
Andy Smith 80e072f845 Use controller to disable empty comment submit 2025-10-01 16:56:55 -05:00
Jason Zimdars 64a19186a1 Stub Activity filtering UI 2025-10-01 15:56:48 -05:00
Andy Smith e37cbe6d7f Dynamic height for pins based on viewport height 2025-10-01 14:28:38 -05:00
Jason Zimdars a1e650fb50 Remove filtering checkboxes, replace with icon; modify icon 2025-10-01 13:58:15 -05:00
Andy Smith dafebce2da Merge pull request #1207 from basecamp/misc-tweaks
Misc tweaks
2025-10-01 13:45:00 -05:00
Andy Smith 60a7e21eb2 Position lexxy language picker 2025-10-01 13:37:05 -05:00
Jason Zimdars ca81e2aa36 Prevent card bubbles getting clipped in grid layout 2025-10-01 13:31:17 -05:00
Andy Smith 8062490b93 Give captions more contrast on gray BG 2025-10-01 13:15:27 -05:00
Jason Zimdars 1c555db836 Rework so we get a nice hover effect 2025-10-01 11:38:55 -05:00
Jason Zimdars da7ea49f9b Tighten gap between cards 2025-10-01 11:27:48 -05:00
Jason Zimdars e6c7fd283d Don't clip bubbles 2025-10-01 11:21:41 -05:00
Jason Zimdars 8d03785cd8 Restore themed card text colors 2025-10-01 11:19:31 -05:00
Jason Zimdars 038be0b9ff Simply search placeholder, shortcut, and shortcut indicator 2025-10-01 10:53:31 -05:00
Jason Zimdars 7f4103682b Tighten up and remove unnecessary spacing and test sizing 2025-10-01 10:21:54 -05:00
Jason Zimdars f64d1715d8 Tighten up Fizzy bar, simplify try toggles 2025-10-01 09:54:17 -05:00
Jason Zimdars f953dabea2 Try a gradient for pop and subtle 2025-09-30 20:18:17 -05:00
Jason Zimdars dc4d61c98c Style .crash file attachments 2025-09-30 20:15:05 -05:00
Jason Zimdars a1132ece1d Try full saturation colors 2025-09-30 17:59:39 -05:00
Jason Zimdars 222abd7e4d Adjust bubble position
Now that we don't have to worry about overlapping the Workflows list we
can display these mostly inside the card boundary
2025-09-30 16:50:18 -05:00
Jason Zimdars f79bca1712 Remove the tilt effect 2025-09-30 16:47:09 -05:00
Jason Zimdars 749ab3b059 Fix missing space between separator line and collection name 2025-09-30 16:44:35 -05:00
Jason Zimdars 3a81c05eae Avoid scrolling in card title input, cut-off descenders
Added a note because this keeps getting changed. A value of 1.1 looks
best but has problems with our automatic field sizing and in geneneral
with Windows. Windows since forever, has simply cropped descenders when
the line-height is lower than it prefers. It's dumb but real.
2025-09-30 16:33:49 -05:00
Jason Zimdars eaa2fc4492 Ensure Flash notices appear above the Fizzy menu button 2025-09-30 16:29:55 -05:00
Andy Smith babc943ce1 Handle content overflows better 2025-09-30 11:14:27 -05:00
Andy Smith bd45eee52f Smooth out animations a bit 2025-09-30 11:07:10 -05:00
Jorge Manrubia 1b6b82a6cc Redirect to cards when searching by card id 2025-09-30 13:52:27 +02:00
Andy Smith 5768eb26e8 Better padding for popup items 2025-09-29 15:52:02 -05:00
Andy Smith 6d167e560c CSS cleanup 2025-09-29 14:36:29 -05:00
Andy Smith 58c0314c17 Merge branch 'main' into tooltip-orient
* main: (161 commits)
  Save expanded state to localStorage
  Update seeds to use the workflow stages
  Disable autocomplete when editing columns
  Reset column form and disable autocomplete
  Remove unused job
  Fix Stream workflow stage BG
  We need the grid layout when filtering events
  Fix: proper filtering by collection in the collection perma
  Fix test
  Fix test
  Position expander menu
  Use parent layout when using with_manual_pagination
  Reinstate gap to cards list
  Fix: include collection filter in the collection perma
  Add some basic caching for the new columns approach
  Format
  Fix tests
  No need to use extra method here
  Move actions to stream templates
  Prevent recursive loop now that we have nested frames
  ...
2025-09-29 13:55:33 -05:00
Andy Smith 27ccde8419 Position expander menu 2025-09-29 10:34:15 -05:00
Jorge Manrubia fffdb623c1 Merge main into collapsing-columns branch
Resolved conflict in card-columns.css by keeping both changes:
- Added padding-inline for non-collapsed cards from collapsing-columns
- Kept bubble positioning, hover effects, and card steps from main
2025-09-29 14:03:59 +02:00
Jorge Manrubia 72fb15dd0f Pagination working for columns
Bring pagination system from KIA that is compatible with page refreshes
2025-09-28 14:21:16 +02:00
Jorge Manrubia 531315f253 Restore the class-based approach
aria-expanded should go on the toggle
2025-09-28 13:02:58 +02:00
Jorge Manrubia 5a90de8bcb Use aria-expanded instead of class 2025-09-28 11:31:03 +02:00
Andy Smith 6efd4c8b0e Fix bubble position 2025-09-26 17:12:09 -05:00
Andy Smith 957de36833 Bubbles postiioned regardless of column name 2025-09-26 15:43:33 -05:00
Andy Smith 58b21ca695 Add card grid styles when they aren't in columns 2025-09-26 13:57:37 -05:00
Andy Smith 8d9eacdb01 Add reverse icon 2025-09-26 12:43:54 -05:00
Andy Smith 09c1f446a5 Use default text color for notifications 2025-09-26 12:07:18 -05:00
Andy Smith 906aa0d691 Fix notification text color 2025-09-25 15:40:20 -05:00
Andy Smith 418406e6ee Align column overflow better 2025-09-25 11:45:25 -05:00
Andy Smith 22758ec81b Revert to blue default card color 2025-09-24 16:42:49 -05:00
Andy Smith 56635867f3 Repair card perma text styles 2025-09-24 16:01:21 -05:00
Andy Smith d9958d01d0 Stub out column menus 2025-09-24 15:38:01 -05:00
Andy Smith 0da89ee2f4 More space above footer 2025-09-24 13:25:59 -05:00