Skip to content

Commit

Permalink
preparing release (bugfix)
Browse files Browse the repository at this point in the history
  • Loading branch information
evandor committed Aug 24, 2024
1 parent af3b9ee commit 8bbd838
Show file tree
Hide file tree
Showing 3 changed files with 844 additions and 483 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tabsets.net",
"version": "0.5.6",
"version": "0.5.7",
"description": "Use tabsets.net to safely keep track of all your tabs and links in the Side Panel, stored locally on your browser",
"productName": "Tabsets.net",
"author": "evandor <[email protected]>",
Expand Down Expand Up @@ -44,18 +44,18 @@
"dependencies": {
"@calumk/editorjs-columns": "^0.3.2",
"@codexteam/icons": "^0.3.0",
"@editorjs/editorjs": "^2.29.1",
"@editorjs/editorjs": "^2.30.5",
"@editorjs/header": "^2.8.1",
"@extractus/feed-extractor": "^7.1.3",
"@intlify/unplugin-vue-i18n": "^4.0.0",
"@mozilla/readability": "^0.5.0",
"@quasar/extras": "^1.16.11",
"@stripe/stripe-js": "^3.5.0",
"@stripe/stripe-js": "^4.3.0",
"@types/lodash": "^4.17.4",
"@types/pngjs": "^6.0.5",
"@types/sanitize-html": "^2.11.0",
"buffer": "^6.0.3",
"cheerio": "^1.0.0-rc.12",
"cheerio": "^1.0.0",
"date-fns": "^3.6.0",
"diff": "^5.2.0",
"dotenv": "^16.4.5",
Expand Down Expand Up @@ -92,22 +92,22 @@
"vue-timeago3": "^2.3.2"
},
"devDependencies": {
"@babel/preset-env": "^7.24.6",
"@capacitor/cli": "^6.0.0",
"@babel/preset-env": "^7.25.4",
"@capacitor/cli": "^6.1.2",
"@editorjs/checklist": "^1.6.0",
"@editorjs/image": "^2.9.0",
"@editorjs/link": "^2.6.2",
"@editorjs/quote": "^2.6.0",
"@editorjs/quote": "^2.7.1",
"@editorjs/raw": "^2.5.0",
"@editorjs/table": "^2.3.0",
"@electron/packager": "^18.3.2",
"@playwright/test": "^1.44.1",
"@quasar/app-vite": "^1.9.3",
"@editorjs/table": "^2.4.1",
"@electron/packager": "^18.3.4",
"@playwright/test": "^1.46.1",
"@quasar/app-vite": "^1.9.5",
"@quasar/babel-preset-app": "^2.0.3",
"@quasar/quasar-app-extension-testing-unit-vitest": "^1.0.0",
"@types/node": "^20.14.2",
"@types/node": "^22.5.0",
"@types/pixelmatch": "^5.2.6",
"@types/uuid": "^9.0.8",
"@types/uuid": "^10.0.0",
"@vitest/coverage-c8": "^0.33.0",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
Expand All @@ -118,13 +118,13 @@
"canvas": "^2.11.2",
"editorjs-alert": "^1.1.4",
"editorjs-text-color-plugin": "^2.0.4",
"electron": "^31.3.1",
"electron": "^32.0.1",
"electron-packager": "^17.1.2",
"fake-indexeddb": "^6.0.0",
"mermaid": "^10.9.1",
"mermaid": "^11.0.0",
"typescript": "^5.4.5",
"vite": "^2.9.18",
"vitepress": "^1.2.3",
"vitepress": "^1.3.3",
"vitepress-plugin-mermaid": "^2.0.16",
"vitest": "^1.6.0",
"workbox-build": "^7.1.1",
Expand Down
2 changes: 1 addition & 1 deletion src/app/BrowserApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ class BrowserApi {
iconSvg.setAttribute('stroke', color);
iconSvg.setAttribute('width', '20');
iconSvg.setAttribute('height', '20');
iconSvg.setAttribute('style', 'position:absolute;top:3;right:3;z-index:10000');
iconSvg.setAttribute('style', 'position:fixed;top:3;right:3;z-index:10000');
iconSvg.classList.add('post-icon');

iconPath.setAttribute(
Expand Down
Loading

0 comments on commit 8bbd838

Please sign in to comment.