Add clock asset and enhance meeting time dialogs
- Added a new clock icon asset to the AssetsManager. - Updated MeetingTimeBottomSheet and MeetingTimeDialog to include a close button for better user experience. - Introduced MeetingTimeSuccessfulRegisteredBottomSheet and MeetingTimeSuccessfulRegisteredDialog for confirming meeting time registration. - Refactored submission dialogs to improve layout and interaction consistency.
This commit is contained in:
@@ -39,4 +39,7 @@ class TenderDetailsStrings {
|
||||
'Last day to prepare proposal is ';
|
||||
static const String meetingTimeSuccessfullySet =
|
||||
'meeting time successfully set';
|
||||
static const String requestSuccessfullyRegistered =
|
||||
'Your request has been successfully registered.';
|
||||
static const String confirmAndClose = 'Confirm and close';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user