nextcloud / nextcloud/calendar

Hide starting time of events in month view on small screens

Open
#6,704 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

1. to develop design enhancement Feature: Fullcalendar
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.

Image

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.