frappe / gantt

Open Source Javascript Gantt
https://frappe.io/gantt
MIT License
4.6k stars 1.02k forks source link

Minor Fixes #382

Closed safwansamsudeen closed 5 months ago

safwansamsudeen commented 5 months ago

Closes #13, #22, and #299.

Also, ensures that user-select: none works on Safari and apples to all text inside Gantt, not just the bars.

Screenshots

First Date Disappearing

Before:

image

After:

image

Progress bar

This is kinda awkward - I think we anyway need to come up with a way to resize through text. Works for now, though.

image

Inconsistent time display

This was a significant bug: tasks were shown with 12 hours difference from the original thing in Half/Quarter Day view. Fixed now.

image

The second PR ensures that the dates aren't cut off like this:

image

It now looks like this:

image