removed total average calculatro from refilcplus and added grade export viewing

This commit is contained in:
Kima 2024-06-19 22:09:00 +02:00
parent 767eba3776
commit b6a933fe85
3 changed files with 12 additions and 8 deletions

View File

@ -698,12 +698,12 @@ class GradesPageState extends State<GradesPage> {
], ],
), ),
onTap: () { onTap: () {
if (!Provider.of<PlusProvider>(context, listen: false) // if (!Provider.of<PlusProvider>(context, listen: false)
.hasScope(PremiumScopes.totalGradeCalculator)) { // .hasScope(PremiumScopes.totalGradeCalculator)) {
PlusLockedFeaturePopup.show( // PlusLockedFeaturePopup.show(
context: context, feature: PremiumFeature.gradeCalculation); // context: context, feature: PremiumFeature.gradeCalculation);
return; // return;
} // }
// SoonAlert.show(context: context); // SoonAlert.show(context: context);
gradeCalcTotal(context); gradeCalcTotal(context);

View File

@ -222,10 +222,11 @@ class PlusScreenState extends State<PlusScreen> {
// ['👥', 'rfp_2'.i18n], // ['👥', 'rfp_2'.i18n],
['👋', 'rfp_3'.i18n], ['👋', 'rfp_3'.i18n],
['📓', 'rfp_4'.i18n], ['📓', 'rfp_4'.i18n],
['🎓', 'rfp_6'.i18n], // ['🎓', 'rfp_6'.i18n],
['📩', 'rfp_17'.i18n],
['🪟', 'rfp_18'.i18n],
['👕', 'rfp_14'.i18n], ['👕', 'rfp_14'.i18n],
['👑', 'rfp_15'.i18n], ['👑', 'rfp_15'.i18n],
['📩', 'rfp_17'.i18n],
['🔜', 'more_soon'.i18n], ['🔜', 'more_soon'.i18n],
], ],
docsAccepted: docsAccepted, docsAccepted: docsAccepted,

View File

@ -46,6 +46,7 @@ extension SettingsLocalization on String {
"rfp_15": "Subscriber role in our Discord community", "rfp_15": "Subscriber role in our Discord community",
"rfp_16": "Private leaks and informations about upcoming features", "rfp_16": "Private leaks and informations about upcoming features",
"rfp_17": "Grade exporting", "rfp_17": "Grade exporting",
"rfp_18": "Viewing exported grades",
// other // other
"and": " and ", "and": " and ",
"every": "Every ", "every": "Every ",
@ -98,6 +99,7 @@ extension SettingsLocalization on String {
"rfp_15": "Előfizetői rang a Discord szerverünkön", "rfp_15": "Előfizetői rang a Discord szerverünkön",
"rfp_16": "Privát betekintések és információk közelgő újításokról", "rfp_16": "Privát betekintések és információk közelgő újításokról",
"rfp_17": "Jegy exportálás", "rfp_17": "Jegy exportálás",
"rfp_18": "Exportált jegyek megtekintése",
// other // other
"and": " és ", "and": " és ",
"every": "Minden ", "every": "Minden ",
@ -153,6 +155,7 @@ extension SettingsLocalization on String {
"rfp_15": "Abonnentenrolle in unserer Discord-Community", "rfp_15": "Abonnentenrolle in unserer Discord-Community",
"rfp_16": "Private Leaks und Informationen über kommende Funktionen", "rfp_16": "Private Leaks und Informationen über kommende Funktionen",
"rfp_17": "Notenexport", "rfp_17": "Notenexport",
"rfp_18": "Anzeigen exportierter Noten",
// other // other
"and": " und ", "and": " und ",
"every": "Jeder ", "every": "Jeder ",