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

Info screen desktop #170

Merged
merged 12 commits into from
Sep 26, 2022
Merged

Info screen desktop #170

merged 12 commits into from
Sep 26, 2022

Conversation

shareef-dweikat
Copy link
Contributor


Code Review Checklist

  • Description accurately reflects what changes are being made.
  • Description explains why the changes are being made (or references an issue containing one).
  • The PR appropriately sized.
  • New code has enough tests.
  • New code has enough documentation to answer "how do I use it?" and "what does it do?".
  • Existing documentation is up-to-date, if impacted.

),
DTButtonWithBackground(
onPressed: selectSaveDestination,
title: SELECT_A_FOLDER,
width: 150.0,
disabled: false,
)
),
Container(
Copy link
Contributor

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.

@@ -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';
Copy link
Collaborator

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..

@ewanas ewanas merged commit 81fe14a into main Sep 26, 2022
@ewanas ewanas deleted the info-screen-desktop branch September 26, 2022 11:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants