-
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge common widgets between homework dialog and event dialog. (#1322)
Added `lib/sharezone_widgets/lib/src/creation_editing_dialog_widgets` with: * course_tile_base.dart * description_field_base.dart * location_base.dart * send_notification_base.dart * markdown_field.dart (moved from `sharezone_widgets/lib/src/markdown`) * markdown_support.dart (moved from `sharezone_widgets/lib/src/markdown`) The send notification tile in the event dialog was using `ListTileWithDescription`, the homework dialog was using a `ListTile`. I changed it so that the shared `send_notification_base.dart` uses a `ListTile`. As the description in the updated widget is too long I shortened it. This means the event dialog will be changed like this: | Old | New | |---|---| | ![event_dialog_add_empty_dark_event iphone11_masterImage](https://github.com/SharezoneApp/sharezone-app/assets/29028262/eda66581-665f-45ad-8bff-c572cd731dcc) | ![event_dialog_add_empty_dark_event iphone11_testImage](https://github.com/SharezoneApp/sharezone-app/assets/29028262/54e87e2d-56fe-4b84-9615-83e3607fda99) | --------- Co-authored-by: nilsreichardt <[email protected]>
- Loading branch information
1 parent
0e939ec
commit 2c15804
Showing
86 changed files
with
662 additions
and
287 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.