Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 1.49 KB

File metadata and controls

39 lines (33 loc) · 1.49 KB

TODO:

Bugs

  • if current day of multiday event is between the start and end day, event does not show up on timeline
  • Fix ordering of multiday events in calendar view
  • If four events in a day, don't show 3 events and a 1more event overflow, display all 4 instead
  • If multiday event is on maxevents + 1 of previous, the current event gets displayed on the maxevent + 1 line
  • If multiday event spans across weeks, it takes the lane of the previous week, which isn't consistent with how gcal handles it

UI

Calendar

  • year and time font need to be slightly smaller than the calendar day font
  • overflow in red, event in gray
  • long line for multi day events
  • multiday line in red
  • show event label again on new week start for continuity
  • bullet point is all day event indicator for single day
  • fix year and time margins
  • match weekday font size to calendary number days font size
  • gap between multiday events that end and start consecutively
  • bullet point to be red
  • increase width between columns
  • noto serif
  • roboto slab
  • bitter (font)
  • If less than four events, display max lines if event name long

Timeline

  • thinner line for timeline line
  • filled black circle while event is going on
  • all day event as 00:00 event
  • all day multi day italics surrounded by bullet
  • all day single day is italics no bullet
  • text start aligns with dot
  • fix overlapping as it's not perfected yet