Skip to content

[applets/digital clock] Make pop-up layout more compact and consistent

We got some user complaints about the new Calendar pop-up, saying that it used too much space, which honestly is a reasonable critique.

This MR tweaks the layout in the following ways:

  • Reduce paddings from units.largeSpacing to units.smallSpacing
  • Replace the huge custom date header with a standardized PlasmoidHeader containing the current locale's standard long date and the pin button
  • Move the events view from under the calender into the column to the right of the calendar, sharing space with the list of clocks

Hopefully this should address concerns with the 5.19 layout. I think it does look much nicer, myself.

Calendar only:

Calendar_only

Calendar + events:

Calendar_+_events__events_shown_

Calendar + events (no events shown):

Calendar_+_events__no_events_

Calendar + time zones:

Calendar_+_timezones

Calendar + events + time zones:

Calendar_+_events_+_timezones

cc @teams/vdg

Merge request reports