Jason Zimdars
903bb2bdee
Display a welcome video to new accounts
...
FIXME: we'll need a beter way, especially because this won't show up for
new users on busy accounts. To avoid seeing it blip everytime you
paginate it's set to `display: none` if there are enough events to
paginate. So people can scroll down to watch again if they only have a
few events.
2025-10-17 16:28:11 -05:00
Jason Zimdars
4460f06aa7
Make activity pagination links invisible
2025-10-17 16:15:44 -05:00
Jason Zimdars
f86ab63b4b
Merge pull request #1346 from basecamp/jz/10/17/25
...
Jz/10/17/25
2025-10-17 14:26:20 -05:00
Jason Zimdars
49be074329
Better yet, just capitalize the first word
2025-10-17 14:04:18 -05:00
Jason Zimdars
adc42de6e5
Lowercase is fine
2025-10-17 13:36:14 -05:00
Stanko Krtalić
6efeb03252
Create system user with account ( #1345 )
...
* Create system user with account
* Update tests
2025-10-17 20:23:34 +02:00
Andy Smith
844b1054f0
Merge pull request #1344 from basecamp/ui-fixes
...
UI fixes
2025-10-17 10:26:13 -05:00
Andy Smith
965557ef30
Smaller logo size on error page
2025-10-17 10:21:23 -05:00
Andy Smith
4e0f4766d2
Fix double scrollbar
2025-10-17 10:19:42 -05:00
Andy Smith
b187a4c883
Add gaps between public view cards
2025-10-17 10:14:34 -05:00
Jason Zimdars
388da31fa6
Merge pull request #1341 from basecamp/update-icon
...
Update icon
2025-10-17 09:37:29 -05:00
Jason Zimdars
4c220bfd72
Use a differnt glyph for accounts
2025-10-17 09:35:01 -05:00
Jason Zimdars
fba5e664e6
Update logo in public footer
2025-10-17 09:15:20 -05:00
Fernando Álvarez
91f078e0b9
Mount /certificates for fizzy-staging
2025-10-17 11:46:31 +02:00
Sean Mitchell
ebedcd3afa
Update icon images
2025-10-16 22:43:55 -07:00
Sean Mitchell
9c85e43f47
Remove unused favicon SVG
2025-10-16 22:41:48 -07:00
Sean Mitchell
45f3ac1c91
Replace logo SVG with PNG
2025-10-16 22:41:02 -07:00
Sean Mitchell
b84e03b57f
Update fizzy-menu-trigger CSS
2025-10-16 22:40:21 -07:00
Sean Mitchell
b2fb5eab2f
Remove logo SVG
2025-10-16 22:38:09 -07:00
Sean Mitchell
12724390bd
Add logo PNG
2025-10-16 22:37:58 -07:00
Jason Zimdars
f095ff3f7a
Merge pull request #1340 from basecamp/jz/10/16/25
...
JZ 10/16/25
2025-10-16 20:21:55 -05:00
Jason Zimdars
f7c5996bec
Update test
2025-10-16 20:20:56 -05:00
Jason Zimdars
0a4e5dafcb
Anchor to comments
2025-10-16 20:12:55 -05:00
Jason Zimdars
2f9fb2e20b
Bring back a dedicated button for adding tags
...
Fixes and issue in which you couldn't add a new tag if there were any
matches so you couldn't created a tag named "blue" if there was already
one named "blueberry"
`
2025-10-16 20:02:57 -05:00
Jason Zimdars
85efb02558
Add quotes to event action object to delinate proper names in ambiguous situations
...
Sometimes coloring them isn't clear enough (especially on closed cards
and in web hooks payloads)
2025-10-16 19:52:11 -05:00
Jason Zimdars
4fc61a5000
Tighter linking
2025-10-16 19:46:16 -05:00
Jason Zimdars
f31a2693f4
Try a different unit type in the hopes that Windows handles this more accurately
2025-10-16 19:38:09 -05:00
Jason Zimdars
30b28fa312
Bust out of the list and allow the grid to lay out these items
2025-10-16 19:28:18 -05:00
Jason Zimdars
a2bba83963
Only display the stamp on the card perma
2025-10-16 19:25:23 -05:00
Jason Zimdars
20e378c2cb
Restore missing space between the tools card and cards in the stream
2025-10-16 19:20:07 -05:00
Jason Zimdars
2b0e6f8b0a
Fix regression in grid layout
2025-10-16 19:18:44 -05:00
Jason Zimdars
4fdf7e63cf
Fix merge regression
2025-10-16 19:14:59 -05:00
Andy Smith
01b22ace3e
Smoother expand transitions for columns
2025-10-16 18:48:52 -05:00
Jason Zimdars
d5d65fbd63
Bring back join code for now
...
Can remove once the new system is ready:
https://3.basecamp.com/2914079/buckets/37331921/todos/8746162337
2025-10-16 18:40:04 -05:00
Jason Zimdars
1372a6bb29
Reign in the wide notification cards
2025-10-16 18:40:04 -05:00
Jason Zimdars
6add4e257e
Commit the text filter when reaching for the other controls
...
That you need to commit the filter to get a pill, and thus save a
filter, isn't obvious. This helps.
2025-10-16 18:40:04 -05:00
Jason Zimdars
66733f77ec
Adjust copy for single collection and filtered activity cases
2025-10-16 18:40:04 -05:00
Jason Zimdars
a720a74d8e
Capitalize
2025-10-16 18:40:04 -05:00
Jason Zimdars
391675e615
Rename: Collection -> Board
2025-10-16 18:40:04 -05:00
Jason Zimdars
4f6d8f0e7d
Don't count closed cards because they're not displayed
2025-10-16 18:40:04 -05:00
Andy Smith
77975521e0
Merge pull request #1339 from basecamp/column-list-bottom-padding
...
Add block padding so shadows aren't clipped
2025-10-16 17:11:16 -05:00
Andy Smith
45c0020fe1
Add block padding so shadows aren't clipped
2025-10-16 17:05:32 -05:00
Andy Smith
3528e2935c
Merge pull request #1338 from basecamp/column-transition-performance
...
Smoother expand transitions for columns
2025-10-16 16:59:34 -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
Stanko Krtalić
9a726bcc60
Merge pull request #1337 from basecamp/add-account-creation-script
...
Set a password for the owner in the account creation script
2025-10-16 22:15:10 +02:00
Stanko K.R.
622a687158
Set a password for the owner
2025-10-16 22:13:30 +02:00
Stanko Krtalić
f0e1d5a6b4
Merge pull request #1336 from basecamp/add-account-creation-script
...
Add account creation script
2025-10-16 22:08:21 +02:00
Stanko K.R.
eae59342e9
Add account creation script
2025-10-16 22:05:22 +02:00
Jason Zimdars
8b4d706dd9
Merge pull request #1323 from basecamp/remove-closure-reasons
...
Remove closure reasons
2025-10-16 14:24:28 -05:00