FrontendSeparation #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "FrontendSeparation"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Moved frontend to a separate trait. Removed a lot of unused imports in addition to prepending _ infront of variable names to mark them unused. Frontend should communicate with backend with channels. Every subview of the TerminalFrontend also has Sender and they can now no longer use implement the debug trait.
WIP: FrontendSeparationto FrontendSeparation