public inbox for pbs-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pbs-devel] [PATCH proxmox-backup v2 0/6] improve UI for maintenance mode
@ 2022-04-26  6:23 Hannes Laimer
  2022-04-26  6:23 ` [pbs-devel] [PATCH proxmox-backup v2 1/6] ui: add summary mask when in " Hannes Laimer
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Hannes Laimer @ 2022-04-26  6:23 UTC (permalink / raw)
  To: pbs-devel

Adds mask for datastore summary when in maintenance mode and dynamically
updates icon and tooltip in datastore list. The 4th patch is optional,
and could be squashed with the 3rd path if applied, it would make the
icon update more responsive and not that delayed, but not sure if that is
even a problem.

v2, thanks @Fabian + @Thomas:
 - fix backwards compat. for DataStoreListItem
 - add parse function for maintenance mode to utils
 - show tooltip (<type>[: <message>]) in datastore list
 - use icon itself instead of .svg for wrench

Hannes Laimer (6):
  ui: add summary mask when in maintenance mode
  api2: DataStoreListItem add maintenance info
  ui: update icon in datastore list when in maintenance mode
  ui: update datastore list more often
  ui: utils: add function for parsing maintenance mode
  ui: add tooltip to datastore in maintenance mode

 pbs-api-types/src/datastore.rs   |  8 ++++++
 src/api2/admin/datastore.rs      |  1 +
 www/NavigationTree.js            | 45 ++++++++++++++++++++++++++------
 www/Utils.js                     | 17 +++++++++---
 www/css/ext6-pbs.css             | 32 +++++++++++++++++++++++
 www/datastore/Summary.js         | 21 ++++++++++++++-
 www/window/MaintenanceOptions.js |  8 ++----
 7 files changed, 113 insertions(+), 19 deletions(-)

-- 
2.30.2





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

end of thread, other threads:[~2022-04-27 17:40 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-26  6:23 [pbs-devel] [PATCH proxmox-backup v2 0/6] improve UI for maintenance mode Hannes Laimer
2022-04-26  6:23 ` [pbs-devel] [PATCH proxmox-backup v2 1/6] ui: add summary mask when in " Hannes Laimer
2022-04-26  6:23 ` [pbs-devel] [PATCH proxmox-backup v2 2/6] api2: DataStoreListItem add maintenance info Hannes Laimer
2022-04-26  6:23 ` [pbs-devel] [PATCH proxmox-backup v2 3/6] ui: update icon in datastore list when in maintenance mode Hannes Laimer
2022-04-26  6:23 ` [pbs-devel] [PATCH proxmox-backup v2 4/6][optional] ui: update datastore list more often Hannes Laimer
2022-04-26  6:23 ` [pbs-devel] [PATCH proxmox-backup v2 5/6] ui: utils: add function for parsing maintenance mode Hannes Laimer
2022-04-26  6:23 ` [pbs-devel] [PATCH proxmox-backup v2 6/6] ui: add tooltip to datastore in " Hannes Laimer
2022-04-27 17:40 ` [pbs-devel] applied-series: [PATCH proxmox-backup v2 0/6] improve UI for " 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