tylerjrichards / st-paywall

A python package for creating subscription Streamlit apps
MIT License
235 stars 46 forks source link

Button Properties and Flexibility + Name of the user #68

Open spiros26 opened 1 month ago

spiros26 commented 1 month ago

Firstly, I noticed that the Logout button takes the primary color of your app, while the other 2 buttons have this orangish color set no matter what your primary color is for your app. I believe that having them all be the primary color of your app would make sense.

Secondly, I would like some additional flexibility when it comes to the buttons. Maybe being able to select what they say, where they are etc.

Lastly, I would love if the name of the user could be stored in session state.

Congrats on this amazing tool!