Skip to content

Commit

Permalink
Fix: Refactored App.vue (#166)
Browse files Browse the repository at this point in the history
* extracted bottom navigation in own component

* removed old code from app.vue

* extracted SettingsPrompt from Navigation component

* removed unsude code form Navigation component

* extracted Notificantion from App

* removed unused code etc.

* removed unused css

* reorganisation of composables

* reorganization of the notification component

* adjusted css styling

* Better renaming

* additional notification

* renaming

* extracted functions into composables

* possible fix: crypto is not defined ?

* used old generation fo token

* revert to working ci

* test for ci error

* useTokenGenerator composable

* removed unused code

* test for token generator

* testing token package

* replacing

* rework for useClipboard and simple test

* reimplementing token generation

* removing unused core etc.

* removed settings

* show error after closing and repoening

* resolving issues

* resolved clipboard composabled and tests

* renaming

* clipboard not supported workaround

* fix rule validation

* fixed false token generation etc.
  • Loading branch information
Kevin Beier authored May 15, 2023
1 parent 79027b3 commit a2eb477
Show file tree
Hide file tree
Showing 21 changed files with 1,105 additions and 491 deletions.
275 changes: 265 additions & 10 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"vue"
],
"devDependencies": {
"@types/clipboardy": "^2.0.1",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"@vitejs/plugin-vue": "^4.1.0",
Expand Down Expand Up @@ -61,6 +62,7 @@
"@vue/test-utils": "^2.3.2",
"@vueuse/components": "^10.1.0",
"@vueuse/core": "^10.1.0",
"clipboardy": "^3.0.0",
"randexp": "^0.5.3",
"roboto-fontface": "^0.10.0",
"tesseract.js": "^3.0.3",
Expand Down
Loading

0 comments on commit a2eb477

Please sign in to comment.