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: 5554 - display of cached counts on user page #5573

Merged
merged 2 commits into from
Sep 11, 2024

Commits on Sep 9, 2024

  1. fix: 5554 - display of cached counts on user page

    New files:
    * `lazy_counter.dart`: Lazy Counter, with a cached value stored locally, and a call to the server.
    * `lazy_counter_widget.dart`: Widget displaying a Lazy Counter: cached value, refresh button, and loading.
    
    Impacted files:
    * `user_preferences.dart`: added methods about storing a lazy count value
    * `user_preferences_account.dart`: refactored the display of counts with the new `LazyCounter` and `LazyCounterWidget` classes
    monsieurtanuki committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    7443c99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    402102b View commit details
    Browse the repository at this point in the history