feat: unify phone apps with Sky UI

This commit is contained in:
Leon.Schmidt
2026-08-16 15:23:21 +02:00
parent 8d9cdb5d6b
commit 1071b4bde7
62 changed files with 5658 additions and 3349 deletions
@@ -12,4 +12,10 @@ describe('PhoneApp EasyShare contract', () => {
expect(source).toContain('easyShare.open(response.data)')
expect(source).not.toContain("kind: 'profile'")
})
it('uses the shared full-width Sky tab bar for phone sections', () => {
expect(source).toContain('<sky-tab-bar')
expect(source).toContain('<sky-tab-button')
expect(source).not.toContain('<sky-segmented')
})
})