헬멧 → 안전모 용어 수정
This commit is contained in:
@@ -112,7 +112,7 @@ Future<void> _runLockerAction(String name, Future<bool> Function() action) async
|
||||
children: [
|
||||
_buildStatusCard(context),
|
||||
const SizedBox(height: 24),
|
||||
_buildProcessSectionTitle('헬멧 대여'),
|
||||
_buildProcessSectionTitle('안전모 대여'),
|
||||
const SizedBox(height: 12),
|
||||
Container(
|
||||
decoration: BoxDecoration(
|
||||
@@ -126,7 +126,7 @@ Future<void> _runLockerAction(String name, Future<bool> Function() action) async
|
||||
_buildDivider(),
|
||||
_buildStepRow(2, '문 상태 확인', Icons.sensor_door_outlined),
|
||||
_buildDivider(),
|
||||
_buildStepRow(3, '헬멧 꺼내기', Icons.outbox),
|
||||
_buildStepRow(3, '안전모 꺼내기', Icons.outbox),
|
||||
_buildDivider(),
|
||||
_buildStepRow(4, '주행 시작', Icons.sentiment_satisfied_alt,
|
||||
showDivider: false),
|
||||
@@ -134,7 +134,7 @@ Future<void> _runLockerAction(String name, Future<bool> Function() action) async
|
||||
),
|
||||
),
|
||||
const SizedBox(height: 24),
|
||||
_buildProcessSectionTitle('헬멧 반납'),
|
||||
_buildProcessSectionTitle('안전모 반납'),
|
||||
const SizedBox(height: 12),
|
||||
Container(
|
||||
decoration: BoxDecoration(
|
||||
@@ -145,7 +145,7 @@ Future<void> _runLockerAction(String name, Future<bool> Function() action) async
|
||||
children: [
|
||||
_buildStepRow(1, '잠금해제 & 문열림', Icons.lock_open),
|
||||
_buildDivider(),
|
||||
_buildStepRow(2, '헬멧 넣기', Icons.move_to_inbox),
|
||||
_buildStepRow(2, '안전모 넣기', Icons.move_to_inbox),
|
||||
_buildDivider(),
|
||||
_buildStepRow(3, '센서 스캔 & 반납 완료', Icons.sync),
|
||||
_buildDivider(),
|
||||
@@ -477,7 +477,7 @@ Future<void> _runLockerAction(String name, Future<bool> Function() action) async
|
||||
children: [
|
||||
_buildLogItem("08:58:33", "문 열림", Icons.door_front_door,
|
||||
_mainBlueColor),
|
||||
_buildLogItem("08:58:30", "헬멧 반납 확인(센서 A)",
|
||||
_buildLogItem("08:58:30", "안전모 반납 확인(센서 A)",
|
||||
Icons.check_circle_outline, _mainBlueColor),
|
||||
_buildLogItem("08:55:12", "사용자 문 잠금 해제", Icons.lock_open,
|
||||
_mainTextColor),
|
||||
|
||||
Reference in New Issue
Block a user