Skip to content
New issue

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

chore: revert moment plugin factory pattern #6089

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

st3iny
Copy link
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.

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 <[email protected]>
@st3iny st3iny added the 2. developing Work in progress label Jun 27, 2024
@st3iny st3iny self-assigned this Jun 27, 2024
Copy link

codecov bot commented Jun 27, 2024

Codecov Report

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

Project coverage is 29.71%. Comparing base (9cb56bd) to head (bfc8dfd).
Report is 2 commits behind head on main.

Files Patch % Lines
src/components/CalendarGrid.vue 0.00% 1 Missing ⚠️
src/components/Editor/FreeBusy/FreeBusy.vue 0.00% 1 Missing ⚠️
src/fullcalendar/localization/momentPlugin.js 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff            @@
##               main    #6089   +/-   ##
=========================================
  Coverage     29.71%   29.71%           
  Complexity      914      914           
=========================================
  Files           287      287           
  Lines         13835    13833    -2     
  Branches       2163     2152   -11     
=========================================
  Hits           4111     4111           
+ Misses         9409     9408    -1     
+ Partials        315      314    -1     
Flag Coverage Δ
javascript 15.57% <0.00%> (+<0.01%) ⬆️
php 58.65% <ø> (ø)

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2. developing Work in progress
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant