Andy Smith
dafebce2da
Merge pull request #1207 from basecamp/misc-tweaks
...
Misc tweaks
2025-10-01 13:45:00 -05:00
Jason Zimdars
aca06d4fdf
Don't break inside this clause
2025-10-01 13:38:32 -05:00
Jason Zimdars
113f8f299d
Remove note about selection
2025-10-01 13:37:48 -05:00
Andy Smith
60a7e21eb2
Position lexxy language picker
2025-10-01 13:37:05 -05:00
Jason Zimdars
935c503ac5
Replace old link with proper collection path
2025-10-01 13:33:38 -05:00
Jason Zimdars
3ae82da19e
No longer needed
2025-10-01 13:32:15 -05:00
Jason Zimdars
ca81e2aa36
Prevent card bubbles getting clipped in grid layout
2025-10-01 13:31:17 -05:00
Jason Zimdars
8627f8829f
Prefer single key hotkeys
...
We'll still support cmd/ctrl + J for legacy muscle memory but new
customer should just use `J`
2025-10-01 13:24:29 -05:00
Andy Smith
8062490b93
Give captions more contrast on gray BG
2025-10-01 13:15:27 -05:00
Jason Zimdars
9c9430709b
Merge pull request #1206 from basecamp/JZ/10-1-25
...
JZ 10/1/25
2025-10-01 12:20:21 -05:00
Jason Zimdars
7ee8fa27a2
This action needs to be on the whole dialog element
2025-10-01 11:57:34 -05:00
Jason Zimdars
1c555db836
Rework so we get a nice hover effect
2025-10-01 11:38:55 -05:00
Jason Zimdars
571a89ac10
Better prompt
2025-10-01 11:37:48 -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
e68de532d7
Copy edit
2025-10-01 10:26:29 -05:00
Jason Zimdars
ac96f7349c
No need to point this out here
...
This isn't a daily thing that needs to be highly keyboard accessible.
You can still do it, but we don't need to waste space telling you how.
2025-10-01 10:25:22 -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
Jorge Manrubia
6b181cacc1
Don't use rename for both scenarios!
2025-10-01 16:20:07 +02:00
Jorge Manrubia
eec9bf2cbe
Touch colections when creating columns
2025-10-01 16:15:14 +02:00
Stanko K.R.
9ddfe4d803
Fix production Basecamp webhook format
2025-10-01 14:44:36 +02: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
1ecbc6d8ac
This child of <ol> should be <li>
2025-09-30 18:11:24 -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
d71960a733
Avoid Load More buttons spanning the column width
2025-09-30 16:41: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
6075efbed0
Merge pull request #1199 from basecamp/column-animation
...
Column animation
2025-09-30 14:37:50 -05:00
Mike Dalessio
0213140a7c
Update User so that it can be cleanly destroyed
...
- Delete unused dependent-destroy associations
- Include watchers as a dependent-destroy
2025-09-30 14:44:38 -04: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
0347806ce1
Fix: Keep the previous filtering when navigating back from cards
...
https://fizzy.37signals.com/5986089/cards/1760/edit
This also adds a proper resource for filtered collections, instead of changing the URL to cards for filtering cards.
2025-09-30 15:48:56 +02:00
Jorge Manrubia
d0003e6e94
Columns does not exist anyymore!
2025-09-30 14:51:04 +02:00
Jorge Manrubia
1b6b82a6cc
Redirect to cards when searching by card id
2025-09-30 13:52:27 +02:00
Jorge Manrubia
520a80cf1d
Remove role=list for now, it expects listitems as direct descendants
2025-09-30 09:30:37 +02:00
Jorge Manrubia
3eb5ec2a2e
Fix caching issue
...
We need to pass an array so that it derives the relation key from the last updated record in the association
2025-09-30 09:06:07 +02:00
Jorge Manrubia
5c23e962eb
Extract partial for column form and add HTML5 blank validation
...
https://fizzy.37signals.com/5986089/cards/2046/edit
2025-09-30 08:40:53 +02:00
Jorge Manrubia
a629418eed
Discard when the record was deleted
...
https://fizzy.37signals.com/5986089/cards/2068
2025-09-30 08:27:18 +02:00
Andy Smith
45505ed27a
Merge pull request #1189 from basecamp/column-header-fixes
...
Column header fixes
2025-09-29 16:02:51 -05:00
Andy Smith
5768eb26e8
Better padding for popup items
2025-09-29 15:52:02 -05:00
Jorge Manrubia
204d9b4cad
Merge pull request #1188 from basecamp/golden-first
...
Place golden cards first
2025-09-29 21:58:06 +02:00
Jorge Manrubia
dc99b63b50
Place golden cards first
2025-09-29 21:56:40 +02:00
Andy Smith
6d167e560c
CSS cleanup
2025-09-29 14:36:29 -05:00