nextcloud / nextcloud/calendar
Hide starting time of events in month view on small screens
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.
On small screens, the time takes up most of the width of a day cell. The title will be cut off.
Describe the solution you'd like
Define a break point for small screens via a media query to hide the time. The time is an isolated HTML element with the class fc-event-time which could be targeted directly.
Describe alternatives you've considered
None
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
Search the calendar frontend for the isolated HTML element with class fc-event-time and inspect the month-view styling and existing media queries. Add the small-screen behavior described in the issue, then verify that event titles have more room while larger screens retain their starting times.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend, web-dev
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100