ENH - merge dev into weather app

Integrates the current dev branch while preserving the weather-app Dynamic Island, Notes deletion flow, and simplified Phone contact header. Resolves the overlapping Sky UI migration conflicts in Notes and Phone.
This commit is contained in:
Type
2026-08-16 23:37:42 +02:00
138 changed files with 16211 additions and 6526 deletions
+5 -2
View File
@@ -80,7 +80,7 @@
border: 1px solid transparent;
border-radius: 4px;
background: var(--sky-app-accent, #007aff);
color: #ffffff;
color: var(--sky-button-text, #ffffff);
font-size: 15px;
font-weight: 500;
line-height: 1.2;
@@ -1060,7 +1060,7 @@ label.sky-list-item__row {
min-width: 0;
flex: 1 1 auto;
overflow: hidden;
color: inherit;
color: var(--sky-list-item-title-color, inherit);
font-size: 17px;
font-weight: 400;
line-height: 24px;
@@ -1910,6 +1910,8 @@ label.sky-list-item__row {
width: 100%;
min-width: 0;
height: 28px;
position: relative;
z-index: 1;
margin: 0;
padding: 0;
flex: 1;
@@ -2961,6 +2963,7 @@ label.sky-list-item__row {
.sky-navbar-back-link__chevron {
width: 12px;
height: 12px;
display: block;
border-bottom: 2px solid currentColor;
border-left: 2px solid currentColor;
transform: rotate(45deg);