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

Fix flickering problem in NMEA injector page #2452

Merged
merged 2 commits into from Mar 25, 2024

Commits on Mar 14, 2024

  1. core: frontend: Add dispose target OneMoreTime

    * Add option to set a dispose target to be tracked togheter with the
      OneMoreTime object itself, in case any of, OneMoreTime instance or
      disposeWith instance got disposed, both will cause the stop of the
      loop
    JoaoMario109 committed Mar 14, 2024
    Copy the full SHA
    143773c View commit details
    Browse the repository at this point in the history
  2. core: frontend: Add delay in NMEA sockets fetch

    * Add a delay logic to avoid fast rerenders of loading component when
      loading times are close to zero
    JoaoMario109 committed Mar 14, 2024
    Copy the full SHA
    3bb0b02 View commit details
    Browse the repository at this point in the history