Improve timer interval refresh behavior
All checks were successful
Deploy Sokko G / deploy (push) Successful in 7s
All checks were successful
Deploy Sokko G / deploy (push) Successful in 7s
This commit is contained in:
parent
fdc81373c6
commit
a6b2388763
9 changed files with 305 additions and 39 deletions
|
|
@ -261,6 +261,9 @@ export function validateSiteContent(site) {
|
|||
"toolboxes.modules.timer.dailyTimeLabel",
|
||||
"toolboxes.modules.timer.timePatternLabel",
|
||||
"toolboxes.modules.timer.intervalLabel",
|
||||
"toolboxes.modules.timer.intervalStartNowOption",
|
||||
"toolboxes.modules.timer.intervalStartTimeOption",
|
||||
"toolboxes.modules.timer.intervalStartTimeLabel",
|
||||
"toolboxes.modules.timer.addCountdownButton",
|
||||
"toolboxes.modules.timer.defaultCountdownLabel",
|
||||
"toolboxes.modules.timer.finishedLabel",
|
||||
|
|
@ -270,6 +273,7 @@ export function validateSiteContent(site) {
|
|||
"toolboxes.modules.timer.countdownsTitle",
|
||||
"toolboxes.modules.timer.scrollableTitle",
|
||||
"toolboxes.modules.timer.sortTitle",
|
||||
"toolboxes.modules.timer.autoRefreshTitle",
|
||||
"toolboxes.modules.timer.alertModeTitle",
|
||||
"toolboxes.modules.timer.alertOffTitle",
|
||||
"toolboxes.modules.timer.alertVisibleTitle",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue