Jason Zimdars
b142b08c05
Include lightbox viewer for background images
2025-07-09 10:58:23 -05:00
Jason Zimdars
4433e80691
Make steps non-interactive
2025-07-09 10:56:32 -05:00
Jason Zimdars
dab3b844a2
We're not going to fake it to avoid turbo previews
2025-07-09 10:48:30 -05:00
Jason Zimdars
4cbe635faf
No title links
2025-07-09 10:48:06 -05:00
Jason Zimdars
bfa61705b6
Use existing preview templates
2025-07-09 10:47:39 -05:00
Jason Zimdars
9ac5f46875
This shouldn't ever appear on the index, we have a preview partial
2025-07-09 10:44:53 -05:00
Jason Zimdars
f1337048bd
This shouldn't need to be here, it would never be displayed and does nothing
2025-07-09 10:42:03 -05:00
Jason Zimdars
8f7a373aad
Public card templates
2025-07-09 10:16:39 -05:00
Jason Zimdars
badff5526d
Move to layout so all public views display footer
2025-07-09 10:09:54 -05:00
Jason Zimdars
e77710c6b6
Cards inherit their collection's publication status
2025-07-09 10:08:47 -05:00
Jason Zimdars
27285a3dcb
Display tag counts in the filter menu
...
- Provides a little information scent
- Prevents being surprised by "no results"
2025-07-08 15:57:29 -05:00
Andy Smith
ed83654aaf
Merge pull request #668 from basecamp/collection-nav
...
Collection nav
2025-07-08 15:36:21 -05:00
Andy Smith
fdbb9c185e
Merge branch 'main' into collection-nav
...
* main: (203 commits)
Re-write help content, try a modal-like display
Move to internal registry
Show date instead of time for notifications older than 1 day
Ensure checks are visible for tags and assignments
Adjust padding so card number isn't cut off
Don't color the collection header in considering
Golden cards bubble to the top of Considering, too
Adjust card collection header when colored golden
Allow cards in Considering to gilded
Hide focus ring on new card titles and step inputs
Add hover effect for comment edit button
Add hover effect to overflow button
Improve multi-account behavior of the PWA
Remove unneeded *
Rename test
Review the code to move cards
Update editor
Generalize and delete mentions too
Remove unused code
Make sure we don't remove accesses if collection is accessible
...
2025-07-08 15:34:01 -05:00
Andy Smith
00d68a482c
Move Add Card button to header
2025-07-08 15:30:43 -05:00
Jason Zimdars
aaf577a971
Re-write help content, try a modal-like display
2025-07-08 14:33:42 -05:00
Farah Schüller
8c0d97ef6c
Merge pull request #724 from basecamp/internal-registry
...
Move to internal registry
2025-07-08 17:28:38 +02:00
Farah Schüller
651d914de6
Move to internal registry
2025-07-08 17:21:02 +02:00
Jason Zimdars
8d55970cf6
Merge pull request #721 from basecamp/time-or-date-formate
...
Show date instead of time for notifications older than 1 day
2025-07-07 17:34:04 -05:00
Jason Zimdars
96602d7a97
Show date instead of time for notifications older than 1 day
2025-07-07 17:12:43 -05:00
Andy Smith
0eee20aa67
Merge pull request #719 from basecamp/button-checkmark-fix
...
Ensure checks are visible for tags and assignments
2025-07-07 16:24:41 -05:00
Andy Smith
24737a333b
Ensure checks are visible for tags and assignments
2025-07-07 16:16:08 -05:00
Jason Zimdars
9d1dd4a105
Merge pull request #718 from basecamp/fix-notifications-cards-on-index
...
Adjust padding so card number isn't cut off
2025-07-07 16:13:44 -05:00
Jason Zimdars
78441085aa
Adjust padding so card number isn't cut off
2025-07-07 16:12:14 -05:00
Jason Zimdars
c07cd1a86f
Merge pull request #717 from basecamp/allow-goldens-in-considering
...
Allow making cards Golden in Considering
2025-07-07 16:02:18 -05:00
Jason Zimdars
0d3be8ed7e
Don't color the collection header in considering
2025-07-07 15:57:28 -05:00
Jason Zimdars
c66261d30f
Golden cards bubble to the top of Considering, too
2025-07-07 15:35:05 -05:00
Jason Zimdars
9e3a414d30
Adjust card collection header when colored golden
2025-07-07 15:29:36 -05:00
Jason Zimdars
98f9ba5512
Allow cards in Considering to gilded
2025-07-07 15:14:33 -05:00
Andy Smith
806fc9958b
Merge pull request #716 from basecamp/hide-focus-rings-on-cards
...
Hide focus ring on new card titles and step inputs
2025-07-07 13:25:38 -05:00
Andy Smith
6e2eacd3d8
Hide focus ring on new card titles and step inputs
2025-07-07 13:23:19 -05:00
Andy Smith
26e89f8cec
Merge pull request #715 from basecamp/comment-btn-hover
...
Add hover effect to overflow button
2025-07-07 10:14:22 -05:00
Andy Smith
f9c7862fc1
Add hover effect for comment edit button
2025-07-07 10:12:32 -05:00
Andy Smith
95dac275fd
Add hover effect to overflow button
2025-07-07 10:07:56 -05:00
Andy Smith
84d5f64d1f
Merge pull request #695 from basecamp/focus-hover-styles
...
Focus hover styles
2025-07-07 09:49:08 -05:00
Mike Dalessio
402a918031
Merge pull request #714 from basecamp/flavorjones/tenanted-pwa-manifest
...
Improve multi-account behavior of the PWA
2025-07-05 13:09:12 -04:00
Mike Dalessio
e3c1e2c00a
Improve multi-account behavior of the PWA
...
- PWA manifest:
- declares slugged scope
- includes the account name (and non-prod environment name) in the title
So we can have one PWA installed for each account (in each
environment) and links should get routed properly.
ref: https://3.basecamp.com/2914079/buckets/37331921/todos/8827769164
2025-07-05 13:05:08 -04:00
Jorge Manrubia
88074cc7ed
Remove unneeded *
2025-07-04 21:57:18 +02:00
Jorge Manrubia
3167126bda
Rename test
2025-07-04 20:03:59 +02:00
Jorge Manrubia
34c25812a1
Merge pull request #713 from basecamp/move-collections
...
Review the code to move cards
2025-07-04 19:57:27 +02:00
Jorge Manrubia
919211244b
Review the code to move cards
...
- Scope accessed records
- Keep consistency by moving events too
2025-07-04 19:56:48 +02:00
Jorge Manrubia
3eadd5db41
Update editor
2025-07-04 19:18:59 +02:00
Jorge Manrubia
3071782aa8
Merge pull request #712 from basecamp/collections-consistency
...
Remove notifications/mentions when losing access to collection
2025-07-04 19:10:36 +02:00
Jorge Manrubia
3fb3e5b48e
Generalize and delete mentions too
2025-07-04 19:08:29 +02:00
Jorge Manrubia
cbeefc5b74
Remove unused code
2025-07-04 19:00:22 +02:00
Jorge Manrubia
9e0d668348
Make sure we don't remove accesses if collection is accessible
2025-07-04 18:56:30 +02:00
Jorge Manrubia
c621cc6cc9
Destroy notifications when losing access to collection
2025-07-04 18:52:29 +02:00
Jorge Manrubia
ec0c019967
Merge pull request #711 from basecamp/mentionable-published
...
Don't create mentions from drafts until those are published
2025-07-04 17:28:19 +02:00
Jorge Manrubia
b9f7634457
Merge pull request #706 from basecamp/duplicated-seraches
...
Avoid duplicated queries and, instead, bump the last ones
2025-07-04 17:28:15 +02:00
Jorge Manrubia
17f9df8df3
Don't create mentions from drafts until those are published
...
https://fizzy.37signals.com/5986089/collections/2/cards/982
2025-07-04 17:25:39 +02:00
Jason Zimdars
2f1f45c1c7
Merge branch 'main' into jz-7-3-25-pm
...
* main:
Change Active Storage account slug extension to a to_prepare block
dep: bump actiontext-lexical for previewable attachment fix
Add assertion for composite command line
Remove trace
restore the right command
Update action text
The prompt confirmation system wasn't really working after moving to lexical
Parse commands where it's just a gid properly
Move inside concerns or the override won't work
2025-07-03 19:24:56 -05:00