Merge branch 'main' into jz-6-5-25

* main:
  Fix that flash notices invisibly overlapped navbar
  Use card header in events
  Cap height and scroll list
  Fix: update option when changing index
  Use `vfs` tag on production accessories
This commit is contained in:
Jason Zimdars
2025-06-05 11:29:14 -05:00
2 changed files with 2 additions and 5 deletions
@@ -18,6 +18,7 @@ export default class extends Controller {
set #index(index) {
this.fieldTarget.style.setProperty("--knob-index", `${index}`);
this.sliderTarget.value = index
this.#optionForIndex(index).checked = true
}
get #selectedOption() {
@@ -26,10 +27,6 @@ export default class extends Controller {
})
}
set #value(index) {
this.#optionForIndex(index).checked = true
}
#optionForIndex(index) {
return this.optionTargets.find(option => {
return option.dataset.index === index;
+1 -1
View File
@@ -21,7 +21,7 @@ env:
RAILS_ENV: production
x-beamer-accessory: &beamer-accessory
image: basecamp/beamer
image: basecamp/beamer:vfs
registry:
username: bcbot
password: