Skip to content

Commit

Permalink
Add more storage advantage to Sharezone Plus page (#1450)
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsreichardt authored Apr 11, 2024
1 parent a5a445f commit 7750056
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ class SharezonePlusAdvantages extends StatelessWidget {
if (isHomeworkDoneListsFeatureVisible) const _HomeworkDoneLists(),
const _ReadByInformationSheets(),
const _SelectTimetableBySchoolClass(),
const _MoreStorage(),
const _PlusSupport(),
const _DiscordPlusRang(),
const _SupportOpenSource(),
Expand Down Expand Up @@ -111,6 +112,20 @@ class _AddEventsToLocalCalendar extends StatelessWidget {
}
}

class _MoreStorage extends StatelessWidget {
const _MoreStorage();

@override
Widget build(BuildContext context) {
return const _AdvantageTile(
icon: Icon(Icons.storage),
title: Text('30 GB Speicherplatz'),
description: Text(
'Mit Sharezone Plus erhältst du 30 GB Speicherplatz (statt 100 MB) für deine Dateien & Anhänge (bei Hausaufgaben & Infozetteln). Dies entspricht ca. 15.000 Fotos (2 MB pro Bild).\n\nDie Begrenzung gilt nicht für Dateien, die als Abgabe bei Hausaufgaben hochgeladen wird.'),
);
}
}

class _PlusSupport extends StatelessWidget {
const _PlusSupport();

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7750056

Please sign in to comment.