You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I love your client, but the login didn't work that well with the dark mode. I think it'd be better if you made a custom GUI based login that sends the login payload to the login page, which gives you a session cookie that you store that has the login info that can be used to auto login every time until the session becomes invalid, etc.
It sounds hard, but it's not, considering you already have a GUI, and obviously have knowledge with network (I think) requests library in python...
I might submit a better version in a branch when I get all my uni work done, you made what I was looking for.
The text was updated successfully, but these errors were encountered:
Dark mode also breaks other facets of the UI after login, though, not just logging in itself. I think a rework of the UI and / or the dark mode enhancements is in order. Unfortunately, as Google continues to tinker with the GMail interfaces, tinkering or partially (or even fully) reworking the UI is not outside the realm of possibility at some point, and this repo owner is already limited to what he can work on, so we just have to wait.
I love your client, but the login didn't work that well with the dark mode. I think it'd be better if you made a custom GUI based login that sends the login payload to the login page, which gives you a session cookie that you store that has the login info that can be used to auto login every time until the session becomes invalid, etc.
It sounds hard, but it's not, considering you already have a GUI, and obviously have knowledge with network (I think) requests library in python...
I might submit a better version in a branch when I get all my uni work done, you made what I was looking for.
The text was updated successfully, but these errors were encountered: