Merge pull request #2409 from basecamp/improve-filter-settings-ux

Improve filter settings ux
This commit is contained in:
Andy Smith
2026-01-21 14:39:48 -06:00
committed by GitHub
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
position: relative;
&:has(dialog[open]) {
z-index: 2;
z-index: 3;
}
&:has(.card-perma__star-input:checked) {
@@ -54,6 +54,10 @@ export default class extends Controller {
}
submitToTopTarget(event) {
const value = event.target.value?.trim()
if (!value) return false
this.element.setAttribute("data-turbo-frame", "_top")
this.submit()
}