- 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:
+16
-1
@@ -48,7 +48,22 @@
|
||||
"all": "All",
|
||||
"you": "You",
|
||||
"select_timezone": "Select Timezone",
|
||||
"moreOptions": "More options"
|
||||
"moreOptions": "More options",
|
||||
"search": "Search"
|
||||
},
|
||||
"search": {
|
||||
"searchIn": "Search in",
|
||||
"filter": {
|
||||
"allCalendar": "All calendars",
|
||||
"myCalendar": "My calendars",
|
||||
"sharedCalendars": "Shared calendars"
|
||||
},
|
||||
"keywords": "Keywords*",
|
||||
"keywordsPlaceholder": "Enter keywords",
|
||||
"organizers": "Organizers",
|
||||
"participants": "Participants",
|
||||
"noResults": "No results found",
|
||||
"resultsTitle": "Search Results"
|
||||
},
|
||||
"calendarPopover": {
|
||||
"tabs": {
|
||||
|
||||
Reference in New Issue
Block a user