Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rewrite rust code with new features #29

Merged
merged 14 commits into from
Mar 8, 2023

Commits on Dec 21, 2022

  1. 🏗️ Migrate from static mut to state manager

    Signed-off-by: Hrishikesh Patil <[email protected]>
    riskycase committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    936b771 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2022

  1. 🎨 Manage credentials as state to reduce number of file reads

    Signed-off-by: Hrishikesh Patil <[email protected]>
    riskycase committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    2f159cf View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2022

  1. ⚡ Replace infinite loop + flags with a callback guard

    Signed-off-by: Hrishikesh Patil <[email protected]>
    riskycase committed Dec 24, 2022
    Configuration menu
    Copy the full SHA
    16be2f6 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. ✨ Data querying now in rust instead of frontend

    Signed-off-by: Hrishikesh Patil <[email protected]>
    riskycase committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    905f4d5 View commit details
    Browse the repository at this point in the history
  2. ✨ Add notification system to warn about data

    Signed-off-by: Hrishikesh Patil <[email protected]>
    riskycase committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    3f8847d View commit details
    Browse the repository at this point in the history
  3. ⚡ Faster startup by deferred loop initialisations

    Signed-off-by: Hrishikesh Patil <[email protected]>
    riskycase committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    109cbc9 View commit details
    Browse the repository at this point in the history
  4. 💬 Shorter data warning notifications

    Signed-off-by: Hrishikesh Patil <[email protected]>
    riskycase committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    323d90f View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2023

  1. ⚡ Offload data query to rust for GUI

    Signed-off-by: Hrishikesh Patil <[email protected]>
    riskycase committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    539ef42 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. ⚡ Faster credential check

    Signed-off-by: Hrishikesh Patil <[email protected]>
    riskycase committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    964a12d View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. 🍱 Update icons

    Signed-off-by: Hrishikesh Patil <[email protected]>
    riskycase committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    b5d7242 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2023

  1. 💄 Dynamic taskbar icons based on data balance

    Signed-off-by: Hrishikesh Patil <[email protected]>
    riskycase committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    fe97aa4 View commit details
    Browse the repository at this point in the history
  2. 🔊 Remind that it's a DevSoc project

    Signed-off-by: Hrishikesh Patil <[email protected]>
    riskycase committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    ab01370 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. 🐛 Some protection for remaining data

    Signed-off-by: Hrishikesh Patil <[email protected]>
    riskycase committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    dfe821d View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. ♻️ Use rust based HTML parser instead of regex

    Signed-off-by: Hrishikesh Patil <[email protected]>
    riskycase committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    4c0d763 View commit details
    Browse the repository at this point in the history