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(mobile): remove log message counter #6865

Merged
merged 2 commits into from
Feb 24, 2024

Commits on Feb 23, 2024

  1. fix(mobile): remove log message counter

    Previously, the items in the log page were numbered starting with `#0`
    and increasing from top to bottom. Being new to the app, this confused
    me because I would have expected that newer messages have a higher
    number than older messages.
    
    Removing the counter completely because it doesn't add any value -
    log messages are identified by their timestamp, text and other details.
    rovo89 authored and jrasm91 committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    07f0225 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc0ad0e View commit details
    Browse the repository at this point in the history