nextcloud / calendar

📆 Calendar app for Nextcloud
https://apps.nextcloud.com/apps/calendar
GNU Affero General Public License v3.0
985 stars 239 forks source link

Feat: [Appointments] Better UX after you select a date and time while booking appointments #6454

Closed GretaD closed 1 week ago

GretaD commented 3 weeks ago

fixes #6327

Screenshot from 2024-11-05 11-11-05

codecov[bot] commented 3 weeks ago

Codecov Report

Attention: Patch coverage is 0% with 21 lines in your changes missing coverage. Please review.

Project coverage is 23.47%. Comparing base (991402f) to head (9cc73fb). Report is 26 commits behind head on main.

Files with missing lines Patch % Lines
src/components/Appointments/AppointmentDetails.vue 0.00% 12 Missing :warning:
src/views/Appointments/Booking.vue 0.00% 9 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #6454 +/- ## ============================================ - Coverage 23.48% 23.47% -0.01% + Complexity 454 453 -1 ============================================ Files 247 247 Lines 11711 11722 +11 Branches 2223 2212 -11 ============================================ + Hits 2750 2752 +2 - Misses 8641 8650 +9 Partials 320 320 ``` | [Flag](https://app.codecov.io/gh/nextcloud/calendar/pull/6454/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nextcloud) | Coverage Δ | | |---|---|---| | [javascript](https://app.codecov.io/gh/nextcloud/calendar/pull/6454/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nextcloud) | `15.04% <0.00%> (-0.01%)` | :arrow_down: | | [php](https://app.codecov.io/gh/nextcloud/calendar/pull/6454/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nextcloud) | `59.37% <ø> (-0.08%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nextcloud#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

SebastianKrupinski commented 2 weeks ago

Look Great @GretaD Good job.

Works and looks good in dark mode also.

image