Rebrand to iiEasy: naming, logo, l10n, docs, assets
Some checks failed
L10n / l10n (push) Has been cancelled
Some checks failed
L10n / l10n (push) Has been cancelled
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -405,12 +405,7 @@ class _AuthenticationPageState extends ConsumerState<AuthenticationPage> {
|
||||
Widget _buildWelcomeSection() {
|
||||
return Column(
|
||||
children: [
|
||||
BrandService.createBrandIcon(
|
||||
size: 48,
|
||||
useGradient: false,
|
||||
addShadow: false,
|
||||
context: context,
|
||||
),
|
||||
BrandService.createLogoImage(size: 48, context: context),
|
||||
const SizedBox(height: Spacing.lg),
|
||||
Text(
|
||||
AppLocalizations.of(context)!.signIn,
|
||||
|
||||
@@ -604,12 +604,7 @@ class _ServerConnectionPageState extends ConsumerState<ServerConnectionPage> {
|
||||
alignment: Alignment.center,
|
||||
children: [
|
||||
// Brand logo
|
||||
BrandService.createBrandIcon(
|
||||
size: 56,
|
||||
useGradient: false,
|
||||
addShadow: false,
|
||||
context: context,
|
||||
),
|
||||
BrandService.createLogoImage(size: 56, context: context),
|
||||
// Reviewer mode badge
|
||||
if (reviewerMode)
|
||||
Positioned(
|
||||
|
||||
Reference in New Issue
Block a user