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

[stable5.0] fix(calendar-list): restrict calendar visibility toggle to checkbox only #6692

Merged
merged 2 commits into from
Feb 4, 2025

Conversation

backportbot[bot]
Copy link

@backportbot backportbot bot commented Feb 3, 2025

Backport of PR #6681

@backportbot backportbot bot added 3. to review Waiting for reviews bug design Related to design, interface, interaction design, UX, etc. Feature: Calendar list labels Feb 3, 2025
@backportbot backportbot bot added this to the v5.0.2 milestone Feb 3, 2025
Copy link

codecov bot commented Feb 3, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 15.41%. Comparing base (36d1f0f) to head (d94ca1c).
Report is 5 commits behind head on stable5.0.

Additional details and impacted files
@@              Coverage Diff              @@
##           stable5.0    #6692      +/-   ##
=============================================
+ Coverage      15.40%   15.41%   +0.01%     
=============================================
  Files            206      206              
  Lines           9458     9451       -7     
  Branches        2195     2203       +8     
=============================================
  Hits            1457     1457              
+ Misses          7683     7675       -8     
- Partials         318      319       +1     
Flag Coverage Δ
javascript 15.41% <ø> (+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.

zophiana and others added 2 commits February 4, 2025 12:30
Previously, clicking anywhere on the calendar name would toggle its visibility,
leading to accidental hiding of calendars. Now the visibility can only be
toggled by clicking the checkbox/bullet icon.

Fixes #3027

Signed-off-by: Antonia Schwennesen <[email protected]>
The enabled state cannot be persisted in public views, so the toggle
functionality should not be available. Remove click handler from bullet
icon to prevent misleading interaction.

Co-authored-by: Richard Steinmetz <[email protected]>
Signed-off-by: Antonia Schwennesen <[email protected]>
@st3iny st3iny force-pushed the backport/6681/stable5.0 branch from bcf8643 to d94ca1c Compare February 4, 2025 11:30
@st3iny st3iny merged commit 3623546 into stable5.0 Feb 4, 2025
29 checks passed
@st3iny st3iny deleted the backport/6681/stable5.0 branch February 4, 2025 13:08
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 bug design Related to design, interface, interaction design, UX, etc. Feature: Calendar list
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants