web: migrate health notifications to js_interop; add browser hook
- Replace dart:js with package:js in health_check_service_web.dart\n- Implement showHealthCheckNotification in web/index.html\n- Pin js dependency to ^0.6.7 for flutter_secure_storage_web compatibility auth: harden AuthInterceptor + tests - Allow overrideAuthRepository injection for testing\n- Normalize imports to package: paths\n- Add unit test covering token attach, 401→refresh→retry, and failure path\n- Add integration test skeleton gated by env vars ui/data: map User.companyName to list column - Add companyName to domain User\n- Map UserDto.company?.name\n- Render companyName in user_list cleanup: remove legacy equipment table + unused code; minor warnings - Remove _buildFlexibleTable and unused helpers\n- Remove unused zipcode details and cache retry constant\n- Fix null-aware and non-null assertions\n- Address child-last warnings in administrator dialog docs: update AGENTS.md session context
This commit is contained in:
@@ -46,6 +46,8 @@ dependencies:
|
||||
|
||||
# UI 컴포넌트
|
||||
shadcn_ui: ^0.28.7
|
||||
# Web JS interop (pinned to 0.6.x for compat with flutter_secure_storage_web)
|
||||
js: ^0.6.7
|
||||
|
||||
# 한국 비즈니스 UX 지원
|
||||
webview_flutter: ^4.4.2
|
||||
|
||||
Reference in New Issue
Block a user