arbeitsgruppe-digitale-altnordistik / Sammlung-Toole

A new look on Handrit.is data
https://arbeitsgruppe-digitale-altnordistik.github.io/Sammlung-Toole/
MIT License
0 stars 0 forks source link

Display Search Results with streamlit tabs #118

Closed BalduinLandolt closed 2 years ago

BalduinLandolt commented 2 years ago

The current display of search results is not optimal:

A solution might be to have the search result view be a tab container with 3 tabs:

Maybe one could even have a separate tab for downloading the results?

On the streamlit docs regarding the tabs, there is a warning, that always all tabs are rendered. I hope that doesn't mean that all loading must happen first, before the tab component is displayed. Otherwise this might be counter-productive in terms of performance. Needs trying out.

kraus-s commented 2 years ago

This can be accomplished and should be ready before the conference. I have made some successful tests today.

BalduinLandolt commented 2 years ago

cool! looking forward to it :)

kraus-s commented 2 years ago

Done in #120