Rebrand to iiEasy: naming, logo, l10n, docs, assets
Some checks failed
L10n / l10n (push) Has been cancelled

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-02-19 23:21:16 +05:00
parent cd536ff8f2
commit 5947edec45
119 changed files with 1180 additions and 541 deletions

View File

@@ -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,

View File

@@ -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(