Skip to content
This repository has been archived by the owner on Jan 8, 2023. It is now read-only.

Version 0.1.0

Latest
Compare
Choose a tag to compare
@tcontis tcontis released this 31 Jul 20:39

Changelog:

Additions:

  • Finished a functional user login window featuring:
    • Username and Password fields.
    • Pop-up boxes when information is wrong or connection fails.
    • A login button for logging in.
      image
  • Added a proper window for data retrieval and change with the following features:
    • A logout button that does not save changes and disconnects the user.
    • A table that receives information and can be edited.
    • A save button that save any changes made to the table and uploads them to the MySQL server
    • A refresh button that clears and rebuilds the table.
      image

###Bugfixes:

  • Fixed a bug in which closing a notification box would quit the application.