Jorge Manrubia
5ccb69a8d4
Add filter pill for completed by
...
This is pending to de-duplicate and tidy up, will do separately
2025-07-03 14:38:28 +02:00
Jorge Manrubia
cd9955d938
Add "close by" filter
2025-07-03 14:32:03 +02:00
Jorge Manrubia
ac2400a657
Add /reopen command
2025-07-03 13:52:12 +02:00
Jorge Manrubia
a2ca8b1dc0
Improved support to act on cards via ID
2025-07-03 13:09:10 +02:00
Jorge Manrubia
75387891d5
Refine prompt
2025-07-03 12:54:24 +02:00
Jorge Manrubia
ca4628b457
Add more tests and fix failing ones
2025-07-03 12:46:36 +02:00
Jorge Manrubia
98e568482a
Add clarifying comment
2025-07-03 11:42:29 +02:00
Jorge Manrubia
96faca3ff6
Return standalone command when only one command
...
this avoids unnecessary redirects
2025-07-03 11:39:46 +02:00
Jorge Manrubia
9b897191d0
Extract attachable concerns
2025-07-03 11:25:47 +02:00
Jorge Manrubia
3684eaa7a0
Format
2025-07-03 11:22:43 +02:00
Jorge Manrubia
e90d38f884
Update lexical
2025-07-03 11:20:42 +02:00
Jorge Manrubia
8e7268cd6e
Use your user gid to resolve yourself, so that this is not ambiguous
2025-07-03 10:09:01 +02:00
Jorge Manrubia
11d2b005a2
Support trailing spaces in inserted commands
2025-07-03 09:57:01 +02:00
Jorge Manrubia
75a8316609
Disable attachments in the terminal
2025-07-03 09:35:38 +02:00
Mike Dalessio
e4c5d0f6cd
Merge pull request #699 from basecamp/flavorjones/fix-cable-meta-tag
...
Clean up the cable meta tag
2025-07-03 01:51:39 -04:00
Mike Dalessio
02ec9d436a
Clean up the cable meta tag
...
to avoid a "//" appearing in the path.
2025-07-03 01:49:35 -04:00
Mike Dalessio
78a4a07214
Merge pull request #698 from basecamp/flavorjones/activity-loading
...
Fix activity feed loading
2025-07-03 01:42:02 -04:00
Mike Dalessio
a565504113
Fix activity feed pagination to fetch on demand
...
Commit 01c642e6 restructured the page so that the "next page" link was
always in view, meaning the page always loaded the entire history.
Now we load the next day as the user scrolls to the bottom, as intended.
2025-07-03 01:36:21 -04:00
Mike Dalessio
31007c7bdb
Create a "published" event if a card is created published
...
This isn't the normal workflow in the app, but this problem will show
up if we create cards programmatically (e.g., the seeds)
2025-07-03 01:08:53 -04:00
Mike Dalessio
a0d506435f
Scatter Honcho seeds over a 30 day period
...
to make the activity page look a bit more realistic
2025-07-03 01:08:03 -04:00
Mike Dalessio
59548ac7eb
Fix the PWA manifest to use slugged URLs
...
ref: https://fizzy.37signals.com/5986089/collections/2/cards/991
2025-07-02 23:51:00 -04:00
Mike Dalessio
ccf961dad2
Merge pull request #696 from basecamp/flavorjones/collection-workflow-save
...
Collection edit page uses turbo frames to avoid resetting the user access form
2025-07-02 22:28:51 -04:00
Mike Dalessio
4589360dd1
Collection publication edits render a turbo frame
...
so we don't disturb the rest of the edit page.
2025-07-02 22:25:09 -04:00
Mike Dalessio
0799ad050b
Collection workflow edits render a turbo frame
...
so we don't disturb the rest of the edit page.
2025-07-02 22:24:49 -04:00
Mike Dalessio
263bc486ed
Collection entropy config edits render a turbo frame
...
so we don't disturb the rest of the edit page.
2025-07-02 22:24:41 -04:00
Jason Zimdars
77a7509896
Merge pull request #689 from basecamp/card-steps
...
Add steps to cards
2025-07-02 17:27:23 -05:00
Jason Zimdars
462878630e
Use automatic sizing where supported
2025-07-02 16:42:27 -05:00
Mike Dalessio
36727ba5ea
Introduce a separate controller for collection entropy config
...
which opens the door to rendering turbo frames in the responses to
collection edits.
2025-07-02 17:41:29 -04:00
Andy Smith
a2f9339cdb
Remove unused --outline vars
2025-07-02 16:40:59 -05:00
Jason Zimdars
16535db20e
Add card_id to index
2025-07-02 16:23:37 -05:00
Andy Smith
7c30fd6674
Focus ring for collection select
2025-07-02 16:18:12 -05:00
Andy Smith
a07c827cdf
Clarify comment
2025-07-02 16:15:16 -05:00
Andy Smith
4bc1b36d3d
Clean up --hover variables
2025-07-02 16:14:34 -05:00
Jason Zimdars
aff0a38b37
Move to scope and inline method
2025-07-02 16:14:25 -05:00
Jason Zimdars
27aaa815c7
Prefer modern syntax
2025-07-02 16:12:37 -05:00
Jason Zimdars
25a33fb9c8
Merge branch 'main' into card-steps
...
* main: (22 commits)
Fix that stage should be visible above card background
Indicate opens menu
Hide dialog targets from screen readers when closed
Mark up as heading for screen reader navigation
Copy for screen readers
Don't hide the input so it's accessible to screen readers
Point skip links to correct anchor, don't navigate with turbo
There aren't any `li` children so just use `div`
Use headings for screen reader navigation
Use `h3` for individual cards in collection view
Make collection title `h1` for screen reader navigation
Esc should not propagate when closing dialogs
squash! Remove session controller actions other than delete
Screen reader: Use heading for comments navigation
Remove the invitation codes for now
Remove session controller actions other than delete
Correct label for field
Style
Screen reader: De-duplicate links for each person in account settings
Account.signal_account is no longer optional
...
2025-07-02 16:09:49 -05:00
Jorge Manrubia
15eb09a1fe
Close should show up before than clear for "cl"
2025-07-02 23:08:52 +02:00
Jason Zimdars
a31637bac7
Merge branch 'main' into accessibility-improvments
...
* main:
squash! Remove session controller actions other than delete
Remove the invitation codes for now
Remove session controller actions other than delete
Account.signal_account is no longer optional
Remove local authentication code
Drop the password column from the users table.
2025-07-02 16:07:29 -05:00
Jason Zimdars
f623f6fea8
Fix that stage should be visible above card background
2025-07-02 16:06:22 -05:00
Jorge Manrubia
0c4baed8a4
Show help menu without introducing newlines after updating lexical
2025-07-02 23:03:38 +02:00
Jason Zimdars
41e40b5444
Indicate opens menu
2025-07-02 15:57:39 -05:00
Jason Zimdars
86e6309735
Hide dialog targets from screen readers when closed
2025-07-02 15:57:30 -05:00
Mike Dalessio
2377770ef6
Stay on the collection edit page after changing workflow
...
ref: https://fizzy.37signals.com/5986089/collections/2/cards/852
2025-07-02 16:53:53 -04:00
Jorge Manrubia
7913513826
Reset after entering help command
2025-07-02 22:35:52 +02:00
Jason Zimdars
b8f58dc70b
Mark up as heading for screen reader navigation
2025-07-02 15:34:32 -05:00
Jason Zimdars
6b4c32ef9f
Copy for screen readers
2025-07-02 15:34:17 -05:00
Jorge Manrubia
b469caca33
Add command to show help menu
...
cc @jzimdars
2025-07-02 22:25:57 +02:00
Jason Zimdars
ca70d47576
Copy edits
2025-07-02 15:08:58 -05:00
Jason Zimdars
10893b8fa2
Don't hide the input so it's accessible to screen readers
2025-07-02 15:02:37 -05:00
Jorge Manrubia
33768757db
Don't submit on /help command
2025-07-02 21:59:53 +02:00