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

Added support for searching devices #19

Merged
merged 5 commits into from
Oct 22, 2023
Merged

Added support for searching devices #19

merged 5 commits into from
Oct 22, 2023

Conversation

susch19
Copy link
Owner

@susch19 susch19 commented Oct 22, 2023

  • this way if you have many devices you can easily find the correct one
  • removed the blur effect, as it didn't have a visual effect anymore, but did cost alot of perfomance
  • fixed remove device function, since the code was never migrated so it just pooped the dialog instead of doing something
  • started using the riverpod generator, since this will be easier to understand for new people, what it actually does
  • added new log screen in the heater model, since these devices send logs which are interesting to see, when something doesn't work
  • fixed connection beeing broke when one unfocuses the app, since on windows this isn't needed whatsover and on android the wrong check was used
  • reworked the add devices dialog, so multiple devices can be added at the same time by ticking the checkbox of each one
  • fix wrong svg colors
  • cleanup of code, for less warnings, infos and errors from package upgrade

* like fixing warnings, infos and errors from the package upgrade
* use the correct property in the theme manager, as primaryWatch was just copy pasted and not present on the type
* this way if you have many devices you can easily find the correct one
* removed the blur effect, as it didn't have a visual effect anymore, but did cost alot of perfomance
* fixed remove device function, since the code was never migrated so it just pooped the dialog instead of doing something
* started using the riverpod generator, since this will be easier to understand for new people, what it actually does
* added new log screen in the heater model, since these devices send logs which are interesting to see, when something doesn't work
* fixed connection beeing broke when one unfocuses the app, since on windows this isn't needed whatsover and on android the wrong check was used
* reworked the add devices dialog, so multiple devices can be added at the same time by ticking the checkbox of each one
* removed some unused things
* added packages explicitly, which were previously only indirectly references
* add more final to arguments
@susch19 susch19 merged commit f5bfc4c into develop Oct 22, 2023
7 of 8 checks passed
@susch19 susch19 deleted the cleanup branch May 20, 2024 13:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant