ADD - add housing provider bridges (#6)

Co-authored-by: DerEchteAlec <alec.schitzkat@luwan.io>
This commit is contained in:
Dominik
2026-08-19 20:11:36 +02:00
committed by GitHub
co-authored by DerEchteAlec
parent 98373e8bd8
commit 734f4651cb
21 changed files with 3248 additions and 9 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