Commit Graph

1251 Commits

Author SHA1 Message Date
Jason Zimdars 0c7c2ee462 Put the button outside the columns 2025-09-22 20:28:15 -05:00
Jason Zimdars 7d90f92684 Center the stream column, hang the others 2025-09-22 19:43:19 -05:00
Jason Zimdars 2217a92651 Simpler add a column button 2025-09-22 19:36:54 -05:00
Jason Zimdars a4c3f3257c Combine count and progress elements 2025-09-22 19:23:10 -05:00
Jason Zimdars cf9d24f093 Move title back to the top, center filter input, hang toggle 2025-09-22 19:09:50 -05:00
Jason Zimdars c5e17ce526 New stage/column button (stubbed) 2025-09-22 14:31:31 -05:00
Jason Zimdars 1ea9fa9dd3 Space them like columns with separation for current collection 2025-09-22 14:27:58 -05:00
Jason Zimdars b22d7ec05a Try a subnav that has the most recent collections 2025-09-22 14:23:57 -05:00
Jason Zimdars bb177b78a5 Move all engagements to the stage picker UI 2025-09-22 13:46:00 -05:00
Jason Zimdars 4fe735d9fe Only show the glowing pattern on Considering 2025-09-22 11:10:27 -05:00
Jason Zimdars 6b22724ce4 Don't display bubbles for what will be closed cards later 2025-09-22 11:08:11 -05:00
Jason Zimdars a931dae8d7 Avoid rending menu under filters 2025-09-22 11:07:53 -05:00
Jason Zimdars 01007d2fd0 Fix that Fizzy menu would render underneath filters 2025-09-22 10:57:01 -05:00
Jason Zimdars d90f603ca9 Tweak spacing 2025-09-19 17:51:50 -05:00
Jason Zimdars 55a77b435c Flip it on its side 2025-09-19 14:18:59 -05:00
Jason Zimdars d908c2da8a Try decorating expanded columns, bold column titles 2025-09-19 13:08:31 -05:00
Jason Zimdars a5b2285f30 Adjust column colors, alignment, transitions 2025-09-19 11:56:05 -05:00
Jason Zimdars 03ad5f26db Expand columns exclusively 2025-09-19 10:49:47 -05:00
Jason Zimdars 357b27c914 Fit column content, cap counts 2025-09-19 10:25:57 -05:00
Jason Zimdars 769083cb54 Bring back On Deck to stand in for Not Now 2025-09-18 17:37:35 -05:00
Jason Zimdars 6dbe915ddf Bring back the vertical rules 2025-09-18 17:28:11 -05:00
Jason Zimdars c6cb634340 Show progress bar in columns 2025-09-18 17:18:19 -05:00
Jason Zimdars fa69fd9c54 Drag/drop, add title to the container 2025-09-18 13:43:07 -05:00
Jason Zimdars 475500c617 A little more width 2025-09-18 11:43:38 -05:00
Jason Zimdars e033ae0107 Empty state 2025-09-18 11:41:53 -05:00
Jason Zimdars 32bd548930 Restore bottom border 2025-09-18 11:27:09 -05:00
Jason Zimdars 0a58411398 Move closed to a column 2025-09-18 11:26:01 -05:00
Jason Zimdars c0058dbb2c Improve collapsed display 2025-09-18 10:02:50 -05:00
Jason Zimdars 2e662a30c2 Bring back visual effect 2025-09-18 09:41:49 -05:00
Jason Zimdars f53ae63538 First pass at collapsible columns 2025-09-17 16:38:51 -05:00
Jason Zimdars a5b4c88d27 Style web hooks forms and list WIP 2025-09-16 20:08:06 +02:00
Andy Smith 60e515e462 Merge pull request #1098 from basecamp/collapsible-nav-sections
Collapsible nav sections
2025-09-15 12:54:21 -05:00
Jason Zimdars 25a6a63952 Give it a little more width 2025-09-12 17:28:08 -05:00
Jason Zimdars 36c3571848 Fix spacing, simplify layout 2025-09-12 16:08:24 -05:00
Jason Zimdars 24d4bd2551 Limit to one row 2025-09-12 14:32:42 -05:00
Andy Smith cab6992555 Merge branch 'main' into collapsible-nav-sections
* main: (32 commits)
  Fix VCR fixtures
  Format
  Touch user on modification to invalidate cache
  Fix add card not working in the cards screen
  Submit and refresh results as you type terms
  Fix: When expanding filters, submitting filters should keep the filters expanded
  Invalidate cache when filter changes
  Switch to gpt-5-chat
  Reorded method and remove unnecessary param
  Add migration to convert accesses
  Handle filter toggles with JS
  Prevent glitch where you see the filter bar expanded when you clear it
  Remove unused templates
  Fix: all collections link not working after moving to turbo frame
  Restore cache I deleted by mistake
  Speed up filter expansion with turbo stream
  Fix: filtering collections not working after moving menu to turbo frame
  Respect params when loading the menu or they won't be reflected!
  Add HTTP cache for the menu
  Load main menu lazily with a turbo frame
  ...
2025-09-12 12:53:44 -05:00
Andy Smith 6924b86b23 Remove redundant vars 2025-09-12 12:36:49 -05:00
Andy Smith 373b139b9a Add collapsible nav sections 2025-09-12 12:32:32 -05:00
Andy Smith e1a428b46b Straighten out icon and radio sizes 2025-09-12 11:59:16 -05:00
Jorge Manrubia ba3b782d21 Merge branch 'main' into watchers
* main:
  Fix add card not working in the cards screen
  Submit and refresh results as you type terms
  Fix: When expanding filters, submitting filters should keep the filters expanded
  Invalidate cache when filter changes
  Switch to gpt-5-chat
  Handle filter toggles with JS
  Prevent glitch where you see the filter bar expanded when you clear it
  Remove unused templates
  Fix: all collections link not working after moving to turbo frame
  Restore cache I deleted by mistake
  Speed up filter expansion with turbo stream
  Fix: filtering collections not working after moving menu to turbo frame
  Respect params when loading the menu or they won't be reflected!
  Add HTTP cache for the menu
  Load main menu lazily with a turbo frame
  Inline :has(&) as it's REALLY slow in Safari
  Extract helper method
  Remove transition that is making Safari choke when navigating to Fizzy menus
  Reduce page size to reduce load for processing local times on initial page load
  Avoid having to parse strings

# Conflicts:
#	app/views/cards/index/_add_card_button.html.erb
#	test/vcr_cassettes/period_highlight_test-test_don_t_generate_highlights_for_existing_periods.yml
#	test/vcr_cassettes/period_highlight_test-test_generate_period_highlights.yml
#	test/vcr_cassettes/user/highlights_test-test_don_t_generate_highlights_for_existing_periods.yml
#	test/vcr_cassettes/user/highlights_test-test_generate_weekly_highlights.yml
2025-09-12 18:52:17 +02:00
Andy Smith a2fd470c63 Refactor popup item class names 2025-09-12 11:27:47 -05:00
Andy Smith e864ec6d69 Organize existing popup styles 2025-09-12 10:49:30 -05:00
Jorge Manrubia 5e0918d373 Handle filter toggles with JS
To make them feel faster
2025-09-12 14:12:16 +02:00
Jorge Manrubia d7252ce0b0 Merge pull request #1089 from basecamp/safari-optimization-time
Several performance optimizations
2025-09-12 11:10:51 +02:00
Jorge Manrubia 1554c6b29f Inline :has(&) as it's REALLY slow in Safari
This makes Safari sluggish in general. A particular scenario where it chokes is when
rendering lots of local times with JS (such as in the cards screen when there are many cards).
2025-09-12 11:01:56 +02:00
Jorge Manrubia e9b7ed63f7 Remove transition that is making Safari choke when navigating to Fizzy menus 2025-09-12 11:01:56 +02:00
Jason Zimdars 76e2ae47f7 Tighten this up 2025-09-11 21:59:28 -05:00
Jason Zimdars f9aed44fd2 Move involvement toggle and display all the watchers 2025-09-11 16:22:57 -05:00
Jason Zimdars e68b344cc2 Remove _Everything_ inolvement 2025-09-11 12:34:31 -05:00
Andy Smith c8b5b7397f A couple more print style tweaks 2025-09-10 16:44:04 -05:00