simulamet-host / soccer-dashboard

1 stars 3 forks source link

[Injury] Adjust feature lists #112

Open cise-midoglu opened 2 months ago

cise-midoglu commented 2 months ago

Can order features:

For listing all features in a dropdown: check if we can use a horizontal line delimiter, or something like subcategories within the dropdown

BettyJJ commented 2 months ago

I just checked and streamlit does not support subcategories in the options yet (see https://github.com/streamlit/streamlit/issues/5735). It does not support delimiters either. Ordering the options globally alphabetically is possible. Plus, it actually supports "type to filter"! It's a powerful feature but maybe a bit hard to notice. I didn't know it until just now. With this feature I think our problem should be mostly gone. 😊 image