#12 topbar search (#371)

- added search in topbar
 - added skeleton search results page
 - added tests
 - set personal calendars as default search in and allow to select personal and shared as a search in option

---------

Co-authored-by: Camille Moussu <cmoussu@linagora.com>
This commit is contained in:
Camille Moussu
2025-11-28 14:54:13 +01:00
committed by GitHub
parent 1a85afc57d
commit ae17ac2bd6
20 changed files with 1508 additions and 152 deletions
+8 -1
View File
@@ -46,6 +46,9 @@
align-items center
width calc(330px - 0.5rem)
.tc-home
cursor pointer
.logo
padding 0.5rem 1rem
font-size 1.5rem
@@ -95,5 +98,9 @@
body.fullscreen-view .navigation-controls,
body.fullscreen-view .current-date-time,
body.fullscreen-view .refresh-button,
body.fullscreen-view .select-display
body.fullscreen-view .select-display,
body.fullscreen-view .search-container
display none
.search-container
width 100%