calendar icon indicating copy to clipboard operation
calendar copied to clipboard

migrate to vue 3

Open SebastianKrupinski opened this issue 5 months ago • 3 comments

Summary

  • Resolves: https://github.com/nextcloud/calendar/issues/7684
  • Migrate to vue 3

SebastianKrupinski avatar Nov 15 '25 18:11 SebastianKrupinski

Initial testable vue 3 migration

SebastianKrupinski avatar Nov 15 '25 18:11 SebastianKrupinski

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.

codecov[bot] avatar Nov 15 '25 19:11 codecov[bot]

Fixed this:

Before After
image image

GVodyanov avatar Dec 01 '25 08:12 GVodyanov

I added the new datepicker, however it requires this: https://github.com/nextcloud-libraries/nextcloud-vue/pull/8009

GVodyanov avatar Dec 16 '25 22:12 GVodyanov