From ca1ab6f0e8cdea6647fe045c59dba45cae2f009b Mon Sep 17 00:00:00 2001 From: Pihkaal Date: Sun, 13 Oct 2024 01:09:35 +0200 Subject: [PATCH] feat(ui): github repo button --- app.vue | 16 +++++++++++++--- package.json | 1 + pnpm-lock.yaml | 13 +++++++++++++ 3 files changed, 27 insertions(+), 3 deletions(-) diff --git a/app.vue b/app.vue index a11997e..ff3b654 100644 --- a/app.vue +++ b/app.vue @@ -142,6 +142,16 @@ const isDark = computed({

Simple QRCode Generator

+ + + >
@@ -321,8 +331,8 @@ const isDark = computed({

You can easily generate QRCodes by using the API, with no rate limitation. -
-
+
+
If you are not sure how to use the API, you can fill the QRCode form and copy the generated API URL.

diff --git a/package.json b/package.json index 057b73f..cf146ce 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,7 @@ }, "dependencies": { "@iconify-json/heroicons": "^1.2.0", + "@iconify-json/uil": "^1.2.1", "@nuxt/eslint": "^0.5.7", "@nuxt/ui": "^2.18.6", "canvas": "^2.11.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 420d556..cc2a99f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -10,6 +10,9 @@ importers: "@iconify-json/heroicons": specifier: ^1.2.0 version: 1.2.0 + "@iconify-json/uil": + specifier: ^1.2.1 + version: 1.2.1 "@nuxt/eslint": specifier: ^0.5.7 version: 0.5.7(eslint@9.11.1(jiti@2.0.0))(magicast@0.3.5)(rollup@4.22.5)(typescript@5.5.4)(vite@5.4.8(@types/node@22.7.4)(terser@5.34.1)) @@ -1117,6 +1120,12 @@ packages: integrity: sha512-EmvGN0L9EUJCmQ82rkLGZ4tkz0YGQfZV7ugKT6UvHni/bxNitQrD0gLj6NJj2W9zsSoXyNHyCX236+EJmO4pmA==, } + "@iconify-json/uil@1.2.1": + resolution: + { + integrity: sha512-bQPtDp1nVaDL+ejECPENHJalspCQCZreCJ2LHWazm0pfoz34afKAQKMSb1mH8K/CPnibCQTM29AvXrHMpyjbtg==, + } + "@iconify/collections@1.0.465": resolution: { @@ -8137,6 +8146,10 @@ snapshots: dependencies: "@iconify/types": 2.0.0 + "@iconify-json/uil@1.2.1": + dependencies: + "@iconify/types": 2.0.0 + "@iconify/collections@1.0.465": dependencies: "@iconify/types": 2.0.0