diff --git a/package-lock.json b/package-lock.json index 59b8597..0a0e69a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "vgtu-video-summarization", + "name": "frameflow", "version": "1.1.11", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "vgtu-video-summarization", + "name": "frameflow", "version": "1.1.11", "hasInstallScript": true, "license": "MIT", @@ -31,6 +31,8 @@ "devDependencies": { "@electron-toolkit/preload": "^3.0.0", "@electron-toolkit/utils": "^3.0.0", + "@iconify-json/tabler": "^1.2.33", + "@iconify/tailwind": "^1.2.0", "@types/markdown-it": "^14.1.2", "@types/node": "^25.2.3", "@types/uuid": "^10.0.0", @@ -651,6 +653,36 @@ "vue": "^3.2.0" } }, + "node_modules/@iconify-json/tabler": { + "version": "1.2.33", + "resolved": "https://registry.npmjs.org/@iconify-json/tabler/-/tabler-1.2.33.tgz", + "integrity": "sha512-q9nUQfE/cjIrGh5bAKHTphitAZpT0kX9SxDgZo3Sx8ofeDTsaHVdRwrn+CfKiJ5vQ1b1btqVwizXzIgz9KEPjA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@iconify/types": "*" + } + }, + "node_modules/@iconify/tailwind": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@iconify/tailwind/-/tailwind-1.2.0.tgz", + "integrity": "sha512-KgpIHWOTcRYw1XcoUqyNSrmYyfLLqZYu3AmP8zdfLk0F5TqRO8YerhlvlQmGfn7rJXgPeZN569xPAJnJ53zZxA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@iconify/types": "^2.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/cyberalien" + } + }, + "node_modules/@iconify/types": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@iconify/types/-/types-2.0.0.tgz", + "integrity": "sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==", + "dev": true, + "license": "MIT" + }, "node_modules/@isaacs/cliui": { "version": "8.0.2", "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz", @@ -8337,4 +8369,4 @@ } } } -} +} \ No newline at end of file diff --git a/package.json b/package.json index 9b524ec..463458b 100644 --- a/package.json +++ b/package.json @@ -43,6 +43,8 @@ "devDependencies": { "@electron-toolkit/preload": "^3.0.0", "@electron-toolkit/utils": "^3.0.0", + "@iconify-json/tabler": "^1.2.33", + "@iconify/tailwind": "^1.2.0", "@types/markdown-it": "^14.1.2", "@types/node": "^25.2.3", "@types/uuid": "^10.0.0", @@ -70,8 +72,8 @@ { "provider": "github", "owner": "navidshad", - "repo": "vgtu-video-summarization" + "repo": "frameflow" } ] } -} +} \ No newline at end of file diff --git a/src/renderer/src/components/graph/ChatInputNode.vue b/src/renderer/src/components/graph/ChatInputNode.vue index 55a7f5a..85ea963 100644 --- a/src/renderer/src/components/graph/ChatInputNode.vue +++ b/src/renderer/src/components/graph/ChatInputNode.vue @@ -1,5 +1,5 @@