From ba9b7c9c002dbc48937c8d8f4fc610c95df14230 Mon Sep 17 00:00:00 2001 From: Alireza Heidari Date: Fri, 4 Oct 2024 15:15:33 +0200 Subject: [PATCH 1/6] =?UTF-8?q?=F0=9F=9B=A0=EF=B8=8F:=20migrate=20`License?= =?UTF-8?q?Selector`=20to=20the=20composition=20API=20and=20typescript,=20?= =?UTF-8?q?add=20error=20alert,=20improve=20button=20controls=20and=20make?= =?UTF-8?q?=20them=20accessible=20via=20keyboard?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/License/LicenseSelector.vue | 263 ++++++++++-------- 1 file changed, 147 insertions(+), 116 deletions(-) diff --git a/client/src/components/License/LicenseSelector.vue b/client/src/components/License/LicenseSelector.vue index e6208be03f15..45386b3764db 100644 --- a/client/src/components/License/LicenseSelector.vue +++ b/client/src/components/License/LicenseSelector.vue @@ -1,130 +1,161 @@ + +