-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🤖 24-01-25 | ♻️ Updated 11 files 🔥 Deleted 5 files ✨ Added 7 files
-------- - update: snippets/popup_footer_layout.yaml - update: snippets/style_popup_footer.yaml - update: dashboard-resources/extra-menu.js - update: themes/tablet.yaml - update: footer/footer_network.yaml - update: extra-popup/vanessa.yaml - update: config/README.md - update: dashboards/ui-lovelace-main.yaml - update: docs/README.md - update: button_card_templates/tpl_chips.yaml - update: templates/streamline-card.yaml - delete: subviews/test-lovelace.yaml - delete: subviews/kodi-recently-added.yaml - delete: subviews/github-stats.yaml - delete: subviews/kodi-library.yaml - delete: subviews/lights.yaml - add: snippets/style-git-swipe-card.yaml - add: sensors/github_repos.yaml - add: github-grid/ - add: snippets/swiper-git-parameters.yaml - add: button_card_templates/tpl_stargazers.yaml - add: views/github-view.yaml - add: snippets/layout-git-heading-content.yaml -------- Automated commit via script
- Loading branch information
Showing
24 changed files
with
612 additions
and
869 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
5 changes: 5 additions & 0 deletions
5
config/dashboards/shared/snippets/layout-git-heading-content.yaml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
margin: 0 | ||
grid-template-columns: minmax(300px, 1fr) | ||
grid-template-rows: auto 1fr | ||
grid-row-gap: 8px | ||
height: 100% |
This file contains 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
10 changes: 10 additions & 0 deletions
10
config/dashboards/shared/snippets/style-git-swipe-card.yaml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
$: | | ||
#host { | ||
--swiper-navigation-size: 24px !important; | ||
--swiper-theme-color: rgb(179, 179, 179, .5); | ||
} | ||
.swiper-button-prev, .swiper-button-next { | ||
top: 95% !important; | ||
--swiper-navigation-size: 24px !important; | ||
--swiper-theme-color: rgb(179, 179, 179, .5); | ||
} |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
navigation: | ||
followFinger: false | ||
grabCursor: false | ||
roundLengths: true | ||
centeredSlides: true | ||
centeredSlidesBounds: true | ||
enabled: true | ||
createElements: false | ||
allowTouchMove: false |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.