You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feat: Logger service background integration (#406)
* feat: add logger service with memory buffer and Riverpod provider
* fix : update config with logger constants
* feat : connect logs screen to logger service with real-time display
* feat: sync logging toggle with MemoryLogOutput
* refactor: migrate files to use logger singleton
* docs: updating docs
* Migrate NostrService to use logger singleton
* Migrate mostro_storage to use logger singleton
* Update docs for Phase 3 completion
* Enable isolate log receiver for background services
* Update docs for Phase 4 completion
* Add bottom padding to logs list to prevent overlap with system buttons
* Localize relative time strings using timeAgoWithLocale extension
* Increase bottom padding in logs list to prevent overlap with system navigation
* Fix typo in LOGGING_IMPLEMENTATION.md
* Configure logger with IsolateLogOutput in mobile background isolate
* Print background isolate logs to console only in debug mode
* Add fallback logging for errors before logger initialization
0 commit comments