siemdejong / ithappens

Create your own Shit Happens playing cards!
https://ithappens.streamlit.app/
GNU General Public License v3.0
4 stars 2 forks source link

Make user experience better #69

Open siemdejong opened 1 month ago

siemdejong commented 1 month ago
          Think the layout a bit through. Now, general information is in the sidebar and the making of the cards in the main view. Is this the best option? What are other options? Take a look at other websites (maybe also streamlit ones) to get a feel of what could be a nice ux. We could for example reserve the complete main port for just the card view and use the sidebar for the uploading/settings/descriptions.

Originally posted by @siemdejong in https://github.com/siemdejong/ithappens/issues/32#issuecomment-2393130022

siemdejong commented 1 week ago

For the card viewing before the download, consider st.image and see if it's already good enough.