WIP: Add UI to application #1
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "UI"
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?
Current UI setup seems to work the way I want it, adding this PR so I remember I am working on this
Just need to add in a menu and handle exiting correctly (Look into resetting the terminal if it crashes)
Also would like to add in serialization of the Domain / WhoisData objects and saving them to disk (maybe with a timestamp of the lookup)
This will allow the application to load up old lookups to compare (while still having them human readable)
Moving the UI rendering to a new thread, this will allow for a more responsive UI plus the ability to add in a spinner for long actions
Just as a side note I hate working with threads, they confuse me...
WIP Add UI to applicationto WIP: Add UI to applicationCheckout
From your project repository, check out a new branch and test the changes.