Jason Zimdars
5262e2812f
Style
2025-07-02 13:58:50 -05:00
Jason Zimdars
79eada3e8d
Screen reader: De-duplicate links for each person in account settings
2025-07-02 13:56:50 -05:00
Jason Zimdars
f4218d9403
Merge branch 'main' into card-steps
...
* main:
Script to create Users for existing 37id accounts
Configure Mission Control to skip tenanted authentication
Script to update URLs and attachments in cards and comments
Make sure seeds are creating sluggable tenants
Script to rename tenants after the QB account id
Update the signups tests to work with untenanted paths
Update the Command classes to handle paths with account slugs
Update bin/dev to point at the new tenant URLs
Patch Active Storage controllers to generate slugged URLs
Point Action Cable at the slugged cable endpoint
Extract pieces from the tenanting initializer
Patch Turbo to use the request script name
Use the new AR::Tenanted convention for action cable connections
Use a tenant resolver that recognizes the account slug
dep: Use the patched AR::Tenanted branch
2025-07-02 11:59:40 -05:00
Jorge Manrubia
3e8d164807
Update editor
2025-07-02 18:33:55 +02:00
Jason Zimdars
d699223248
Tweak virtual cursor
2025-07-02 11:27:41 -05:00
Jorge Manrubia
725071d40a
Update editor
2025-07-02 18:09:17 +02:00
Jorge Manrubia
6383918c03
Update editor
2025-07-02 18:08:22 +02:00
Mike Dalessio
c8be7418c1
Account.signal_account is no longer optional
2025-07-02 12:04:26 -04:00
Jorge Manrubia
cbe246c3c1
Revert "We insert these now to make sure the cursor is visible when the attachment is the only element in the paragraph"
...
This reverts commit b67d2eefd7 .
2025-07-02 18:03:29 +02:00
Jorge Manrubia
b67d2eefd7
We insert these now to make sure the cursor is visible when the attachment is the only element in the paragraph
2025-07-02 18:03:02 +02:00
Mike Dalessio
da69bd1689
Remove local authentication code
2025-07-02 11:59:21 -04:00
Mike Dalessio
4fafeee4a9
Drop the password column from the users table.
2025-07-02 11:59:14 -04:00
Jorge Manrubia
31c3a08387
Update editor
2025-07-02 17:51:20 +02:00
Jason Zimdars
36d1da692c
Use selection color
2025-07-02 10:27:42 -05:00
Jason Zimdars
e1fc813bb1
Make caption more WYSIWYG
2025-07-02 10:27:42 -05:00
Jason Zimdars
4f8fd6107d
Mentions should match the surrounding text
2025-07-02 10:27:42 -05:00
Jorge Manrubia
1d60ce24f7
Update editor
2025-07-02 17:25:42 +02:00
Jorge Manrubia
797a586552
Update editor
2025-07-02 17:11:46 +02:00
Mike Dalessio
08db57644a
Merge pull request #665 from basecamp/flavorjones/path-based-tenanting
...
Account slug tenanting
2025-07-02 10:52:18 -04:00
Jorge Manrubia
09ee0324cd
Push simulated cursor (I'll ask for design help next)
2025-07-02 16:05:50 +02:00
Jorge Manrubia
18afaa87c2
For custom attachments we don't manage figures anymore, but action-text-attachments
...
So that we keep HTML valid when nesting them within paragraphs
2025-07-02 16:01:34 +02:00
Jason Zimdars
f02215c5b7
Add steps to cards
2025-07-01 20:05:20 -05:00
Andy Smith
0c5e54caf4
Workflow swatch buttons
2025-07-01 17:26:40 -05:00
Andy Smith
2df9d65b37
Workflow previews
2025-07-01 17:24:44 -05:00
Andy Smith
624dc823c4
Make card column filters interactive
2025-07-01 17:16:09 -05:00
Andy Smith
9250c19e94
Hover effect for collection picker on cards
2025-07-01 16:58:57 -05:00
Andy Smith
6f40afcfae
Ensure avatar image size takes up the whole container
2025-07-01 16:42:47 -05:00
Mike Dalessio
84ed83a2c6
Script to create Users for existing 37id accounts
...
intended for staging
2025-07-01 17:41:54 -04:00
Andy Smith
f901f1a82a
Handle dark mode
2025-07-01 16:33:45 -05:00
Andy Smith
06706a78d8
Subtler hover for buttons
2025-07-01 16:26:48 -05:00
Andy Smith
950ee83358
Add hover effects to buttons
2025-07-01 16:18:06 -05:00
Andy Smith
380e981a40
WIP Set up global vars for focus ring
2025-07-01 15:41:51 -05:00
Andy Smith
aa67ed0a2c
Refactor how link underlines are added
2025-07-01 15:09:28 -05:00
Andy Smith
560e9d9d8f
Separate toggle buttons from main component
2025-07-01 15:07:53 -05:00
Andy Smith
c39bd244e2
Scope icon size variable to button
2025-07-01 15:02:25 -05:00
Mike Dalessio
7089fbe0d4
Configure Mission Control to skip tenanted authentication
...
In 29644ba1 we configured HTTP basic auth to secure it for now.
2025-07-01 15:56:14 -04:00
Mike Dalessio
8e666a5247
Script to update URLs and attachments in cards and comments
2025-07-01 15:56:14 -04:00
Mike Dalessio
9c59a85abd
Make sure seeds are creating sluggable tenants
2025-07-01 15:56:14 -04:00
Mike Dalessio
444b7aa69f
Script to rename tenants after the QB account id
2025-07-01 15:56:14 -04:00
Mike Dalessio
f8cbf51f71
Update the signups tests to work with untenanted paths
2025-07-01 15:56:14 -04:00
Mike Dalessio
b8368de002
Update the Command classes to handle paths with account slugs
2025-07-01 15:56:14 -04:00
Mike Dalessio
3d39bdc9f3
Update bin/dev to point at the new tenant URLs
2025-07-01 15:56:14 -04:00
Mike Dalessio
3844dc9ff3
Patch Active Storage controllers to generate slugged URLs
...
This really only impacts the Disk service in development.
I proposed this upstream in https://github.com/rails/rails/pull/55248 ,
but it's not clear if the presence of script_name should _always_
prefix generated URLs, so for now it's local to Fizzy.
2025-07-01 15:56:14 -04:00
Mike Dalessio
98e6bd8cd7
Point Action Cable at the slugged cable endpoint
...
I proposed this upstream in https://github.com/rails/rails/pull/55250 ,
but it's not clear if the presence of script_name should _always_
prefix generated URLs, so for now it's local to Fizzy.
2025-07-01 15:56:14 -04:00
Mike Dalessio
e378c5a45e
Extract pieces from the tenanting initializer
...
into:
- tenanting/account_slug
- tenanting/logging
- tenanting/turbo
2025-07-01 15:56:14 -04:00
Mike Dalessio
e68e2eb971
Patch Turbo to use the request script name
...
so that the URLs generated during view rendering are correct
2025-07-01 15:56:14 -04:00
Mike Dalessio
33d5eccb70
Use the new AR::Tenanted convention for action cable connections
2025-07-01 15:56:14 -04:00
Mike Dalessio
f43a5ff22c
Use a tenant resolver that recognizes the account slug
...
and sets the script name accordingly
2025-07-01 15:56:14 -04:00
Mike Dalessio
6905198b66
dep: Use the patched AR::Tenanted branch
2025-07-01 15:56:14 -04:00
Mike Dalessio
5f31e6612b
Merge pull request #685 from basecamp/flavorjones/fix-sqlite-backups
...
SQLiteBackupsJob explicitly uses db_config.database_path
2025-07-01 15:39:45 -04:00