Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Edadil
Front
Commits
cf9bc60f
Commit
cf9bc60f
authored
3 weeks ago
by
Aleksei Zhukov
Browse files
Options
Download
Patches
Plain Diff
BIG UPDATE 2
parent
279d29ad
master
No related merge requests found
Changes
20
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
app.config.ts
+1
-1
app.config.ts
app.vue
+2
-1
app.vue
components/AppNav.vue
+51
-6
components/AppNav.vue
components/ProductCard.vue
+3
-3
components/ProductCard.vue
composables/useApiFetch.ts
+4
-0
composables/useApiFetch.ts
composables/useMarketLogo.ts
+1
-1
composables/useMarketLogo.ts
composables/useOpenLink.ts
+1
-1
composables/useOpenLink.ts
composables/useStatusCodeCheck.ts
+30
-0
composables/useStatusCodeCheck.ts
layouts/default.vue
+1
-4
layouts/default.vue
middleware/auth.global.ts
+10
-0
middleware/auth.global.ts
nuxt.config.ts
+3
-16
nuxt.config.ts
package-lock.json
+71
-40
package-lock.json
package.json
+3
-1
package.json
pages/compare.vue
+2
-2
pages/compare.vue
pages/favorites.vue
+101
-41
pages/favorites.vue
pages/index.vue
+81
-29
pages/index.vue
stores/headerStore.ts
+20
-0
stores/headerStore.ts
stores/tokenStore.ts
+38
-4
stores/tokenStore.ts
stores/userStore.ts
+31
-0
stores/userStore.ts
types/products.ts
+6
-5
types/products.ts
with
460 additions
and
155 deletions
+460
-155
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets