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

feat: Add overlay between calendar and open simple editor #6623

Merged
merged 1 commit into from
Jan 14, 2025

Conversation

GretaD
Copy link
Contributor

@GretaD GretaD commented Jan 13, 2025

the editing state has now a overlay, similar to modal or dialog. It closes if you click the close button on the popover. The viewing state stays the same.
fixes #6582

before
Screenshot from 2025-01-13 17-24-04
after
Screenshot from 2025-01-13 17-31-12

@GretaD GretaD added 3. to review Waiting for reviews enhancement New feature request labels Jan 13, 2025
@GretaD GretaD self-assigned this Jan 13, 2025
Copy link

codecov bot commented Jan 13, 2025

Codecov Report

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

Project coverage is 22.99%. Comparing base (1d63a89) to head (8699a65).
Report is 12 commits behind head on main.

Files with missing lines Patch % Lines
src/views/EditSimple.vue 0.00% 57 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #6623      +/-   ##
============================================
- Coverage     23.17%   22.99%   -0.19%     
- Complexity      472      475       +3     
============================================
  Files           250      252       +2     
  Lines         12020    12117      +97     
  Branches       2296     2315      +19     
============================================
  Hits           2786     2786              
- Misses         8907     9004      +97     
  Partials        327      327              
Flag Coverage Δ
javascript 14.53% <0.00%> (-0.14%) ⬇️
php 59.30% <ø> (-0.16%) ⬇️

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.

@GretaD GretaD force-pushed the add/overlay-simpleeditor branch from ac323d4 to 45ab8d9 Compare January 13, 2025 16:31
Copy link
Member

@ChristophWurst ChristophWurst left a comment

Choose a reason for hiding this comment

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

Signed-off-by: greta <gretadoci@gmail.com>
@GretaD GretaD force-pushed the add/overlay-simpleeditor branch from ce16078 to 8699a65 Compare January 14, 2025 16:06
@GretaD GretaD enabled auto-merge January 14, 2025 16:07
@GretaD GretaD merged commit 67d56ea into main Jan 14, 2025
36 of 38 checks passed
@GretaD GretaD deleted the add/overlay-simpleeditor branch January 14, 2025 16:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews enhancement New feature request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add overlay between calendar and open simple editor
2 participants