1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-08 12:56:48 +01:00
immich/mobile/lib/shared
Robert Vollmer 57758293e5
fix(mobile): remove log message counter (#6865)
* 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.

* Switch timestamp and context in log overview
2024-02-23 21:40:09 -06:00
..
cache refactor(mobile): Immich image provider (#7016) 2024-02-13 15:30:32 -06:00
models refactor(mobile): move error details to separate DB column (#6898) 2024-02-23 21:38:57 -06:00
providers chore(mobile): Adds dart format to static analysis (#7193) 2024-02-18 22:30:24 -06:00
services refactor(mobile): move error details to separate DB column (#6898) 2024-02-23 21:38:57 -06:00
ui refactor(mobile): Use hooks to manage Chewie controller for video (#7008) 2024-02-22 23:18:02 -06:00
views fix(mobile): remove log message counter (#6865) 2024-02-23 21:40:09 -06:00