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:
@@ -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;
|
||||
|
||||
@@ -21,7 +21,7 @@ env:
|
||||
RAILS_ENV: production
|
||||
|
||||
x-beamer-accessory: &beamer-accessory
|
||||
image: basecamp/beamer
|
||||
image: basecamp/beamer:vfs
|
||||
registry:
|
||||
username: bcbot
|
||||
password:
|
||||
|
||||
Reference in New Issue
Block a user