Jorge Manrubia
19e27370fa
Stimulus can't handle "null" JSON string
2025-06-05 11:10:09 +02:00
Jorge Manrubia
fbe12014ab
Format
2025-06-05 11:08:37 +02:00
Jorge Manrubia
6e8087ee2e
Toggle entropy/stalled container in the bubbles controller
2025-06-05 11:08:20 +02:00
Jorge Manrubia
76119b17bd
Entropy, not bubble!
2025-06-05 10:33:02 +02:00
Jorge Manrubia
22ed605884
Namespace bubble-related targets
2025-06-05 10:32:14 +02:00
Jorge Manrubia
2cbd451944
Group entropy options in an object value
...
We'll add stalling considerations next, this helps keeping things organized.
2025-06-05 10:28:33 +02:00
Jorge Manrubia
1fe16e1416
Merge pull request #585 from basecamp/entropy-settings-ui
...
Entropy improvements
2025-06-05 09:19:56 +02:00
Jorge Manrubia
a5f7f34750
Rename helpers since they are not related to collections only anymore
2025-06-05 09:19:08 +02:00
Jorge Manrubia
a014af6ef0
Simplify
2025-06-05 09:16:38 +02:00
Jorge Manrubia
acd1038359
Extract partials
2025-06-05 08:57:38 +02:00
Jorge Manrubia
cb1ee9eabd
Format
2025-06-05 08:54:42 +02:00
Jorge Manrubia
b9dd7fe808
Tidy up code
2025-06-05 08:54:31 +02:00
Jason Zimdars
6eece93f10
Merge branch 'knobs' into entropy-settings-ui
...
* knobs:
Add comment
Properly parameterize the field name
Remove leftover console.log
Correct the reserved area math
Better a11y
Connect the range slider
Basic radio input working
Expose button so you can delete drafts
Save button should match card color
`x` interferes with string entry, try `SHIFT+ENTER` to toggle checkboxes
Remove unnecessary param and update condition
2025-06-04 20:34:04 -05:00
Jason Zimdars
e42c6548b0
Wire up knob UI design
2025-06-04 20:28:20 -05:00
Jason Zimdars
10224c2698
Extract the header so we can explain in context
2025-06-04 15:30:19 -05:00
Jason Zimdars
638bc16b4b
Display users and invite on account/settings
2025-06-04 15:16:24 -05:00
Jason Zimdars
cc03a3dcb4
Link to workflows
2025-06-04 14:58:09 -05:00
Jason Zimdars
24f4589c02
Link to account settings
2025-06-04 14:57:09 -05:00
Jason Zimdars
9872f35c2a
Update to use two-column layout, add title and nav
2025-06-04 14:56:30 -05:00
Andy Smith
b4e283ab6a
Properly parameterize the field name
2025-06-04 13:49:18 -05:00
Andy Smith
8e24b3edff
Merge pull request #572 from basecamp/prevent-layout-shift
...
Add height/width values for images and videos
2025-06-04 13:39:23 -05:00
Andy Smith
04551d859e
Better a11y
2025-06-04 13:06:43 -05:00
Andy Smith
80b1ac8cc9
Connect the range slider
2025-06-04 12:49:32 -05:00
Andy Smith
68ac1f80ec
Basic radio input working
2025-06-04 12:10:28 -05:00
Jorge Manrubia
5dc33c304c
Restore reminder period I replaced by mistake
2025-06-04 17:17:47 +02:00
Jorge Manrubia
a6ffbf7ec6
Rename method
2025-06-04 14:56:19 +02:00
Jorge Manrubia
db86d17880
Refactor to introduce an entropy model
...
Instead of keeping two tracks of similar logic (auto-reconsider / auto-close).
2025-06-04 14:40:02 +02:00
Jorge Manrubia
e8249d2405
Consider the new default settings for previews
2025-06-04 13:13:45 +02:00
Jorge Manrubia
3c61fc3cdf
Add screen to edit account settings to tweak default entropy configuration
2025-06-04 11:25:10 +02:00
Jorge Manrubia
91787a3523
Revamp entropy configuraiton
...
- Move both settings to its dedicated model entropy configuration
- A collection can have an entropy configuration, or will default to the account if not
2025-06-04 10:41:08 +02:00
Jason Zimdars
7355b09382
Expose button so you can delete drafts
2025-06-03 17:48:08 -05:00
Jason Zimdars
029daece9b
Save button should match card color
2025-06-03 16:46:09 -05:00
Jason Zimdars
37dc14c0c6
x interferes with string entry, try SHIFT+ENTER to toggle checkboxes
2025-06-03 16:35:55 -05:00
Jason Zimdars
56b32e6f52
No explicit stalled setting for now
...
Stalled will be determined by the system
2025-06-03 15:57:11 -05:00
Jason Zimdars
678fb66f17
Stub UI for independent settings for Considering and Doing
2025-06-03 15:51:37 -05:00
Jason Zimdars
ff403021cc
Wire-up keyboard navigation
...
- Introduces a distinct controller and individual forms for each option so they behave like other pop-ups
- Adds `filter` and `navigable-list` behaviors
2025-06-03 11:05:39 -05:00
Jason Zimdars
acfc7da551
Merge pull request #548 from basecamp/change-collection
...
Change collection
2025-06-03 08:56:00 -05:00
Jason Zimdars
98c1f32e1c
Spell it all out for now
2025-06-03 08:54:37 -05:00
Jason Zimdars
6045b7a736
Correct hotkey
2025-06-03 08:49:03 -05:00
Jorge Manrubia
cf5f0a9f3f
Set ratio for videos via style
...
And update lexical to allow style attributes
2025-06-03 11:41:10 +02:00
Jorge Manrubia
199a78ee08
Merge branch 'main' into filter-revamp
...
* main:
`event.assignees` collection doesn't include `event.creator` when self-assigning
Consistent verb forms
Autolinking shouldn't include final punctuation.
dep: update kamal to edge
No need to delegate auto_closing? anymore
Extract common method to query when entropy is cleaned
Invalidate card caches when editing workflows
# Conflicts:
# app/javascript/controllers/navigable_list_controller.js
2025-06-03 06:12:34 +02:00
Jason Zimdars
2c75c9e746
Let's try it without the explicit submit
...
Later on we could consider adding an explicit button that only shows up when the filter has no matches and there is something typed in the filter input
2025-06-02 16:37:58 -05:00
Jason Zimdars
f796b62aa8
Update markup to match assignments list
...
Drifted due to neglect (I guess)
2025-06-02 16:28:47 -05:00
Jason Zimdars
de8fce5eee
Prefer ul for a11y
2025-06-02 16:12:34 -05:00
Jason Zimdars
63808ff567
Just say "Filter…", since it can match other things
2025-06-02 16:09:18 -05:00
Jason Zimdars
84b52f8fae
Ensure these can be matched by the filter, too
2025-06-02 15:56:46 -05:00
Jason Zimdars
dc5c8d17a4
Handle these special case options a different way
2025-06-02 15:49:44 -05:00
Andy Smith
34a4ba6c60
Add height/width values for images and videos
2025-06-02 14:36:04 -05:00
Jorge Manrubia
61fbad218b
Make tag filters selectable/navigable too
2025-06-02 18:39:44 +02:00
Jorge Manrubia
c0cd5e1967
Merge pull request #566 from basecamp/fix-caching
...
Invalidate card caches when editing workflows
2025-06-02 18:09:52 +02:00