Jason Zimdars
e6e6eb1404
Clean up account and collection settings screens
2025-10-31 16:13:12 -05:00
Jorge Manrubia
eb449c7315
Invalidate cache for right/left-most columns so that the menu get invalidated when the adjacent situation changes
2025-10-31 10:58:33 +01:00
Jorge Manrubia
108d7b2835
Rename collection to cards since this is a regular partial now
2025-10-31 10:39:53 +01:00
Jorge Manrubia
12545dac80
Extract common partials
2025-10-31 10:39:53 +01:00
Jorge Manrubia
2a79cb413e
Remove cacheable concern, inline cache helper
2025-10-31 10:38:52 +01:00
David Heinemeier Hansson
70a506c4a3
My menu is on every screen when the user is logged in
2025-10-30 16:28:51 +01:00
David Heinemeier Hansson
dfc50faee9
Extract helper instead of using anemic partial
2025-10-30 16:03:10 +01:00
David Heinemeier Hansson
3e118e9ad7
We are not using internal collection pages for unfurling or publicly readable consumption
2025-10-30 15:51:34 +01:00
David Heinemeier Hansson
288bd122e2
Turn anemic partial into a helper method
2025-10-30 15:50:54 +01:00
Jorge Manrubia
9d548e77ef
Merge pull request #1418 from basecamp/sort-columns
...
Sort columns
2025-10-30 08:39:53 +01:00
Jason Zimdars
7a22da9259
Tweak copy and icons
2025-10-29 13:41:45 -05:00
Andy Smith
9f61907eb8
Add bounce to cards
2025-10-29 11:02:47 -05:00
Jorge Manrubia
70333d2d4e
Format
2025-10-29 16:51:45 +01:00
Jorge Manrubia
cc8279181b
Format
2025-10-29 16:48:22 +01:00
Jorge Manrubia
24d24683dd
Keep the expanded state when moving columns
2025-10-29 16:38:44 +01:00
Jorge Manrubia
5eb5e4b007
Add buttons to move columns left and right
2025-10-29 16:15:25 +01:00
Jorge Manrubia
3ada6f271a
Models for column positioning
2025-10-29 15:41:17 +01:00
Andy Smith
a403410386
Remove one last aria-hidden attr
2025-10-28 16:13:39 -05:00
Andy Smith
d2817f1df1
Remove pinstripe BG
2025-10-27 16:07:36 -05:00
Jason Zimdars
9df45f3434
Merge pull request #1383 from basecamp/jz/10-23-25
...
JZ 10/23/25
2025-10-23 15:44:12 -07:00
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
Andy Smith
a28506a49e
Update stream title to Maybe
2025-10-23 15:02:25 -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