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
This is something I've got planned for my next PR.
Currently the UI code is put directly in the code. This makes visualizing the code harder. Ideally we should have the UI declaration in separate files (.ui files), and only use it when necessary in the code.
This would also make it possible to add customizability to the UI in the future.