-
Notifications
You must be signed in to change notification settings - Fork 14
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
Info screen desktop #170
Info screen desktop #170
Conversation
lib/views/desktop/settings.dart
Outdated
), | ||
DTButtonWithBackground( | ||
onPressed: selectSaveDestination, | ||
title: SELECT_A_FOLDER, | ||
width: 150.0, | ||
disabled: false, | ||
) | ||
), | ||
Container( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hard to read and understand containers part, but not sure if is possible to group components/box in better code visibility.
lib/views/desktop/settings.dart
Outdated
@@ -5,9 +5,12 @@ import 'package:destiny/views/desktop/widgets/DTButtonWithBackground.dart'; | |||
import 'package:destiny/views/desktop/widgets/custom-app-bar.dart'; | |||
import 'package:destiny/views/shared/settings.dart'; | |||
import 'package:destiny/views/widgets/Heading.dart'; | |||
import 'package:destiny/views/widgets/Linkes.dart'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor, but this should probably be "Links.dart" assuming English..
8ece36d
to
cdb5318
Compare
cdb5318
to
9541c2d
Compare
9cd67c6
to
26bed04
Compare
Code Review Checklist