public inbox for pbs-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pbs-devel] [PATCH proxmox-backup 0/5] add context menu to datastore content
@ 2023-11-28  9:43 Dominik Csapak
  2023-11-28  9:43 ` [pbs-devel] [PATCH proxmox-backup 1/5] api-types: add an UploadStatistic api type Dominik Csapak
                   ` (7 more replies)
  0 siblings, 8 replies; 12+ messages in thread
From: Dominik Csapak @ 2023-11-28  9:43 UTC (permalink / raw)
  To: pbs-devel

and add a 'show information' window that includes the upload statistics.
This also moves some actions from the column directly into a 'hamburger
menu' so we don't overload the grid.

The only downside to this currently is that i could get keyboard
navigation to work for the context menu or the hamburger menu, but i'm
still looking into this.

This series replaces my old one for the upload statistics [0]


0: https://lists.proxmox.com/pipermail/pbs-devel/2023-August/006343.html

Dominik Csapak (5):
  api-types: add an UploadStatistic api type
  api: datastore admin: add 'snapshot-information' api call
  ui: datastore content: add context menu to groups and snapshots
  ui: datastore content: add snapshot information to context menu
  ui: datastore content: add 'more actions' menu to actions

 pbs-api-types/src/datastore.rs |  36 +++++++
 src/api2/admin/datastore.rs    | 117 +++++++++++++++++++--
 www/Makefile                   |   1 +
 www/datastore/Content.js       | 174 +++++++++++++++++++++++++++----
 www/window/SnapshotInfo.js     | 182 +++++++++++++++++++++++++++++++++
 5 files changed, 486 insertions(+), 24 deletions(-)
 create mode 100644 www/window/SnapshotInfo.js

-- 
2.39.2




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

end of thread, other threads:[~2023-11-29  7:47 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-28  9:43 [pbs-devel] [PATCH proxmox-backup 0/5] add context menu to datastore content Dominik Csapak
2023-11-28  9:43 ` [pbs-devel] [PATCH proxmox-backup 1/5] api-types: add an UploadStatistic api type Dominik Csapak
2023-11-28  9:43 ` [pbs-devel] [PATCH proxmox-backup 2/5] api: datastore admin: add 'snapshot-information' api call Dominik Csapak
2023-11-28  9:44 ` [pbs-devel] [PATCH proxmox-backup 3/5] ui: datastore content: add context menu to groups and snapshots Dominik Csapak
2023-11-28 15:27   ` [pbs-devel] applied: " Thomas Lamprecht
2023-11-29  7:35     ` Dominik Csapak
2023-11-29  7:47       ` Thomas Lamprecht
2023-11-28  9:44 ` [pbs-devel] [PATCH proxmox-backup 4/5] ui: datastore content: add snapshot information to context menu Dominik Csapak
2023-11-28  9:44 ` [pbs-devel] [PATCH proxmox-backup 5/5] ui: datastore content: add 'more actions' menu to actions Dominik Csapak
2023-11-28 11:32 ` [pbs-devel] [PATCH proxmox-backup 0/5] add context menu to datastore content Fabian Grünbichler
2023-11-28 12:48 ` Philipp Hufnagl
2023-11-28 13:41 ` Max Carrara

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