migrate to vue 3
Summary
- Resolves: https://github.com/nextcloud/calendar/issues/7684
- Migrate to vue 3
Initial testable vue 3 migration
Codecov Report
:white_check_mark: All modified and coverable lines are covered by tests.
:white_check_mark: Project coverage is 0.00%. Comparing base (50fc39c) to head (8f12201).
:warning: Report is 2 commits behind head on main.
Additional details and impacted files
@@ Coverage Diff @@
## main #7697 +/- ##
==========================================
- Coverage 11.06% 0 -11.07%
==========================================
Files 327 0 -327
Lines 62364 0 -62364
Branches 918 0 -918
==========================================
- Hits 6900 0 -6900
+ Misses 55328 0 -55328
+ Partials 136 0 -136
| Flag | Coverage Δ | |
|---|---|---|
| javascript | ? |
Flags with carried forward coverage won't be shown. Click here to find out more.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
- :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.
Fixed this:
| Before | After |
|---|---|
I added the new datepicker, however it requires this: https://github.com/nextcloud-libraries/nextcloud-vue/pull/8009