* draft for tablet view * adapt sidebar to tablet view * split menubar to handle tablet and desktop separatly * split sidebar to handle tablet and desktop separatly * prettier day navigationin tablet view * added missing translations * coderabbit comments * fix UI of view switcher on tablet, remove hard text * fix style of selected view option * fix wrong I18n key * extracted menubar recurring components to own files * adjust test case of calendar component * refactor function change calendar view Co-authored-by: Camille Moussu <cmoussu@linagora.com> Co-authored-by: lethemanh <lethemanh@lethemanhs-MacBook-Pro.local>
This commit is contained in:
@@ -230,7 +230,10 @@
|
||||
"duplicateEvent": "Duplicate event"
|
||||
},
|
||||
"menubar": {
|
||||
"toggleSidebar": "Toggle sidebar",
|
||||
"today": "Today",
|
||||
"next": "Next",
|
||||
"prev": "Previous",
|
||||
"refresh": "Refresh",
|
||||
"viewSelector": "Select view",
|
||||
"languageSelector": "Select language",
|
||||
@@ -378,5 +381,8 @@
|
||||
"searchError": "Unable to fetch resources right now. Please try again.",
|
||||
"noResults": "No results",
|
||||
"loading": "Loading..."
|
||||
},
|
||||
"sidebar": {
|
||||
"displayMode": "Display mode"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user