forked from piitaya/lovelace-mushroom
-
Notifications
You must be signed in to change notification settings - Fork 3
Merge upstream Mushroom v4.4.0 #15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Cfrolich13
wants to merge
227
commits into
phischdev:main
Choose a base branch
from
Cfrolich13:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
* [Fix 1208] Fix incorrect translation * [Fix 1208] Simplify translation
* Update sk.json * Update src/translations/sk.json Co-authored-by: Paul Bottein <[email protected]> --------- Co-authored-by: Paul Bottein <[email protected]>
* Added uk_UA translation * Fix typo in uk.json
* Added Indonesian translation * Added Indonesian translation
* Translated using Weblate (Swedish) Currently translated at 100.0% (104 of 104 strings) Translation: Mushroom/Translations Translate-URL: https://hosted.weblate.org/projects/mushroom/translations/sv/ * Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (104 of 104 strings) Translation: Mushroom/Translations Translate-URL: https://hosted.weblate.org/projects/mushroom/translations/zh_Hans/ --------- Co-authored-by: bittin1ddc447d824349b2 <[email protected]> Co-authored-by: Leo <[email protected]>
Currently translated at 100.0% (129 of 129 strings) Translation: Mushroom/Translations Translate-URL: https://hosted.weblate.org/projects/mushroom/translations/fr/ Co-authored-by: Paul Bottein <[email protected]>
Added theming section and compatibility note for badges.
* Translated using Weblate (French) Currently translated at 100.0% (130 of 130 strings) Translation: Mushroom/Translations Translate-URL: https://hosted.weblate.org/projects/mushroom/translations/fr/ * Translated using Weblate (French) Currently translated at 100.0% (130 of 130 strings) Translation: Mushroom/Translations Translate-URL: https://hosted.weblate.org/projects/mushroom/translations/fr/ --------- Co-authored-by: Paul Bottein <[email protected]>
* Translated using Weblate (French) Currently translated at 100.0% (130 of 130 strings) Translation: Mushroom/Translations Translate-URL: https://hosted.weblate.org/projects/mushroom/translations/fr/ * Translated using Weblate (French) Currently translated at 100.0% (130 of 130 strings) Translation: Mushroom/Translations Translate-URL: https://hosted.weblate.org/projects/mushroom/translations/fr/ * Translated using Weblate (Slovak) Currently translated at 99.2% (129 of 130 strings) Translation: Mushroom/Translations Translate-URL: https://hosted.weblate.org/projects/mushroom/translations/sk/ --------- Co-authored-by: Paul Bottein <[email protected]> Co-authored-by: Jozef Gaal <[email protected]>
* Translated using Weblate (French) Currently translated at 100.0% (130 of 130 strings) Translation: Mushroom/Translations Translate-URL: https://hosted.weblate.org/projects/mushroom/translations/fr/ * Translated using Weblate (French) Currently translated at 100.0% (130 of 130 strings) Translation: Mushroom/Translations Translate-URL: https://hosted.weblate.org/projects/mushroom/translations/fr/ * Translated using Weblate (Slovak) Currently translated at 99.2% (129 of 130 strings) Translation: Mushroom/Translations Translate-URL: https://hosted.weblate.org/projects/mushroom/translations/sk/ --------- Co-authored-by: Paul Bottein <[email protected]> Co-authored-by: Jozef Gaal <[email protected]>
* Translated using Weblate (French) Currently translated at 100.0% (130 of 130 strings) Translation: Mushroom/Translations Translate-URL: https://hosted.weblate.org/projects/mushroom/translations/fr/ * Translated using Weblate (French) Currently translated at 100.0% (130 of 130 strings) Translation: Mushroom/Translations Translate-URL: https://hosted.weblate.org/projects/mushroom/translations/fr/ * Translated using Weblate (Slovak) Currently translated at 99.2% (129 of 130 strings) Translation: Mushroom/Translations Translate-URL: https://hosted.weblate.org/projects/mushroom/translations/sk/ * Translated using Weblate (Slovak) Currently translated at 100.0% (130 of 130 strings) Translation: Mushroom/Translations Translate-URL: https://hosted.weblate.org/projects/mushroom/translations/sk/ --------- Co-authored-by: Paul Bottein <[email protected]> Co-authored-by: Jozef Gaal <[email protected]>
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.
Description
Merged upstream changes from piitaya/lovelace-mushroom, upgrading to v4.4.0
Related Issue
This PR fixes or closes issue: fixes #16
Motivation and Context
This fork of Mushroom fell out of sync with upstream. It lacked improvements made upstream, including fitting more text on cards before cutting it off with trailing dots… It also lacked support for editing the visibility of chip cards via the visual editor.
How Has This Been Tested
I followed the instructions in the Merging Upstream section at the bottom of the README. Then, I tested the base Mushroom functionality in my dashboard, which contains a variety of light cards with and without sliders, template cards, chip cards, and media cards. I also tested the visual editor, modifying the configuration of various cards. I confirmed that the improvements made to sliders in this fork continue to function. Then, I followed the general requirements outlined in the HACS documentation to add topics to my fork and create a release so I could add it to my Home Assistant instance as a custom HACS repo.
Types of changes
Checklist