Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions composables/upload_file.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
import { useAppConfig } from "nuxt/app"

export async function upload_file(
{ route, file },
{ request_error_function, response_function, response_error_function } = {},
) {
console.log("upload_file", route, file)
const feedback_store = use_feedback_store()
const geode_store = use_geode_store()
if (!(file instanceof File)) {
Expand Down
57 changes: 38 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"eslint-plugin-vuetify": "^2.5.2",
"happy-dom": "^17.4.6",
"jsdom": "^26.1.0",
"nuxt": "3.13.2",
"nuxt": "^3.13.2",
"playwright-core": "^1.52.0",
"prettier": "3.3.3",
"resize-observer-polyfill": "^1.5.1",
Expand Down Expand Up @@ -50,6 +50,7 @@
"ajv": "^8.17.1",
"is-electron": "^2.2.2",
"js-file-download": "^0.4.12",
"nuxt": "^3.13.2",
"pinia": "^2.3.1",
"sass": "^1.87.0",
"semver": "^7.7.1",
Expand Down
Loading