Skip to content

Commit

Permalink
Revamp onboarding process #227
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean28518 committed Aug 4, 2024
1 parent 71c2aee commit 93bf3da
Show file tree
Hide file tree
Showing 12 changed files with 262 additions and 354 deletions.
3 changes: 2 additions & 1 deletion lib/l10n/app_de.arb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"warpinatorDescription": "Sende Dateien schnell über das lokale Netzwerk. Zu Linux, Android, iOS und Windows.",
"sendFeedback": "Sende Feedback",
"securityCheck": "Sicherheitsüberprüfung",
"afterInstallation": "Nach der Installation",
"afterInstallation": "Erste Schritte nach der Installation",
"afterInstallationDescription": "Setze Deinen Linux-Rechner nach Deinen Bedürfnissen auf.",
"openX": "Öffne",
"searchInWebFor": "Suche im Internet nach",
Expand Down Expand Up @@ -357,6 +357,7 @@
"grubCountdown": "Zeit bis zum automatischen Start (in Sekunden)",
"startLastBootedEntry": "Starte den zuletzt gebooteten Eintrag",
"save": "Speichern",
"distribution_selection": "Distributions-Auswahl",
"@helloWorld": {
"placeholders": {},
"description": "",
Expand Down
3 changes: 2 additions & 1 deletion lib/l10n/app_en.arb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"securityCheckDescription": "Keep the security of your computer in track.",
"warpinatorDescription": "Send files quickly over the local network. To Linux, Android, iOS and Windows.",
"securityCheck": "Security Check",
"afterInstallation": "After Installation",
"afterInstallation": "First steps after installation",
"afterInstallationDescription": "Set up your linux machine to your needs.",
"openX": "Open",
"searchInWebFor": "Search in web for",
Expand Down Expand Up @@ -357,6 +357,7 @@
"grubCountdown": "Time until automatic start (in seconds)",
"startLastBootedEntry": "Start the last booted entry",
"save": "Save",
"distribution_selection": "Distribution selection",
"@helloWorld": {
"placeholders": {},
"description": "The conventional newborn programmer greeting",
Expand Down
1 change: 1 addition & 0 deletions lib/l10n/app_it.arb
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,7 @@
"automaticCleanupDescription": "Pulisci automaticamente il tuo spazio di archiviazione eliminando file temporanei e cache dei pacchetti. Verranno svuotati anche i contenitori del cestino.",
"diskUsage": "Utilizzo del disco",
"settingUpFirewall": "Configura firewall...",
"distribution_selection": "Selezione della distribuzione",
"@helloWorld": {
"placeholders": {},
"description": "Il saluto convenzionale del programmatore appena nato",
Expand Down
File renamed without changes.
5 changes: 4 additions & 1 deletion lib/layouts/after_installation/communication_software.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import 'package:flutter/material.dart';
import 'package:linux_assistant/layouts/after_installation/activate_hotkey.dart';
import 'package:linux_assistant/layouts/after_installation/automatic_configuration_entry.dart';
import 'package:linux_assistant/layouts/mint_y.dart';
import 'package:linux_assistant/widgets/system_icon.dart';
Expand Down Expand Up @@ -284,7 +285,9 @@ class AfterInstallationCommunicationSoftwareSelection extends StatelessWidget {
],
),
bottom: MintYButtonNext(
route: const AfterInstallationAutomaticConfigurationEntry(),
route: ActivateHotkeyQuestion(
route: const AfterInstallationAutomaticConfigurationEntry(),
),
onPressedFuture: () async {
await AfterInstallationService.applyCommunicationSituation();
},
Expand Down
291 changes: 0 additions & 291 deletions lib/layouts/greeter/environment_selection.dart

This file was deleted.

Loading

0 comments on commit 93bf3da

Please sign in to comment.