Skip to content

refactor: revert moment plugin factory pattern#6089

Merged
SebastianKrupinski merged 1 commit intomainfrom
chore/revert-moment-plugin-factory
Aug 25, 2025
Merged

refactor: revert moment plugin factory pattern#6089
SebastianKrupinski merged 1 commit intomainfrom
chore/revert-moment-plugin-factory

Conversation

@st3iny
Copy link
Copy Markdown
Member

@st3iny st3iny commented Jun 27, 2024

We use Pinia now and we don't have to pass a store to the moment plugin anymore. The factory pattern is thus not required anymore.

@st3iny st3iny added the 2. developing Work in progress label Jun 27, 2024
@st3iny st3iny self-assigned this Jun 27, 2024
@codecov
Copy link
Copy Markdown

codecov Bot commented Jun 27, 2024

Codecov Report

❌ Patch coverage is 0% with 3 lines in your changes missing coverage. Please review.
✅ Project coverage is 14.84%. Comparing base (68766bf) to head (17208bd).
⚠️ Report is 5 commits behind head on main.

Files with missing lines Patch % Lines
src/components/Editor/FreeBusy/FreeBusy.vue 0.00% 1 Missing ⚠️
...mponents/Editor/FreeBusy/RoomAvailabilityModal.vue 0.00% 1 Missing ⚠️
src/fullcalendar/localization/momentPlugin.js 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6089   +/-   ##
=======================================
  Coverage   14.84%   14.84%           
=======================================
  Files         212      212           
  Lines       10272    10270    -2     
  Branches     2475     2464   -11     
=======================================
  Hits         1525     1525           
+ Misses       8397     8395    -2     
  Partials      350      350           
Flag Coverage Δ
javascript 14.84% <0.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@st3iny st3iny force-pushed the chore/revert-moment-plugin-factory branch 2 times, most recently from 209973b to 7cd7201 Compare August 25, 2025 07:42
@st3iny st3iny added 3. to review Waiting for reviews technical debt and removed 2. developing Work in progress labels Aug 25, 2025
We use Pinia now and we don't have to pass a store to the moment plugin
anymore. The factory pattern is thus not required anymore.

Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
@st3iny st3iny force-pushed the chore/revert-moment-plugin-factory branch from 7cd7201 to 17208bd Compare August 25, 2025 07:43
@st3iny st3iny changed the title chore: revert moment plugin factory pattern refactor: revert moment plugin factory pattern Aug 25, 2025
@st3iny st3iny marked this pull request as ready for review August 25, 2025 07:43
Copy link
Copy Markdown
Contributor

@SebastianKrupinski SebastianKrupinski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested, Everything seems to work correctly

@SebastianKrupinski SebastianKrupinski merged commit d3b9aa5 into main Aug 25, 2025
50 of 51 checks passed
@SebastianKrupinski SebastianKrupinski deleted the chore/revert-moment-plugin-factory branch August 25, 2025 13:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants