]> git.proxmox.com Git - pve-manager.git/commit - www/manager6/Utils.js
ui: rework inline tag editing
authorDominik Csapak <d.csapak@proxmox.com>
Thu, 17 Nov 2022 14:56:19 +0000 (15:56 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 17 Nov 2022 17:21:48 +0000 (18:21 +0100)
commit59e71a08819fe8776a559c89444236946a9e55e4
tree53a109213d17ac4cdc36dcac2c02188504d7ef62
parent8d8ba23da9c76b5168eeabf1c924369f45852f25
ui: rework inline tag editing

things that changed:
* removed 'add Tag' inline button with proper button that adds
  empty tag
* don't require to confirm each tag, simply update the color "live"
* set a minimum width for the editing box, so that it's easier to click
* replace cancel/finish icons with proper buttons
* fix tagCharRegex for multichar text (necessary for paste)

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
www/css/ext6-pve.css
www/manager6/Utils.js
www/manager6/form/Tag.js
www/manager6/form/TagEdit.js