[#691] changed searchbar in menubar to mobile searchbar (#822)

* [#691] changed searchbar in menubar to mobile searchbar
* [#691] add filters to results page for mobile
* [#691] added filter for organizers and attendees
This commit is contained in:
Camille Moussu
2026-04-28 15:07:45 +02:00
committed by GitHub
parent 00e00594a2
commit 234b4c3ae8
18 changed files with 1593 additions and 595 deletions
+10 -1
View File
@@ -26,7 +26,16 @@ describe('SearchSlice', () => {
results: [],
hits: 0,
error: null,
loading: false
loading: false,
searchParams: {
filters: {
attendees: [],
keywords: '',
organizers: [],
searchIn: 'my-calendars'
},
search: ''
}
})
})
})