Skip to content

Commit e83f75f

Browse files
BigTows7architect
authored andcommitted
Change default sortBy value
1 parent 9ff1069 commit e83f75f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+1135
-857
lines changed

.eslintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"eslint:recommended",
55
"plugin:vue/base",
66
"plugin:vue/vue3-strongly-recommended",
7-
"plugin:prettier-vue/recommended",
7+
"plugin:prettier-vue/recommended"
88
],
99
"rules": {
1010
"no-unused-vars": "off",

.idea/codeStyles/Project.xml

Lines changed: 7 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="ru">
33
<head>
44
<meta charset="UTF-8" />
5-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
66
<link rel="preload" href="/images/icon.png" as="image">
77
<link rel="icon" href="/favicon.ico" />
88
<link rel="stylesheet" href="/src/styles.css">
@@ -25,10 +25,6 @@
2525
document.getElementById('progress-light').style.display = 'block'
2626
}
2727
</script>
28-
<style>
29-
.dark .progress-dark { }
30-
.progress-light {}
31-
</style>
3228
<script type="module" src="/src/main.js"></script>
3329
</body>
3430
</html>

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,18 @@
2323
"@ckeditor/ckeditor5-vue": "^2.0.1",
2424
"@iconicicons/vue3": "1.5.0",
2525
"@vueup/vue-quill": "1.0.0-beta.7",
26+
"@vueuse/components": "^6.4.1",
2627
"@vueuse/core": "6.0.0",
28+
"@vueuse/gesture": "^1.0.0",
2729
"@vueuse/integrations": "6.0.0",
2830
"@vueuse/motion": "1.6.0",
2931
"@vueuse/router": "6.0.0",
3032
"axios": "0.21.1",
33+
"bezier-easing": "^2.1.0",
3134
"color": "4.0.1",
35+
"colorjs.io": "^0.0.3",
3236
"fastcomments-vue-next": "2.0.1",
37+
"html-to-text": "^8.0.0",
3338
"lodash": "4.17.21",
3439
"masonry-layout": "4.2.2",
3540
"mitt": "2.1.0",
@@ -39,8 +44,8 @@
3944
"sass": "1.38.2",
4045
"string-to-color": "2.2.2",
4146
"swiper": "6.8.4",
47+
"unplugin-vue-components": "^0.15.2",
4248
"vee-validate": "4.4.9",
43-
"vite-plugin-components": "0.13.3",
4449
"vite-plugin-windicss": "1.3.0",
4550
"vue": "3.2.8",
4651
"vue-i18n": "9.1.7",

0 commit comments

Comments
 (0)