Closed
Add step sequence (cycle) widget with Styleable support#44
Conversation
Co-authored-by: basmilius <978257+basmilius@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add new widget for step sequence feature
Add counter (cycle) widget with Styleable support
Feb 26, 2026
…rom flow cards Co-authored-by: basmilius <978257+basmilius@users.noreply.github.com>
Copilot
AI
changed the title
Add counter (cycle) widget with Styleable support
Add step sequence (cycle) widget with Styleable support
Feb 26, 2026
Copilot stopped work on behalf of
basmilius due to an error
February 26, 2026 22:27
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Introduces a dashboard widget for the step sequence (cycle) feature, upgrades
Cyclesto implementStyleablefor per-sequence icon/color, and aligns all naming with the terminology already used in the flow cards ("Stappenreeks" in Dutch, "Sequence" in English, etc.).Cycles: Styleable
Cycletype is nowWithLook<{name, step}>— carriescolorandiconCyclesimplementsStyleable:looksgetter/setter persisted asSETTING_CYCLE_LOOKS,getLook(default#204ef6),setLooktriggers realtimefindAll()hydrates look per cycle;cleanup()prunes stale look entriessetCycleLookwired through brain API, rootapi.ts, and.homeycompose/app.jsonWidget (
widgets/cycle/)widget.compose.json: autocomplete setting to pick the sequence + opt-inshow_controlscheckbox; widget name uses flow-card terminology in all 13 locales (nl: Stappenreeks,en: Sequence,de: Sequenz, …)api.ts:GET /?cycle=→Cycle | null;POST /?cycle=with{action: 'next' | 'previous'}callscycleTo(step ± 1)public/index.html: step formatted viaIntl.NumberFormat(navigator.language), icon/color from look, live updates viaflowbits-cycle-update; optional stacked angle-up/down control buttons whenshow_controlsis enabledSettings UI
useCyclescomposable +'cycle'added toFeatureTypeApp.vuewith icon/color editing via/cycles/looksettings.cycles.{title,description,empty}added to all 13 locale files under.homeycompose/locales/✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.