diff --git a/frontend/src/views/apps/GalleryApp.contract.test.ts b/frontend/src/views/apps/GalleryApp.contract.test.ts
index 8c8a898..69ed6e2 100644
--- a/frontend/src/views/apps/GalleryApp.contract.test.ts
+++ b/frontend/src/views/apps/GalleryApp.contract.test.ts
@@ -57,6 +57,21 @@ describe('GalleryApp import action', () => {
)
})
+ it('uses the shared app tab bar for gallery filters', () => {
+ expect(source).toContain('')
+ expect(source).toContain('')
+ expect(source).toContain('')
+ expect(source).toContain(' {
expect(headerActions).toContain(' {
-
-
-
-
- {{ phone.t(`Apps.photos.filters.${item.label}`) }}
-
-
-
-
+
+
+
+
+
+
+
+
+
+
{
flex-direction: column;
overflow-y: auto;
}
-.gallery-filter-navbar {
- position: absolute !important;
- top: auto !important;
- bottom: 24px;
-}
-.gallery-filter-navbar :deep(> div:nth-child(-n + 2)) {
- display: none;
-}
.gallery-grid {
position: relative;
display: grid;