We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The buttons here
calendar-availability-vue/src/CalendarAvailability.vue
Lines 26 to 29 in a9776d4
Lines 38 to 42 in a9776d4
should use material-design icons to be in line with the rest of the Calendar app.
Since the new button component from nextcloud/vue@5 is not released yet, one option would be to use ActionButton instead. Similar to how it is done in the trash bin: https://github.com/nextcloud/calendar/blob/master/src/components/AppNavigation/CalendarList/Trashbin.vue#L88-L96
ActionButton
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The buttons here
calendar-availability-vue/src/CalendarAvailability.vue
Lines 26 to 29 in a9776d4
and here
calendar-availability-vue/src/CalendarAvailability.vue
Lines 38 to 42 in a9776d4
should use material-design icons to be in line with the rest of the Calendar app.
Since the new button component from nextcloud/vue@5 is not released yet, one option would be to use
ActionButton
instead. Similar to how it is done in the trash bin:https://github.com/nextcloud/calendar/blob/master/src/components/AppNavigation/CalendarList/Trashbin.vue#L88-L96
The text was updated successfully, but these errors were encountered: