From: Aaron Lauterer <a.lauterer@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [pve-devel] [PATCH pve_flutter_frontend 0/3] Add first welcome screen
Date: Mon, 28 Sep 2020 14:28:22 +0200 [thread overview]
Message-ID: <20200928122825.21547-1-a.lauterer@proxmox.com> (raw)
This patch series introduces a "first welcome screen" shown on first
start.
Additionally, a class that stores the proxmox corporate identity (CI)
colors is introduced.
Feedback regarding content and design is welcome.
Aaron Lauterer (3):
add class for Proxmox corporate identity colors
add Proxmox symbol logo white orange
Add first welcome screen
.../2.0x/Proxmox-logo-symbol-white-orange.png | Bin 0 -> 18270 bytes
.../3.0x/Proxmox-logo-symbol-white-orange.png | Bin 0 -> 44381 bytes
.../Proxmox-logo-symbol-white-orange.png | Bin 0 -> 9199 bytes
.../ssl_validate/login_manager_screen.png | Bin 0 -> 20389 bytes
.../ssl_validate/login_manager_screen.png~ | Bin 0 -> 74433 bytes
.../login_manager_screen_settings.png | Bin 0 -> 37362 bytes
.../login_manager_screen_settings.png~ | Bin 0 -> 66967 bytes
lib/main.dart | 17 +-
lib/utils/dot_indicators.dart | 67 ++++++
lib/utils/promox_colors.dart | 10 +
.../pve_welcome_common.dart | 48 +++++
.../firstWelcomeScreen/pve_welcome_faq.dart | 56 +++++
.../firstWelcomeScreen/pve_welcome_last.dart | 66 ++++++
.../firstWelcomeScreen/pve_welcome_logo.dart | 33 +++
.../pve_welcome_ssl_hint.dart | 51 +++++
lib/widgets/pve_first_welcome_screen.dart | 193 ++++++++++++++++++
lib/widgets/pve_guest_overview_header.dart | 3 +-
lib/widgets/pve_node_overview.dart | 3 +-
pubspec.yaml | 2 +
19 files changed, 545 insertions(+), 4 deletions(-)
create mode 100644 assets/images/2.0x/Proxmox-logo-symbol-white-orange.png
create mode 100644 assets/images/3.0x/Proxmox-logo-symbol-white-orange.png
create mode 100644 assets/images/Proxmox-logo-symbol-white-orange.png
create mode 100644 assets/images/ssl_validate/login_manager_screen.png
create mode 100644 assets/images/ssl_validate/login_manager_screen.png~
create mode 100644 assets/images/ssl_validate/login_manager_screen_settings.png
create mode 100644 assets/images/ssl_validate/login_manager_screen_settings.png~
create mode 100644 lib/utils/dot_indicators.dart
create mode 100644 lib/utils/promox_colors.dart
create mode 100644 lib/widgets/firstWelcomeScreen/pve_welcome_common.dart
create mode 100644 lib/widgets/firstWelcomeScreen/pve_welcome_faq.dart
create mode 100644 lib/widgets/firstWelcomeScreen/pve_welcome_last.dart
create mode 100644 lib/widgets/firstWelcomeScreen/pve_welcome_logo.dart
create mode 100644 lib/widgets/firstWelcomeScreen/pve_welcome_ssl_hint.dart
create mode 100644 lib/widgets/pve_first_welcome_screen.dart
--
2.20.1
next reply other threads:[~2020-09-28 12:28 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-28 12:28 Aaron Lauterer [this message]
2020-09-28 12:28 ` [pve-devel] [PATCH pve_flutter_frontend 1/3] add class for Proxmox corporate identity colors Aaron Lauterer
2020-09-30 10:54 ` Tim Marx
2020-09-30 11:13 ` Aaron Lauterer
2020-09-28 12:28 ` [pve-devel] [PATCH pve_flutter_frontend 2/3] add Proxmox symbol logo white orange Aaron Lauterer
2020-09-30 11:08 ` Tim Marx
2020-09-30 11:22 ` Aaron Lauterer
2020-09-28 12:28 ` [pve-devel] [PATCH pve_flutter_frontend 3/3] Add first welcome screen Aaron Lauterer
2020-09-28 13:41 ` Aaron Lauterer
2020-09-30 12:04 ` Tim Marx
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200928122825.21547-1-a.lauterer@proxmox.com \
--to=a.lauterer@proxmox.com \
--cc=pve-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.