Option to remove toggle switch + translations cleanup#1109
Merged
nielsfaber merged 11 commits intonielsfaber:mainfrom Mar 14, 2026
Merged
Option to remove toggle switch + translations cleanup#1109nielsfaber merged 11 commits intonielsfaber:mainfrom
nielsfaber merged 11 commits intonielsfaber:mainfrom
Conversation
Co-authored-by: Misiu <1741838+Misiu@users.noreply.github.com>
Co-authored-by: Misiu <1741838+Misiu@users.noreply.github.com>
Co-authored-by: Misiu <1741838+Misiu@users.noreply.github.com>
Add `show_toggle_switches` card option + sync all translations with en.json
Owner
|
Thanks for implementing this feature and for taking the time to include translations as well. I'm having trouble reviewing the changes you have made to the translations. |
Contributor
Author
|
Sure, we can do the translations in a separate PR. |
Co-authored-by: Misiu <1741838+Misiu@users.noreply.github.com>
Revert translation cleanup; add only show_toggle_switches key
- Sync timeslot editor refactoring (slot width calculation, drag handling) - Remove end-time checkbox; auto-convert checkpoints when switching to scheme mode - Fix schema editor bar gap and unexpected new slot on end-time uncheck - Update dialog/dropdown menus - Update demonstration GIF Includes our show_toggle_switches feature on top of upstream changes.
…-scheduler-card Sync upstream nielsfaber/scheduler-card:main
Contributor
Author
|
Ok, good to go :) |
Owner
|
Thank you. This PR can be merged now. |
Owner
Contributor
Author
|
Saw that and I fully understand :) |
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.

This adds the requested feature.


By default, we show the toggles, but the user can explicitly hide them.
I also cleaned up the translations.
New translations are added for new functionality. I also recorded the keys in JSON files based on en.json. For missing keys, we use a fallback from en.json.
The next step is to create a workflow that would periodically check all translations and would reformat/reorder them, add new keys, and remove unused ones.
Closes: #1106