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
The main class flist_messenger remains too monolithic, with one of the causes being that all the logic and data for dialog windows reside there. The fix of course is to move all the dialog windows out into their own classes and files.
A minor note: The login and character select aren't technically separate dialogs, a property which I'm retaining. That logic is moving, though, so it'll be its own widget and possibly controller class.
EDIT: The UI parts have moved out of the main class almost entirely as of #77
The main class flist_messenger remains too monolithic, with one of the causes being that all the logic and data for dialog windows reside there. The fix of course is to move all the dialog windows out into their own classes and files.
The text was updated successfully, but these errors were encountered: