public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH pve_flutter_frontend v3 0/3] Add first welcome screen
@ 2020-12-11 10:37 Aaron Lauterer
  2020-12-11 10:37 ` [pve-devel] [PATCH pve_flutter_frontend v3 1/3] add class for Proxmox corporate identity colors Aaron Lauterer
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Aaron Lauterer @ 2020-12-11 10:37 UTC (permalink / raw)
  To: pve-devel

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.

Changes from v2:
Worked on the overall layout of the welcome screen to look good on
screens on all sizes. Limited the max width and made sure that on really
small screens or in landscape mode, scrolling is possible.

Made sure the logo on the first page does not get too big when in
landscape mode.


Changes to v1:
* rework welcome screens, mainly use buttons instead of text links
* cleanup code
* use async where needed
* fix image sizes for added logo

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 -> 50346 bytes
 .../Proxmox-logo-symbol-white-orange.png      | Bin 0 -> 9199 bytes
 .../ssl_validate/login_manager_screen.png     | Bin 0 -> 20389 bytes
 .../login_manager_screen_settings.png         | Bin 0 -> 37362 bytes
 lib/main.dart                                 |  17 +-
 lib/utils/dot_indicator.dart                  | 108 +++++++++++
 lib/utils/promox_colors.dart                  |  10 +
 .../pve_welcome_common.dart                   |  68 +++++++
 .../firstWelcomeScreen/pve_welcome_faq.dart   |  59 ++++++
 .../firstWelcomeScreen/pve_welcome_last.dart  |  94 ++++++++++
 .../firstWelcomeScreen/pve_welcome_logo.dart  |  49 +++++
 .../pve_welcome_ssl_hint.dart                 |  50 +++++
 lib/widgets/pve_first_welcome_screen.dart     | 173 ++++++++++++++++++
 lib/widgets/pve_guest_overview_header.dart    |   3 +-
 lib/widgets/pve_node_overview.dart            |   3 +-
 pubspec.yaml                                  |   2 +
 17 files changed, 632 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_settings.png
 create mode 100644 lib/utils/dot_indicator.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





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-03-14 17:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-11 10:37 [pve-devel] [PATCH pve_flutter_frontend v3 0/3] Add first welcome screen Aaron Lauterer
2020-12-11 10:37 ` [pve-devel] [PATCH pve_flutter_frontend v3 1/3] add class for Proxmox corporate identity colors Aaron Lauterer
2020-12-11 10:37 ` [pve-devel] [PATCH pve_flutter_frontend v3 2/3] add Proxmox symbol logo white orange Aaron Lauterer
2020-12-11 10:37 ` [pve-devel] [PATCH pve_flutter_frontend v3 3/3] Add first welcome screen Aaron Lauterer
2021-03-14 17:49 ` [pve-devel] applied-series: [PATCH pve_flutter_frontend v3 0/3] " Thomas Lamprecht

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal