nextcloud / nextcloud/calendar
Enabling hidden calendars by clicking on the name
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.2k
- Forks
- 332
- Avg merge
- 16h 13m
- Merged PRs (30d)
- 137
Description
Is your feature request related to a problem? Please describe.
Since #3027, you need to click the checkbox next to the event to hide a calendar. This makes sense.
I've seen people not understand this (I guess the colored checkboxes are a bit foreign). This is fine for hiding a calendar, but I think it'd be nice if we did allow re-enabling the calendar by clicking on the name. While arguably-'inconsistent' I think that'd make for a better experience.
Describe the solution you'd like
Moving a calendar from 'active' to 'hidden' should not change (i.e. only be possible by clicking on the checkbox, not by clicking on the name).
Moving a calendar from 'hidden' to 'active' should be possible by clicking on the name as well.
Describe alternatives you've considered
No response
Additional context
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the calendar list UI and the existing handlers for clicking a calendar name and its checkbox. Compare the current active-to-hidden behavior with the requested hidden-to-active behavior, then verify that clicking a name only re-enables hidden calendars and does not hide active ones.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100