Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Refactored App.vue #166

Merged
merged 34 commits into from
May 15, 2023
Merged
Show file tree
Hide file tree
Changes from 33 commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
301fb75
extracted bottom navigation in own component
May 11, 2023
200c332
removed old code from app.vue
May 11, 2023
976477c
extracted SettingsPrompt from Navigation component
May 11, 2023
56f648f
removed unsude code form Navigation component
May 11, 2023
8e57360
extracted Notificantion from App
May 11, 2023
0f678ca
removed unused code etc.
May 11, 2023
28d794b
removed unused css
May 11, 2023
c91f38b
reorganisation of composables
May 11, 2023
123b4e7
reorganization of the notification component
May 11, 2023
8b360fe
adjusted css styling
May 11, 2023
41b9eb6
Better renaming
May 11, 2023
30086d1
additional notification
May 11, 2023
1a6d348
renaming
May 11, 2023
ba242ad
extracted functions into composables
May 11, 2023
4f56c47
possible fix: crypto is not defined ?
May 11, 2023
b46fb88
used old generation fo token
May 12, 2023
d332d2a
revert to working ci
May 12, 2023
30f9e7d
test for ci error
May 12, 2023
e28bcc7
useTokenGenerator composable
May 12, 2023
59b3e21
removed unused code
May 12, 2023
a0bbdd0
test for token generator
May 12, 2023
46ed385
testing token package
May 12, 2023
3d3508a
replacing
May 12, 2023
3b59468
rework for useClipboard and simple test
May 12, 2023
255cc69
reimplementing token generation
May 12, 2023
024d97b
removing unused core etc.
May 12, 2023
43c559e
removed settings
May 12, 2023
3199850
show error after closing and repoening
May 12, 2023
b678cbb
resolving issues
May 12, 2023
2f9b15e
resolved clipboard composabled and tests
May 12, 2023
88d7562
renaming
May 12, 2023
87f60f8
clipboard not supported workaround
May 14, 2023
2509d2a
fix rule validation
May 15, 2023
090c77a
fixed false token generation etc.
May 15, 2023
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
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