Commit Graph

5512 Commits

Author SHA1 Message Date
Jorge Manrubia 4cc3323581 Remove unused filtering code 2025-08-20 12:26:46 +02:00
Jorge Manrubia d6fe0d919c Reorganize ƒilter's menu templates (WIP) 2025-08-20 12:20:18 +02:00
Stanko Krtalić e885608817 Merge pull request #950 from basecamp/fix-card-creation-hanging
Fix card creation hanging
2025-08-20 11:47:04 +02:00
Kevin McConnell db5676116f Restore migration 2025-08-20 09:11:14 +01:00
Stanko K.R. 862e355eb6 Assign an ID to the terminal turbo frame 2025-08-20 10:01:26 +02:00
Jason Zimdars 878f96eb03 Empty space in selector, balance to match columns 2025-08-19 20:36:34 -05:00
Jason Zimdars 6ac1662e5f Collapse the middle column when empty until start drag 2025-08-19 20:30:34 -05:00
Jason Zimdars df862c18b7 Adjust drop target styles 2025-08-19 20:30:10 -05:00
Andy Smith 52fc86bda7 Remove unused class 2025-08-19 17:12:05 -05:00
Jason Zimdars 626d96d38e Merge pull request #944 from basecamp/update-lexical
Update lexical
2025-08-19 17:09:13 -05:00
Jason Zimdars 10f0638997 Update lexical 2025-08-19 17:07:30 -05:00
Andy Smith 1d0939b847 Use grid areas so it's easier to tell what's going on 2025-08-19 17:03:42 -05:00
Andy Smith 167434d238 Refactor meta display 2025-08-19 16:52:27 -05:00
Andy Smith 4e22780bb3 Use desktop layout, but hide avatars 2025-08-19 14:53:06 -05:00
Mike Dalessio fec0a0b21a Merge pull request #943 from basecamp/flavorjones/clean-finished-jobs
Add recurring job to clean up Solid Queue finished jobs
2025-08-19 13:33:28 -04:00
Mike Dalessio 9da3744dc2 Add recurring job to clean up Solid Queue finished jobs 2025-08-19 13:27:41 -04:00
Mike Dalessio e7997441e1 Merge pull request #941 from basecamp/flavorjones/previewable-blob-limits
Turn off attachment previews on large files
2025-08-19 13:05:49 -04:00
Andy Smith 10cf8dcc4f Merge pull request #942 from basecamp/code-wrap
Always overflow pre tags even without data-language
2025-08-19 11:41:02 -05:00
Andy Smith ac34cdcf49 Always overflow pre tags even without data-language 2025-08-19 11:37:34 -05:00
Mike Dalessio a711975904 Turn off attachment previews on large files
ref: https://fizzy.37signals.com/5986089/collections/7/cards/1302
2025-08-19 12:16:24 -04:00
Andy Smith 4628d8b87c Merge pull request #940 from basecamp/tray-toggle-z-index
Don't position the toggle button on top of the dialog
2025-08-19 10:56:03 -05:00
Andy Smith 7213d53e88 Don't position the toggle button on top of the dialog 2025-08-19 10:53:11 -05:00
Andy Smith c0d7864f35 Merge pull request #939 from basecamp/notifications-tray-fix
Fix wonky notification position
2025-08-19 10:37:07 -05:00
Andy Smith c354ac4ac2 Fox wonky notification position 2025-08-19 10:33:36 -05:00
Andy Smith defb11e8c0 Merge pull request #936 from basecamp/pagination-layout
Make all pagination start on a new line
2025-08-18 15:45:27 -05:00
Andy Smith d1142cb651 Make all pagination start on a new line 2025-08-18 15:27:25 -05:00
Andy Smith 40933ea491 Merge pull request #935 from basecamp/mobile-color-picker
Animate color piacker and split onto two rows for mobile
2025-08-18 14:58:27 -05:00
Andy Smith 1f54e5d6bf Animate color piacker and split onto two rows for mobile 2025-08-18 14:56:08 -05:00
Andy Smith 49d29fa6f0 Merge pull request #934 from basecamp/tray-animation-state
Tweak empty tray hat position when transitioning
2025-08-18 14:06:58 -05:00
Andy Smith ac564f252f Tweak empty tray hat position when transitioning 2025-08-18 14:05:28 -05:00
Andy Smith 4a05a9e94a Merge pull request #920 from basecamp/popup-orientation
Popup orientation
2025-08-18 12:50:53 -05:00
Andy Smith bb53258286 Remove orientation on dialog close 2025-08-18 11:08:17 -05:00
Jorge Manrubia 97e1650a4d Try to comment to see if deploys go through 2025-08-18 17:17:49 +02:00
Jason Zimdars 5cf119cbd1 Adjust prompt to force proper link construction; recognize people milestones and events 2025-08-18 10:00:16 -05:00
Jason Zimdars 1617fafaa0 Always show the filter button 2025-08-18 08:43:01 -05:00
Jorge Manrubia 2fa0fab45b Merge pull request #930 from basecamp/fizzy-do-cleanup
Remove code related to Fizzy Do /command support and filtering
2025-08-18 13:46:34 +02:00
Jorge Manrubia fa82dc0384 Remove code related to Fizzy Do /command support and filtering
https://3.basecamp.com/2914079/buckets/37331921/messages/8961776532
2025-08-18 13:41:20 +02:00
Mike Dalessio 1e3a405e65 Merge pull request #926 from basecamp/flavorjones/connection-pool-improvements
Connection pool improvements
2025-08-15 14:53:22 -04:00
Mike Dalessio a1f62f0e2c dep: bump AR::Tenanted to get a conn pool fix
See https://github.com/basecamp/active_record-tenanted/pull/145
2025-08-15 14:49:18 -04:00
Mike Dalessio 8d23af3b70 Increase connection pool size from 5 to 50
which might improve performance and will certainly prevent connection
pool exhaustion exceptions.
2025-08-15 14:47:52 -04:00
Mike Dalessio 274d2d547d Merge pull request #925 from basecamp/flavorjones/fix-profile-activity-pagination
Fix profile activity feed pagination to fetch on demand
2025-08-15 13:15:08 -04:00
Mike Dalessio 149babd361 Fix profile activity feed pagination to fetch on demand
Literally the same fix I applied in a5655041 to the global activity
feed.
2025-08-15 13:12:22 -04:00
Mike Dalessio a1e64299e5 Merge pull request #924 from basecamp/flavorjones/fix-signout
The "sign out" button now clears the Launchpad login.
2025-08-15 12:26:56 -04:00
Mike Dalessio e84cd529d5 The "sign out" button now clears the Launchpad login.
ref: https://fizzy.37signals.com/5986089/collections/2/cards/1382
2025-08-15 12:25:10 -04:00
Stanko Krtalić 9a02716a46 Merge pull request #857 from basecamp/fizzy-ask
Fizzy Ask
2025-08-15 08:40:28 +02:00
Jason Zimdars 4d1acd8eed Merge pull request #922 from basecamp/add-places-everywhere
Include in every instance of the menu
2025-08-14 21:17:48 -05:00
Jason Zimdars a1e597b04f Include in every instance of the menu 2025-08-14 21:16:31 -05:00
Jason Zimdars fd33a178ef Merge pull request #921 from basecamp/fizzy-menu-locations
Fizzy menu locations
2025-08-14 17:50:53 -05:00
Jason Zimdars 41f82b54bb Add some navigation destinations 2025-08-14 17:45:46 -05:00
Jason Zimdars 33553d3d2e This is really account settings; use hidden keywords for better matching 2025-08-14 17:19:41 -05:00