From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by lists.proxmox.com (Postfix) with ESMTPS id 1A893950E for ; Thu, 17 Nov 2022 15:56:57 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id CBDF52F6DA for ; Thu, 17 Nov 2022 15:56:26 +0100 (CET) Received: from proxmox-new.maurer-it.com (proxmox-new.maurer-it.com [94.136.29.106]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS for ; Thu, 17 Nov 2022 15:56:25 +0100 (CET) Received: from proxmox-new.maurer-it.com (localhost.localdomain [127.0.0.1]) by proxmox-new.maurer-it.com (Proxmox) with ESMTP id 1181F44D7C for ; Thu, 17 Nov 2022 15:56:24 +0100 (CET) From: Dominik Csapak To: pve-devel@lists.proxmox.com Date: Thu, 17 Nov 2022 15:56:18 +0100 Message-Id: <20221117145623.661109-1-d.csapak@proxmox.com> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SPAM-LEVEL: Spam detection results: =?UTF-8?Q?0=0A=09?=AWL 0.065 Adjusted score from AWL reputation of From: =?UTF-8?Q?address=0A=09?=BAYES_00 -1.9 Bayes spam probability is 0 to 1% KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict =?UTF-8?Q?Alignment=0A=09?=SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF =?UTF-8?Q?Record=0A=09?=SPF_PASS -0.001 SPF: sender matches SPF record Subject: [pve-devel] [PATCH manager 0/5] tags ui follow up patches X-BeenThere: pve-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Nov 2022 14:56:57 -0000 overall ui improvements of the tags ui, see the individual patches for details intended as follow up to my v11 tags ui series Dominik Csapak (5): ui: rework inline tag editing ui: tags: make sorting more natural ui: tags: hide already set tags in dropdown ui: change style of ListField ui: tags: add preview to tag shape option www/css/ext6-pve.css | 28 ++--- www/manager6/Utils.js | 8 +- www/manager6/dc/OptionView.js | 37 ++++++- www/manager6/dc/RegisteredTagsEdit.js | 6 +- www/manager6/dc/UserTagAccessEdit.js | 6 +- www/manager6/form/ListField.js | 86 +++++++++------ www/manager6/form/Tag.js | 118 ++++++++++----------- www/manager6/form/TagEdit.js | 144 ++++++++++++++------------ 8 files changed, 240 insertions(+), 193 deletions(-) -- 2.30.2