Jason Zimdars
f3e2c5472d
Simplify design
2025-10-23 15:39:08 -07:00
Jason Zimdars
f5384baf63
Boxcar -> BOXCAR
2025-10-23 15:05:36 -07:00
Jason Zimdars
ed9cede24b
These use the old collection link format
2025-10-22 17:12:43 -07:00
Jason Zimdars
c7f0b00a18
Don't autofocus collection name
...
This rarely changes, don't make it too easy. Especially because the
focused input prevents hotkeys you might want to use here
2025-10-22 16:35:59 -07:00
Jason Zimdars
81618d758e
Avoid capitalizing "board"
2025-10-22 13:49:23 -07:00
Jason Zimdars
49e87310d7
Rename Fizzy, Boxcar
2025-10-22 13:42:41 -07:00
Andy Smith
437c1872ee
Pinstripe background
2025-10-21 15:41:43 -07:00
Jason Zimdars
ea27e4e6bd
Missed a few instances of "Collection" in the UI
2025-10-17 17:02:34 -05:00
Jason Zimdars
391675e615
Rename: Collection -> Board
2025-10-16 18:40:04 -05:00
Andy Smith
d2d2fdca51
Merge branch 'main' into column-transition-performance
...
* main:
Set a password for the owner
Add account creation script
We can just apply it to `this.element` and adjust the CSS accordingly
Prefer helper
Updated global and local auto-close language.
Update test
Include drafts in filter collection
Move style out of .considering scope so it can apply in the filter view
Remove closure reasons
They're all just *done*
Just close as done
Don't animate expanding columns when restoring
2025-10-16 16:13:58 -05:00
Andy Smith
2b625c9367
Smoother expand transitions for columns
2025-10-16 15:52:43 -05:00
Jason Zimdars
83584d4bde
Merge branch 'main' into disable-column-restore-transition
2025-10-16 13:47:20 -05:00
Jason Fried
739c53cfff
Updated global and local auto-close language.
2025-10-16 10:41:01 -07:00
Jorge Manrubia
f18cda45bd
Fix: show updated values in the column form after saving
...
This removes the data turbo permanent attribute and instead, prevent the dialog closing
automatically (so that a page refresh does not make you lose context)
https://fizzy.37signals.com/5986089/cards/2300/
2025-10-16 16:31:32 +02:00
Jason Zimdars
e3346fde08
Update copy
2025-10-15 17:01:39 -05:00
Andy Smith
ce444d7075
Show column buttons on focus
2025-10-15 15:45:52 -05:00
Andy Smith
f7afd6c939
Make collection-specific keys for collapsed column state
2025-10-15 15:28:46 -05:00
Jason Zimdars
626aa0ea8a
Don't animate expanding columns when restoring
2025-10-15 12:51:06 -05:00
Jorge Manrubia
6d434ec467
Reuse existing cache invalidation logic that replaced this helper
2025-10-14 11:02:15 +02:00
Jason Zimdars
1bb3b50fe6
Add bubble when The Stream has bubbled cards
2025-10-13 18:06:14 -05:00
Jason Zimdars
8d82a1557b
Allow selecting default color
...
- Adjust swatch layout to be more resilliant and space efficient
- Select text on focus
- Update placeholder
2025-10-13 18:06:14 -05:00
Jason Zimdars
4bc304f762
Check the selected color
2025-10-08 17:37:10 -05:00
Jason Zimdars
d7cf5c9348
Set and change column colors
2025-10-08 16:47:36 -05:00
Andy Smith
4638237889
Cleanup prototyping
2025-10-08 14:45:02 -05:00
Andy Smith
86b458bad0
Sorta working x-scroll
2025-10-08 13:54:24 -05:00
Jorge Manrubia
245823ad1c
Don't cache the whole stream column
...
It can result in serving the wrong watch button, causing trouble like https://fizzy.37signals.com/5986089/cards/2157
The list of cards is already cached.
2025-10-08 12:18:31 +02:00
Jorge Manrubia
509464778f
Format
2025-10-08 11:21:49 +02:00
Jorge Manrubia
1d1a3da9cf
Cleanup workflow/stages
...
This was pending after moving to columns
2025-10-07 11:10:10 +02:00
Jorge Manrubia
543469965a
Make all the pagination automatic
2025-10-07 08:50:33 +02:00
Jorge Manrubia
4e6866bd2e
Add pagination to searches
2025-10-07 08:49:05 +02:00
Jorge Manrubia
85907e2a4e
Paginate filtered cards
2025-10-07 08:44:56 +02:00
Andy Smith
a2b21b75ee
Merge pull request #1246 from basecamp/a11y-column-header
...
Use button instead of header for expander
2025-10-06 14:10:47 -05:00
Andy Smith
efb0fd5237
Use button instead of header for expander
2025-10-06 13:59:02 -05:00
Jason Zimdars
37c20caf98
Tighten up, remove keyboard nav hint
...
You'll only rarely need to use this, no need to explain a feature most
people don't need
2025-10-06 13:24:52 -05:00
Jason Zimdars
f2abbb5d59
Display email address for users
...
Helps identify invited people
2025-10-06 13:10:19 -05:00
Jason Zimdars
d591166f01
Merge pull request #1212 from basecamp/column-perma
...
Column perma
2025-10-03 16:09:42 -05:00
Jason Zimdars
613e19145b
Improve blank slates
2025-10-03 16:05:20 -05:00
Jason Zimdars
57f78f9e6c
Match menu button color
2025-10-03 15:39:35 -05:00
Jason Zimdars
903e1c6789
Missed one
2025-10-03 14:36:02 -05:00
Jason Zimdars
eeacf5e0c2
Align collapsed columns
2025-10-03 14:22:45 -05:00
Jason Zimdars
a7187472f8
Adjust icon
2025-10-03 14:16:12 -05:00
Jason Zimdars
3546788aaf
Adjust gradient effect
2025-10-03 14:09:29 -05:00
Jorge Manrubia
7eb99c308c
Fix: watchers list not updating due to caching
...
https://fizzy.37signals.com/5986089/cards/2157/edit
2025-10-03 16:56:39 +02:00
Jorge Manrubia
4527dcbeda
Remove unnecessary filtering code
...
After removing collections from the filtering menu, there was quite a good cleanup here pending
2025-10-03 10:56:34 +02:00
Jason Zimdars
3d253309b0
Add a dedicated expand button
2025-10-02 19:51:42 -05:00
Jason Zimdars
610db7d203
Make The Stream expandable
2025-10-02 17:57:09 -05:00
Jason Zimdars
095d5f8b0f
Merge branch 'main' into column-perma
...
* main: (47 commits)
Remove overflow from columns
Only reverse Watching button if icon_only
Move video captions below content
Account#slug uses the virtual "tenant" attribute
Rename LOCAL_AUTHENTICATION to OSS_CONFIG
Add a script to generate unique passwords per email address
Visually hide the pagination indicator
Use hide avatars from tabindex on preview
Render a helpful menu of tenants temporarily
Remove code related to Launchpad auth or 37id Users
Formatting
Fix missing close bracket from merge
Reverse involvement buttons if watching
Only render the manifest link for tenanted URLs
Move load-balancer to fizzy-lb-101
Add otel_collector accessory for load balancer
Fix: this was getting idiomorph confused as it was being invoked on many subtree elements
Keep column popups during page refreshes
Don't render next link unless there is more activity
Live updates for the collection perma
...
2025-10-02 17:36:56 -05:00
Jason Zimdars
d080773fa0
Expand Closed and Not Now columns
2025-10-02 16:59:46 -05:00
Jorge Manrubia
1b9d752772
Keep column popups during page refreshes
2025-10-02 16:15:18 +02:00
Jorge Manrubia
575d231650
Live updates for the collection perma
2025-10-02 16:04:39 +02:00