Skip to content

quickopen improvements

Waqar Ahmed requested to merge work/quickopen into master
  • Remove url field from ModelEntry, that is useless
  • Lazy init the proxy model. This improves the performance of opening the quickopen by ~2x as we avoid a useless initial filter/sort pass.

Merge request reports