fix: opravit iOS vzhled + burzu #41
4 changed files with 14 additions and 1768 deletions
|
@ -1 +0,0 @@
|
||||||
module.exports = {extends: ['@commitlint/config-conventional']}
|
|
|
@ -144,18 +144,21 @@ class MyApp extends StatelessWidget {
|
||||||
colorScheme: darkColorScheme),
|
colorScheme: darkColorScheme),
|
||||||
home: const LoginPage(),
|
home: const LoginPage(),
|
||||||
)
|
)
|
||||||
: const CupertinoApp(
|
: Theme(
|
||||||
debugShowCheckedModeBanner: false,
|
data: ThemeData(useMaterial3: true, colorScheme: lightColorScheme),
|
||||||
localizationsDelegates: [
|
child: const CupertinoApp(
|
||||||
AppLocalizations.delegate,
|
debugShowCheckedModeBanner: false,
|
||||||
...GlobalMaterialLocalizations.delegates
|
localizationsDelegates: [
|
||||||
],
|
AppLocalizations.delegate,
|
||||||
supportedLocales: AppLocalizations.supportedLocales,
|
...GlobalMaterialLocalizations.delegates
|
||||||
title: "OpenCanteen",
|
],
|
||||||
theme: CupertinoThemeData(
|
supportedLocales: AppLocalizations.supportedLocales,
|
||||||
primaryColor: Colors.purple,
|
title: "OpenCanteen",
|
||||||
|
theme: CupertinoThemeData(
|
||||||
|
primaryColor: Colors.purple,
|
||||||
|
),
|
||||||
|
home: LoginPage(),
|
||||||
),
|
),
|
||||||
home: LoginPage(),
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
12
package.json
12
package.json
|
@ -1,12 +0,0 @@
|
||||||
{
|
|
||||||
"devDependencies": {
|
|
||||||
"@commitlint/cli": "^17.0.0",
|
|
||||||
"@commitlint/config-conventional": "^17.0.0",
|
|
||||||
"cz-conventional-changelog": "^3.3.0"
|
|
||||||
},
|
|
||||||
"config": {
|
|
||||||
"commitizen": {
|
|
||||||
"path": "./node_modules/cz-conventional-changelog"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
1744
pnpm-lock.yaml
1744
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Reference in a new issue