feat: Umbrix branding - logo and name changes

- Changed app title from Hiddify to Umbrix in home page
- Added custom Umbrix logo (192x192 PNG)
- Updated intro page with Umbrix branding and gradient design
- Updated drawer menu with Umbrix logo
- Modified add profile modal with modern gradient cards
- Updated Russian translations (appTitle: Umbrix)
This commit is contained in:
Hiddify User
2025-12-26 18:41:25 +03:00
parent 07032c851b
commit 5411a30519
5 changed files with 241 additions and 82 deletions

View File

@@ -36,7 +36,7 @@ class HomePage extends HookConsumerWidget {
title: Text.rich(
TextSpan(
children: [
TextSpan(text: t.general.appTitle),
const TextSpan(text: "Umbrix"),
const TextSpan(text: " "),
const WidgetSpan(
child: AppVersionLabel(),