Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🔀 :: 3.7.0 배포 #255

Merged
merged 27 commits into from
May 26, 2024
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
481ee8a
feat :: empty 케이스 추가
Yoochanhong May 15, 2024
d12ce7a
feat :: viewId 추가
Yoochanhong May 15, 2024
2143ae5
move :: machine card
Yoochanhong May 15, 2024
5d20db4
refactor :: emptyContainer 제거
Yoochanhong May 15, 2024
c6f927c
feat :: empty DeviceType 적용
Yoochanhong May 15, 2024
2a4f10a
feat :: 세탁실 복층 인덱싱
Yoochanhong May 15, 2024
26a3aeb
refactor :: 여자 필드 제거
Yoochanhong May 15, 2024
a0d9400
refactor :: 여자 세탁실 버튼 제거
Yoochanhong May 15, 2024
4a7c9d9
refactor :: LoomRocation 여자 세탁실 제거
Yoochanhong May 15, 2024
3e12116
refactor :: 여자 필드 제거 & laundryEntity 사용
Yoochanhong May 15, 2024
c7236bb
🔀 :: 여자 세탁실 임시 제거 #244
Yoochanhong May 15, 2024
2968e79
move :: machine button
Yoochanhong May 15, 2024
e571551
refactor :: Button View 수정
Yoochanhong May 15, 2024
82092f7
refactor :: ModifyButtonViewEvent 네이밍 수정
Yoochanhong May 15, 2024
46564a5
🔀 :: 세탁실 페이지 버튼 뷰 제거하기 #246
Yoochanhong May 15, 2024
d98d527
refactor :: viewId 제거
Yoochanhong May 15, 2024
6dfd377
style :: device list url 변경
Yoochanhong May 23, 2024
e809e2d
feat :: 한국어 텍스트 버튼으로 변경
Yoochanhong May 23, 2024
6762bb7
🔀 :: 세탁실 페이지 층 분리하기 #243
Yoochanhong May 23, 2024
392e003
feat :: Gender enum 추가
Yoochanhong May 23, 2024
c63554b
feat :: 성별에 맞는 뷰만 보여주도록 변경
Yoochanhong May 23, 2024
89159f4
feat :: 세탁실 분기 => 성별 분기
Yoochanhong May 23, 2024
4f1292a
feat :: 세탁실 설정 바텀시트 height 추가
Yoochanhong May 23, 2024
cd68f94
🔀 :: 세탁실 뷰 남녀 구분해서 보여주기 #251
Yoochanhong May 25, 2024
a8fc47a
chore :: android 앱 버전 업데이트
Yoochanhong May 26, 2024
5b26f7a
chore :: iOS 앱 버전 업데이트
Yoochanhong May 26, 2024
05849e8
chore :: flutter 앱 버전 업데이트
Yoochanhong May 26, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
refactor :: emptyContainer 제거
Yoochanhong committed May 15, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 5d20db45e70edc52802277737e897cc1c0d8dbb5
8 changes: 2 additions & 6 deletions lib/presentation/utils/machine_widget.dart
Original file line number Diff line number Diff line change
@@ -14,13 +14,9 @@ abstract class MachineWidget extends StatelessWidget {
});

final int deviceId;
final bool isEnableNotification, isWoman;

final CurrentState state;
final DeviceType deviceType;

bool get isEmptyContainer =>
(!isWoman && deviceId == 32) || (isWoman && deviceId == -1);
final CurrentState state;
final bool isEnableNotification, isWoman;

void showModalOSJBottomSheet({required BuildContext context}) =>
showModalBottomSheet(