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

calendar/issue/4128 : Feature: added between calendars patterns on events #5912

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

arublov
Copy link
Member

@arublov arublov commented Apr 12, 2024

Work in Progress

Needs nextcloud-libraries/nextcloud-vue#5318

☑️ Resolves

Copy link

codecov bot commented Apr 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 59.44%. Comparing base (00ba483) to head (bbfd6b4).
Report is 69 commits behind head on main.

Additional details and impacted files
@@              Coverage Diff              @@
##               main    #5912       +/-   ##
=============================================
+ Coverage     23.31%   59.44%   +36.12%     
  Complexity      442      442               
=============================================
  Files           247       41      -206     
  Lines         11444     2224     -9220     
  Branches       1923        0     -1923     
=============================================
- Hits           2668     1322     -1346     
+ Misses         8776      902     -7874     
Flag Coverage Δ
javascript ?
php 59.44% <ø> (ø)

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.

Signed-off-by: Andrii Rublov <a@rublov.me>
@arublov arublov marked this pull request as ready for review April 12, 2024 18:24
Copy link
Contributor

@miaulalala miaulalala left a comment

Choose a reason for hiding this comment

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

Getting some errors when opening the calendar app initally:

  • undefined
    image
    I assume the default calendar pattern is not initialized properly as this is repeated for each calendar I have
  • Patterns are enabled by default, no pattern should be set initially.
  • Pattern picker doesn't open when clicking on the icon in the settings.
  • Pattern picker is hard to see in dark mode:
    image
  • Pattern not shown in icon for Calendar List:
    image
  • Some lint errors for the Vue component as well, you can run npm run lint --fix to automatically fix them.

I really like this btw, so thanks for taking the time to work on this!

@arublov
Copy link
Member Author

arublov commented Apr 15, 2024

Getting some errors when opening the calendar app initally:

  • undefined
    image

I assume the default calendar pattern is not initialized properly as this is repeated for each calendar I have

  • Patterns are enabled by default, no pattern should be set initially.
  • Pattern picker doesn't open when clicking on the icon in the settings.
  • Pattern picker is hard to see in dark mode:
    image

@miaulalala yeah, I'll take your comment, this task is still in the WIP, but thanks for the comment :)

@ChristophWurst ChristophWurst marked this pull request as draft April 15, 2024 09:49
@miaulalala
Copy link
Contributor

Getting some errors when opening the calendar app initally:

  • undefined
    image

I assume the default calendar pattern is not initialized properly as this is repeated for each calendar I have

  • Patterns are enabled by default, no pattern should be set initially.
  • Pattern picker doesn't open when clicking on the icon in the settings.
  • Pattern picker is hard to see in dark mode:
    image

@miaulalala yeah, I'll take your comment, this task is still in the WIP, but thanks for the comment :)

Just realised the undefined errors might be because I didn't check out the associated vue component branch. I added the branch to the description 👩‍💻

Copy link

Hello there,
Thank you so much for taking the time and effort to create a pull request to our Nextcloud project.

We hope that the review process is going smooth and is helpful for you. We want to ensure your pull request is reviewed to your satisfaction. If you have a moment, our community management team would very much appreciate your feedback on your experience with this PR review process.

Your feedback is valuable to us as we continuously strive to improve our community developer experience. Please take a moment to complete our short survey by clicking on the following link: https://cloud.nextcloud.com/apps/forms/s/i9Ago4EQRZ7TWxjfmeEpPkf6

Thank you for contributing to Nextcloud and we hope to hear from you soon!

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

Successfully merging this pull request may close these issues.

Relationship between events and calendars relies on colors
2 participants