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
Jason Zimdars
afce135613
Background is alread set correctly to canvas in dialogs
2025-08-14 16:53:48 -05:00
Jason Zimdars
3d273adf52
Merge pull request #916 from basecamp/summary-prompt-edits
...
Summary prompt edits
2025-08-14 14:36:33 -05:00
Jason Zimdars
e8d09ac44c
Merge branch 'summary-prompt-edits'
2025-08-14 14:35:10 -05:00
Jason Zimdars
acfe89ca52
Update prompt to render links and use more casual language
2025-08-14 14:32:53 -05:00
Andy Smith
6c2063d3ab
Merge pull request #915 from basecamp/card-tag-overflow
...
Truncate tags on cards
2025-08-14 14:15:06 -05:00
Andy Smith
20e27541be
Truncate tags on cards
2025-08-14 13:55:20 -05:00
Jason Zimdars
58259f006a
Clean up prompt sandbox view, especially for dark mode
2025-08-14 13:47:03 -05:00
Jason Zimdars
4b1f78c67c
Fix gradient animation in dark mode
2025-08-14 13:38:44 -05:00
Jason Zimdars
7319d6cebc
Merge pull request #914 from basecamp/notif-settings-help-fix
...
Fix missing image assets
2025-08-14 12:12:40 -05:00
Jason Zimdars
c779224d67
Fix missing image assets
2025-08-14 12:11:29 -05:00
Stanko K.R.
3a9472f7aa
Remove rate limit
2025-08-14 16:32:59 +02:00
Stanko K.R.
cf50b46cd4
Limit how many messages a user can create
2025-08-14 16:31:52 +02:00
Stanko K.R.
c40eae7d6d
Remove lock when creating messages
...
SQLite locks the whole database instead of a single row which is overkill for creating a message. A transaction will do. If multiple questions are asked the user will get two answers, possibly out of order, which isn't the end of the world.
2025-08-14 16:16:54 +02:00
Stanko K.R.
e6f2dcbe2a
Follow tag.div convention
2025-08-14 16:08:09 +02:00
Stanko K.R.
94da957d26
DRY-up tool initialization
2025-08-14 15:56:40 +02:00
Stanko K.R.
9b98f91b7f
Use if to improve readability
2025-08-14 15:47:13 +02:00
Stanko K.R.
eb6d61806b
Simplify allowed direction check
2025-08-14 15:46:09 +02:00
Stanko K.R.
1183b984b3
Rely on default response handling
2025-08-14 15:29:27 +02:00
Stanko K.R.
e961f6ad27
Extract question from message_params
2025-08-14 15:27:51 +02:00
Stanko K.R.
73cc47ba1c
Remove unused code
2025-08-14 15:25:09 +02:00
Stanko K.R.
94405f4a6a
Extract link to markdown conversion to a method
2025-08-14 15:20:10 +02:00
Jorge Manrubia
1d9905d071
Update lexical to remove debug traces
2025-08-14 15:14:22 +02:00
Jorge Manrubia
3e3d9fed23
Merge pull request #913 from basecamp/assorted-lexical-fixes
...
Update editor to bring a bunch of fixes
2025-08-14 15:07:23 +02:00
Jorge Manrubia
3dc2e3fc43
Update lexical to bring https://github.com/basecamp/actiontext-lexical/pull/43
2025-08-14 15:05:14 +02:00
Stanko K.R.
10728e35ef
Create scopes for filtering comment by user or system
2025-08-14 14:32:10 +02:00
Stanko K.R.
221f8434d8
Remove extra spaces
2025-08-14 14:25:27 +02:00
Jorge Manrubia
0792d6cea8
Merge pull request #912 from basecamp/styling-problems-new-cards
...
Fix: rich text content not applied to new cards
2025-08-14 12:15:58 +02:00
Jorge Manrubia
98172ddb44
Fix: rich text content not applied to new cards
2025-08-14 12:13:52 +02:00
Jorge Manrubia
20f4d29788
Merge pull request #905 from basecamp/toolbar
...
Show pressed buttons in the editor toolbar depending on the format
2025-08-14 11:59:01 +02:00
Jorge Manrubia
f21bab5390
Update action text lexical
2025-08-14 11:57:17 +02:00
Jorge Manrubia
661750a3c5
Restore commit to style the language picker that I removed by mistake
...
I messed when rebasing the branch 🙏
See https://github.com/basecamp/fizzy/commit/a72d41a151abac36b683aba655676f0ea5920618
Co-authored-by: Jason Zimdars <jz@37signals.com >
2025-08-14 11:33:41 +02:00
Jorge Manrubia
d016747bf4
CSS for showing pressed buttons
2025-08-14 11:27:15 +02:00
Jorge Manrubia
6a337de327
Merge pull request #904 from basecamp/code
...
Add language picker for code blocks
2025-08-14 11:26:45 +02:00
Jorge Manrubia
3ecb387797
Update lexical
2025-08-14 11:25:47 +02:00
Jorge Manrubia
6e2c8615a0
Add language picker for code blocks
2025-08-14 11:24:39 +02:00
Andy Smith
ba34cce5c1
Merge pull request #911 from basecamp/fizzy-menu-better-sticky-footer
...
Hack for Safari sticky-footer-while-transitioning bug
2025-08-13 15:57:21 -05:00