feat: 장비 이력 화면을 팝업 다이얼로그로 개선
Some checks failed
Flutter Test & Quality Check / Test on macos-latest (push) Has been cancelled
Flutter Test & Quality Check / Test on ubuntu-latest (push) Has been cancelled
Flutter Test & Quality Check / Build APK (push) Has been cancelled

- 기존 전체 화면 방식에서 팝업 다이얼로그 방식으로 변경
- 실시간 검색 필터링 기능 추가
- 모던한 UI 디자인 적용 (카드 스타일, 색상 코딩)
- 반응형 크기 조정 (데스크톱/모바일 대응)
- ESC 키로 닫기 지원
- 불필요한 라우팅 코드 및 파일 정리

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
JiWoong Sul
2025-08-09 16:39:12 +09:00
parent a220449671
commit c49f6a1696
6 changed files with 653 additions and 561 deletions

View File

@@ -11,8 +11,6 @@ class Routes {
static const String equipmentInEdit = '/equipment-in/edit'; // 장비 입고 편집
static const String equipmentOut = '/equipment-out'; // 출고 목록(미사용)
static const String equipmentOutAdd = '/equipment-out/add'; // 장비 출고 폼
static const String equipmentHistory = '/equipment/history'; // 장비 이력 조회
static const String testHistory = '/test/history'; // 테스트 이력 화면
static const String equipmentOutEdit = '/equipment-out/edit'; // 장비 출고 편집
static const String equipmentInList = '/equipment/in'; // 입고 장비 목록
static const String equipmentOutList = '/equipment/out'; // 출고 장비 목록