graph-app-kit icon indicating copy to clipboard operation
graph-app-kit copied to clipboard

[FEA] Deprecate app switcher to new form

Open lmeyerov opened this issue 3 years ago • 0 comments

Streamlit now supports multipage apps, so we should switch to that to avoid confusion: https://blog.streamlit.io/introducing-multipage-apps/

This will take a bit of research first:

  • [ ] deprecating handle legacy use: let's not break things, such as by an up-converter with a warning?
  • [ ] transforming legacy demos
  • [ ] new docs
  • [ ] handling scale: the new UI seems to do a list instead of a dropdown, which seems like a problem for use cases like ours where we have many, so this may also be difficult

lmeyerov avatar Jun 21 '22 16:06 lmeyerov