-
Notifications
You must be signed in to change notification settings - Fork 243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Design improvements to date picker #6324
Comments
Hi, shouldnt the NcDateTimePicker finally be migrated over to the NcDateTimePickerNative? |
@szaimen as @nimishavijay said above:
Since the datepicker needs to be shown permanently and also indicate on which day there are appointments available, we can not use the native datepicker popup here. |
Component is located in https://github.com/nextcloud-libraries/nextcloud-vue/ |
Is your feature request related to a problem? Please describe.
Even though there are efforts to migrate to the native date picker, in some cases the NC date picker is used, for eg while booking an appointment we will show the NC date picker all the time.
The visual design of the date picker can be improved such that it reflects the current state of the NC design.
Describe the solution you'd like
High priority:
Medium priority:
margin-bottom: var(--default-grid-baseline)
for each rowLow priority:
Date styles:
--color-text-maxcontrast
--color-main-text
disabled
hasbackground-color: var(--color-background-dark);
not-current-month
hascolor: var(--color-text-maxcontrast);
Describe alternatives you've considered
n/a
Additional context
Related to #6322
The text was updated successfully, but these errors were encountered: