diff --git a/featureRequests.html b/featureRequests.html index 736d7017..f3ef7b31 100644 --- a/featureRequests.html +++ b/featureRequests.html @@ -44,6 +44,14 @@ li.normal { } + li.notyet { + background-color: #eeeeee; + color:#bbbbbb; + } + + li.done { + text-decoration:line-through; + } ul { max-width:900px; @@ -74,6 +82,8 @@ Legend:
  • Feature being worked on by the community, link to their forked version.
  • Not likely to be picked up by us soon but would be great if the community would add this.
  • Feature needing major overhauling of the current framework, not planned soon and unlikely to be picked up by community.
  • +
  • Feature that would be easier to create after a large (and planned) refactor.
  • +
  • Implemented and released.

  • @@ -120,7 +130,7 @@ Legend:
  • (226) Add an 'onHover' event to the timeline, similar to the network.
  • (192) While dragging multiple items across groups, keep the group-offset.
  • (112) A horizontalOrientation options to support a right-to-left timeline.
  • -
  • (21) CSS highlighting of certain days/weekends etc. CSS class tags will have to be added to the vertical grid lines.
  • +
  • (21) CSS highlighting of certain days/weekends etc. CSS class tags will have to be added to the vertical grid lines.