From 4284143cb2b9bc1b372144dcd0c5e0f9b8f017c5 Mon Sep 17 00:00:00 2001 From: DerEchteAlec Date: Thu, 13 Aug 2026 19:11:25 +0200 Subject: [PATCH] FIX - add Glass to Companies request filter --- .../CompaniesApp.navigation.contract.test.ts | 20 +++++++++++++++++++ frontend/src/views/apps/CompaniesApp.vue | 7 ++++++- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/frontend/src/views/apps/CompaniesApp.navigation.contract.test.ts b/frontend/src/views/apps/CompaniesApp.navigation.contract.test.ts index 296e003..989ccbf 100644 --- a/frontend/src/views/apps/CompaniesApp.navigation.contract.test.ts +++ b/frontend/src/views/apps/CompaniesApp.navigation.contract.test.ts @@ -10,6 +10,13 @@ const navigationSource = source.slice( source.indexOf('') + ''.length, ) +const requestFilterSource = source.slice( + source.indexOf('
'), + source.indexOf( + '
', + source.indexOf('
'), + ) + '
'.length, +) describe('CompaniesApp Sky pill navigation contract', () => { it('uses the full-width sliding glass navigation on the root screen', () => { @@ -40,4 +47,17 @@ describe('CompaniesApp Sky pill navigation contract', () => { it('retains tabbar-aware padding on all three root scroll owners', () => { expect(source.match(/with-tabbar/g)).toHaveLength(3) }) + + it('uses the shared sliding Glass system for the request-state filter', () => { + expect(requestFilterSource).toContain(' { with-tabbar >
- +