Merge branch 'dev' into feat/inter-font

This commit is contained in:
DerEchteAlec
2026-08-19 20:11:48 +02:00
committed by GitHub
30 changed files with 3562 additions and 35 deletions
@@ -44,6 +44,15 @@ describe('House app sheets', () => {
)
})
it('can expose key revocation without advertising key grants', () => {
expect(source).toContain(
'v-if="selectedProperty.capabilities.keyGrant !== false"',
)
expect(source).toContain(
'<section v-if="selectedProperty.capabilities.keys" class="house-keys">',
)
})
it('centers the resident icon above the Give a Key title', () => {
expect(source).toMatch(
/\.house-candidates > svg\s*\{[^}]*display:\s*block;[^}]*margin:\s*0 auto;/s,
+1
View File
@@ -464,6 +464,7 @@ onBeforeUnmount(() => {
><strong>{{ phone.t('Apps.house.keys') }}</strong></span
>
<sky-button
v-if="selectedProperty.capabilities.keyGrant !== false"
rounded
small
inline