Commit Graph

4886 Commits

Author SHA1 Message Date
Andy Smith 58859cdc0b Move Not Now to top 2025-11-12 11:02:57 -06:00
Andy Smith d8c6b06ae7 Start at smaller viewport size 2025-11-11 15:51:34 -06:00
Andy Smith 3892003baa Add turbo attributes to fix content missing error 2025-11-11 14:54:12 -06:00
Andy Smith 822786af72 Add correct counts to columns 2025-11-11 14:51:27 -06:00
Andy Smith e53d6912f6 Add links to column show pages 2025-11-11 14:41:09 -06:00
Andy Smith 287cac239a Stub out mobile view and styles 2025-11-11 14:33:19 -06:00
Andy Smith 490fac3067 Update maximize column icon and add focus ring for assignees 2025-11-11 13:57:45 -06:00
Andy Smith 5d88d76ec9 Hide nav dialog when closed 2025-11-11 10:52:27 -06:00
Jason Zimdars 0f28ded99e Send email from support@fizzy.do 2025-11-11 10:47:30 -06:00
Jorge Manrubia 588dc76c6b I had got this condition wrong during the timeline helpers refactor 2025-11-11 17:07:46 +01:00
Jorge Manrubia 13c241d30a Fix: boosts not working
We were rendering a douplicated container hidden in the menu.

Using block_given? to yield in the template was not fixing this.

https://app.fizzy.do/5986089/cards/2901
2025-11-11 16:30:09 +01:00
David Heinemeier Hansson c385eff09b Fix broken hotkey links 2025-11-11 13:30:27 +01:00
David Heinemeier Hansson 24cb470f4e Extract shared helper 2025-11-11 13:20:10 +01:00
Jorge Manrubia 0f664a8ce1 Add create cards with keyboard
CTRL+ENTER to create
CTRL+SHIFT+ENTER to create and add another
2025-11-11 12:38:23 +01:00
Jorge Manrubia 56a85c261b Remove plain text mentions
They can cause duplicates

https://app.fizzy.do/5986089/cards/2874

Closes #https://github.com/basecamp/fizzy/pull/1549
2025-11-11 10:01:59 +01:00
Jason Zimdars 287f16b6b4 Move to new partial 2025-11-10 19:08:35 -06:00
Jason Zimdars 2ac0d5388f Merge branch 'main' into jz-11-10-25 2025-11-10 19:08:26 -06:00
Jason Zimdars 949311c462 Indicate account if you have many 2025-11-10 19:01:07 -06:00
Jason Zimdars 16d8661a12 This wasn't quite right 2025-11-10 18:55:38 -06:00
Jason Zimdars 24cb40d917 Close stack on click 2025-11-10 18:43:35 -06:00
Jason Zimdars fe06b41ade Add a distinct edit button 2025-11-10 18:25:11 -06:00
Jason Zimdars 2afadd41e8 Indicate shortcut on comment submit 2025-11-10 18:20:58 -06:00
Jason Zimdars 1df7ad9d4e Hit D to mark-as-done 2025-11-10 18:15:12 -06:00
Jason Zimdars 44edaed18a Hotkey for opening assignees picker 2025-11-10 18:11:36 -06:00
Jason Zimdars 57acdd8ffc Adjust layout 2025-11-10 18:11:22 -06:00
Jason Zimdars 3114ec7a82 Hotkey to open tags, focus field, move add to bottom 2025-11-10 18:07:32 -06:00
Jason Zimdars 6a119dbe7a Adjust these so we get proper spinner styles when submitting 2025-11-10 17:13:45 -06:00
Jason Zimdars a4b064c626 Need to special case these so disabled buttons don't appear to be transparent
They actually are but the border shows through
2025-11-10 17:13:10 -06:00
Jason Zimdars 8901836ad8 Not needed now that there is no closure menu 2025-11-10 17:06:19 -06:00
Jason Zimdars 6cb4c74fe3 json compatible escaping for special characters 2025-11-10 15:35:37 -06:00
Andy Smith c8c8b9cb09 Merge pull request #1548 from basecamp/better-nav-layout
Better nav layout
2025-11-10 14:54:31 -06:00
Andy Smith e033f71dee Cleanup 2025-11-10 14:44:14 -06:00
Andy Smith e2ac6c1d7e Keep selected item in view 2025-11-10 14:42:42 -06:00
Jason Zimdars 64e466d903 Use b for back-to-board, indicate shortcut visibly 2025-11-10 14:34:08 -06:00
Sean Mitchell 9d2f7c0f41 Update icon (#1530)
* Update fav and app icons
* Update logo files
* Use logo webp
2025-11-10 12:33:29 -08:00
Andy Smith 0b35e26fd6 Add gap between sections 2025-11-10 14:25:04 -06:00
Andy Smith 9c20cc034b Refactor nav menu 2025-11-10 14:20:56 -06:00
Jason Zimdars e975a7396d Fix link, add target blank 2025-11-10 13:49:42 -06:00
Jason Zimdars 657905ff6c Update to match navigation changes 2025-11-10 13:44:42 -06:00
Jason Zimdars df02f48007 Update support email, fine-tune attribution lines 2025-11-10 13:43:35 -06:00
Andy Smith f38fd4d9ae Use explicit grid-column width for column header 2025-11-10 11:45:03 -06:00
Andy Smith 8cc4f2ee8e Clicking assignee opens popup 2025-11-10 11:36:31 -06:00
Andy Smith a98e8cabca Merge pull request #1537 from basecamp/mini-bubble-position
Mini bubble positioned relative to transition container
2025-11-10 09:52:40 -06:00
Andy Smith 7d3d651eff Mini bubble positioned relative to transition container 2025-11-10 09:48:53 -06:00
Jorge Manrubia f5440833a9 Order method 2025-11-10 16:21:46 +01:00
Jorge Manrubia 05ef07f77b Extract helper for the container of events grouped by hour 2025-11-10 16:17:03 +01:00
Jorge Manrubia 590a63c422 Move helpers salad to a presenter column when rendering the timeline 2025-11-10 15:52:59 +01:00
Jorge Manrubia 7b804188b3 Format 2025-11-10 13:09:14 +01:00
Jorge Manrubia b13823305b Always include assignees when notifying of published cards 2025-11-10 13:08:51 +01:00
Jorge Manrubia b686936230 Fix: extract mentions when publishing cards
This wasn't working when creation and publishing happened on separated instances
of the same record, which is what happens when you edit a draft and then you
publish it

https://app.fizzy.do/5986089/cards/2835/edit
2025-11-10 13:08:29 +01:00