vojto/punkt

Add resizing support to BoxKit

Opened this issue · 0 comments

TODO:

  • Make it update table heights

Problems:

  • Optimize the reset/layout when redoing the layout
  • See what's taking more energy – if it's computing the new layout, or re-drawing elements on screen
  • Look into options for only redoing layout only once in a while, to make it faster.