add the Flutter Android console under mobile/ with real backend integration
support first-run backend address setup and later editing in settings
simplify the web and app login pages
refine dashboard and monitor UX, including safe area handling, overflow fixes, live-first ordering, and in-app watch entry
Validation
flutter analyze --no-pub
flutter test --no-pub
flutter build apk --debug --no-pub
## Summary
- add the Flutter Android console under `mobile/` with real backend integration
- support first-run backend address setup and later editing in settings
- simplify the web and app login pages
- refine dashboard and monitor UX, including safe area handling, overflow fixes, live-first ordering, and in-app watch entry
## Validation
- `flutter analyze --no-pub`
- `flutter test --no-pub`
- `flutter build apk --debug --no-pub`
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
mobile/with real backend integrationValidation
flutter analyze --no-pubflutter test --no-pubflutter build apk --debug --no-pub