Koala-Theme: Plans - temporary mode warning, link to plan settings#3147
Merged
benderl merged 28 commits intoopenWB:masterfrom Mar 17, 2026
Merged
Koala-Theme: Plans - temporary mode warning, link to plan settings#3147benderl merged 28 commits intoopenWB:masterfrom
benderl merged 28 commits intoopenWB:masterfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds UI hints and navigation to help users understand and handle “temporary charge settings mode” while editing charging plans in the Koala web theme.
Changes:
- Expose a new MQTT-store computed flag for temporary charge template mode.
- Show a warning banner in scheduled/time plan detail dialogs when temporary mode is active.
- Add a “go to persistent plan settings” button and introduce a theme color variable for it; refactor charge point messages into a reusable
BaseMessage.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 10 comments.
Show a summary per file
| File | Description |
|---|---|
| packages/modules/web_themes/koala/source/src/stores/mqtt-store.ts | Adds temporaryChargeModeAktiv computed and exports it from the store. |
| packages/modules/web_themes/koala/source/src/css/quasar.variables.scss | Introduces --q-charge-plan-link-button CSS variable for button styling. |
| packages/modules/web_themes/koala/source/src/components/ChargePointTimeChargingPlanDetails.vue | Adds temporary-mode warning + link button in time plan details and sets fixed card width. |
| packages/modules/web_themes/koala/source/src/components/ChargePointScheduledPlanDetails.vue | Adds temporary-mode warning + link button in scheduled plan details and sets fixed card width. |
| packages/modules/web_themes/koala/source/src/components/ChargePointMessage.vue | Refactors to use new BaseMessage component. |
| packages/modules/web_themes/koala/source/src/components/BaseMessage.vue | New reusable message component with collapse behavior and styling. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
packages/modules/web_themes/koala/source/src/stores/mqtt-store.ts
Outdated
Show resolved
Hide resolved
packages/modules/web_themes/koala/source/src/components/ChargePointTimeChargingPlanDetails.vue
Outdated
Show resolved
Hide resolved
packages/modules/web_themes/koala/source/src/components/ChargePointScheduledPlanDetails.vue
Show resolved
Hide resolved
packages/modules/web_themes/koala/source/src/components/ChargePointScheduledPlanDetails.vue
Outdated
Show resolved
Hide resolved
packages/modules/web_themes/koala/source/src/stores/mqtt-store.ts
Outdated
Show resolved
Hide resolved
packages/modules/web_themes/koala/source/src/components/ChargePointTimeChargingPlanDetails.vue
Show resolved
Hide resolved
packages/modules/web_themes/koala/source/src/components/ChargePointTimeChargingPlanDetails.vue
Outdated
Show resolved
Hide resolved
packages/modules/web_themes/koala/source/src/components/ChargePointScheduledPlanDetails.vue
Outdated
Show resolved
Hide resolved
4499ab1 to
8a4ebdf
Compare
benderl
requested changes
Mar 12, 2026
Contributor
benderl
left a comment
There was a problem hiding this comment.
Bitte zusätzlich auch die von mir mit 👍 gekennzeichneten Kommentare von Copilot beachten.
packages/modules/web_themes/koala/source/src/components/BaseMessage.vue
Outdated
Show resolved
Hide resolved
packages/modules/web_themes/koala/source/src/components/ChargePointScheduledPlanDetails.vue
Show resolved
Hide resolved
packages/modules/web_themes/koala/source/src/components/ChargePointTimeChargingPlanDetails.vue
Show resolved
Hide resolved
benderl
approved these changes
Mar 17, 2026
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.
Wenn „Temporäre Ladeeinstellungen“ aktiviert sind:
• In den Ladeplänen wird ein Warnhinweis angezeigt, der den Nutzer darüber informiert, dass Änderungen am Plan nach dem Abstecken des Fahrzeugs verworfen werden.
• Wird in diesem Modus ein neuer Plan erstellt, erscheint zusätzlich ein Hinweis, dass der gesamte Plan nach der Ladesession (nach dem Abstecken) verworfen wird.
• Unteren in Plan wird ein Button zur direkten Navigation in die Fahrzeug-Ladeprofil-Einstellungen eingeblendet, damit Änderungen dort dauerhaft verändert werden können.