diff --git a/package.json b/package.json index 9d206733e..d41e8b0e0 100644 --- a/package.json +++ b/package.json @@ -19,16 +19,16 @@ "dependencies": { "@github/hotkey": "1.6.0", "@kyvg/vue3-notification": "2.3.4", - "@sentry/tracing": "6.15.0", - "@sentry/vue": "6.15.0", - "@vue/compat": "3.2.23", - "@vueuse/core": "7.1.2", + "@sentry/tracing": "6.16.0", + "@sentry/vue": "6.16.0", + "@vue/compat": "3.2.24", + "@vueuse/core": "7.2.2", "bulma-css-variables": "0.9.33", "camel-case": "4.1.2", "codemirror": "5.64.0", "copy-to-clipboard": "3.3.1", "date-fns": "2.27.0", - "dompurify": "2.3.3", + "dompurify": "2.3.4", "easymde": "2.15.0", "flatpickr": "4.6.9", "flexsearch": "0.7.21", @@ -36,20 +36,20 @@ "is-touch-device": "1.0.1", "lodash.clonedeep": "4.5.0", "lodash.debounce": "4.0.8", - "marked": "4.0.5", + "marked": "4.0.6", "register-service-worker": "1.7.2", "snake-case": "3.0.4", "ufo": "0.7.9", "v-tooltip": "4.0.0-beta.2", - "vue": "3.2.23", + "vue": "3.2.24", "vue-advanced-cropper": "2.7.0", "vue-drag-resize": "2.0.3", "vue-flatpickr-component": "9.0.5", - "vue-i18n": "9.2.0-beta.22", + "vue-i18n": "9.2.0-beta.23", "vue-router": "4.0.12", "vuedraggable": "4.1.0", "vuex": "4.0.2", - "workbox-precaching": "6.4.1" + "workbox-precaching": "6.4.2" }, "devDependencies": { "@4tw/cypress-drag-drop": "2.1.0", @@ -59,37 +59,37 @@ "@fortawesome/vue-fontawesome": "3.0.0-5", "@types/flexsearch": "0.7.2", "@types/jest": "27.0.3", - "@typescript-eslint/eslint-plugin": "5.5.0", - "@typescript-eslint/parser": "5.5.0", - "@vitejs/plugin-legacy": "1.6.3", - "@vitejs/plugin-vue": "1.10.1", + "@typescript-eslint/eslint-plugin": "5.6.0", + "@typescript-eslint/parser": "5.6.0", + "@vitejs/plugin-legacy": "1.6.4", + "@vitejs/plugin-vue": "1.10.2", "@vue/eslint-config-typescript": "9.1.0", "autoprefixer": "10.4.0", "axios": "0.24.0", "browserslist": "4.18.1", "cypress": "8.7.0", "cypress-file-upload": "5.0.8", - "esbuild": "0.14.1", - "eslint": "8.3.0", - "eslint-plugin-vue": "8.1.1", + "esbuild": "0.14.2", + "eslint": "8.4.1", + "eslint-plugin-vue": "8.2.0", "express": "4.17.1", "faker": "5.5.3", - "jest": "27.4.2", - "netlify-cli": "8.0.6", + "jest": "27.4.3", + "netlify-cli": "8.0.16", "postcss": "8.4.4", "postcss-preset-env": "7.0.1", "rollup": "2.60.2", "rollup-plugin-visualizer": "5.5.2", "sass": "1.44.0", "slugify": "1.6.3", - "ts-jest": "27.0.7", + "ts-jest": "27.1.1", "typescript": "4.5.2", - "vite": "2.6.14", - "vite-plugin-pwa": "0.11.9", + "vite": "2.7.1", + "vite-plugin-pwa": "0.11.10", "vite-svg-loader": "3.1.0", "vue-tsc": "0.29.8", "wait-on": "6.0.0", - "workbox-cli": "6.4.1" + "workbox-cli": "6.4.2" }, "eslintConfig": { "root": true, diff --git a/run.sh b/run.sh index 22a86cdbf..280d5ca24 100755 --- a/run.sh +++ b/run.sh @@ -4,7 +4,7 @@ VIKUNJA_API_URL="${VIKUNJA_API_URL:-"/api/v1"}" VIKUNJA_SENTRY_ENABLED="${VIKUNJA_SENTRY_ENABLED:-"false"}" -VIKUNJA_SENTRY_DSN="${VIKUNJA_SENTRY_DSN:-"https://7e684483a06a4225b3e05cc47cae7a11@sentry.kolaente.de/2"}" +VIKUNJA_SENTRY_DSN="${VIKUNJA_SENTRY_DSN:-"https://85694a2d757547cbbc90cd4b55c5a18d@o1047380.ingest.sentry.io/6024480"}" VIKUNJA_HTTP_PORT="${VIKUNJA_HTTP_PORT:-80}" VIKUNJA_HTTPS_PORT="${VIKUNJA_HTTPS_PORT:-443}" diff --git a/src/components/list/partials/list-card.vue b/src/components/list/partials/list-card.vue index ed727a100..f2ccfb718 100644 --- a/src/components/list/partials/list-card.vue +++ b/src/components/list/partials/list-card.vue @@ -20,64 +20,59 @@ :class="{'is-favorite': list.isFavorite, 'is-archived': list.isArchived}" @click.stop="toggleFavoriteList(list)" class="favorite"> - - +
{{ list.title }}
- diff --git a/src/components/misc/Done.vue b/src/components/misc/Done.vue index 60b173f2a..f9bebd7e9 100644 --- a/src/components/misc/Done.vue +++ b/src/components/misc/Done.vue @@ -1,40 +1,27 @@ - diff --git a/src/components/misc/card.vue b/src/components/misc/card.vue index e5a56872d..f74e4cc55 100644 --- a/src/components/misc/card.vue +++ b/src/components/misc/card.vue @@ -24,41 +24,39 @@ -