From d7935d29efee9d1a216db74ff5875c3bf13e2477 Mon Sep 17 00:00:00 2001 From: Iskandarov Timur Date: Tue, 16 Jul 2024 12:32:03 +0500 Subject: [PATCH] =?UTF-8?q?FIx=20-=20=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20=D0=B2=D0=BE=20=D0=B2=D1=81=D1=82=D0=B5=20=D1=84=D0=B0?= =?UTF-8?q?=D0=B9=D0=BB=D1=8B=20=D0=BF=D1=80=D0=BE=D0=B5=D0=BA=D1=82=D0=B0?= =?UTF-8?q?=20=D0=BF=D1=83=D1=81=D1=82=D1=83=D1=8E=20=D1=81=D1=82=D1=80?= =?UTF-8?q?=D0=BE=D0=BA=D1=83=20=D0=B2=20=D0=BA=D0=BE=D0=BD=D0=B5=D1=86=20?= =?UTF-8?q?-=20=D0=9F=D1=80=D0=BE=D0=B2=D0=B5=D1=80=D0=B8=D0=BB=20=D0=B8?= =?UTF-8?q?=20=D0=B7=D0=B0=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB=20=D0=B2=D0=BE=20?= =?UTF-8?q?=D0=B2=D1=81=D0=B5=D1=85=20=D1=84=D0=B0=D0=B9=D0=BB=D0=B0=D1=85?= =?UTF-8?q?=20=D0=BF=D1=80=D0=BE=D0=B5=D0=BA=D1=82=D0=B0=20=D0=B4=D0=B2?= =?UTF-8?q?=D0=BE=D0=B9=D0=BD=D1=8B=D0=B5=20=D0=BA=D0=B0=D0=B2=D1=8B=D1=87?= =?UTF-8?q?=D0=BA=D0=B8=20=D0=BD=D0=B0=20=D0=BE=D0=B4=D0=B8=D0=BD=D0=B0?= =?UTF-8?q?=D1=80=D0=BD=D1=8B=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- netlify.toml | 3 ++- src/components/avatar.hbs | 2 +- src/components/button.hbs | 2 +- src/components/change-avatar.hbs | 2 +- src/components/chat-item.hbs | 2 +- src/components/error-message.hbs | 2 +- src/components/form-group.hbs | 2 +- src/components/search-chats.hbs | 2 +- src/index.html | 2 +- src/main.js | 2 +- src/pages/error-not-found/index.html | 2 +- src/pages/error-not-found/index.js | 2 +- src/pages/error-not-found/style.scss | 2 +- src/pages/error-server/index.html | 2 +- src/pages/error-server/index.js | 2 +- src/pages/error-server/style.scss | 2 +- src/pages/login/index.html | 2 +- src/pages/login/index.js | 2 +- src/pages/login/style.scss | 2 +- src/pages/messenger/index.html | 2 +- src/pages/messenger/index.js | 4 ++-- src/pages/messenger/style.scss | 2 +- src/pages/profile-change-data/index.html | 2 +- src/pages/profile-change-data/index.js | 4 ++-- src/pages/profile-change-data/style.scss | 2 +- src/pages/profile-change-password/index.html | 2 +- src/pages/profile-change-password/index.js | 2 +- src/pages/profile-change-password/style.scss | 2 +- src/pages/profile/index.html | 2 +- src/pages/profile/index.js | 2 +- src/pages/profile/style.scss | 2 +- src/pages/sign-up/index.html | 2 +- src/pages/sign-up/index.js | 4 ++-- src/pages/sign-up/style.scss | 2 +- src/style.scss | 2 +- src/styles/components/badge.scss | 2 +- src/styles/components/button.scss | 2 +- src/styles/components/error-message.scss | 2 +- src/styles/components/form-group.scss | 2 +- src/styles/components/main-layout.scss | 2 +- src/styles/default.scss | 2 +- src/styles/main.scss | 2 +- src/styles/reset.scss | 2 +- static/assets/icons.svg | 2 +- vite.config.js | 2 +- 45 files changed, 49 insertions(+), 48 deletions(-) diff --git a/netlify.toml b/netlify.toml index c16029702..5fe8c894b 100644 --- a/netlify.toml +++ b/netlify.toml @@ -6,4 +6,5 @@ # “publish” is the directory to publish (relative to the root of your repo). [build] - publish = "dist" \ No newline at end of file + publish = "dist" + \ No newline at end of file diff --git a/src/components/avatar.hbs b/src/components/avatar.hbs index afa2c5175..c67bc9007 100644 --- a/src/components/avatar.hbs +++ b/src/components/avatar.hbs @@ -1,4 +1,4 @@ - \ No newline at end of file + diff --git a/src/components/button.hbs b/src/components/button.hbs index a3c939bbb..197abd00a 100644 --- a/src/components/button.hbs +++ b/src/components/button.hbs @@ -12,4 +12,4 @@ > {{caption}} -{{/if}} \ No newline at end of file +{{/if}} diff --git a/src/components/change-avatar.hbs b/src/components/change-avatar.hbs index f6be88e9f..560f30018 100644 --- a/src/components/change-avatar.hbs +++ b/src/components/change-avatar.hbs @@ -1,3 +1,3 @@
{{label}} -
\ No newline at end of file + diff --git a/src/components/chat-item.hbs b/src/components/chat-item.hbs index ab575dc45..4914bf0c8 100644 --- a/src/components/chat-item.hbs +++ b/src/components/chat-item.hbs @@ -19,4 +19,4 @@ {{/if}} - \ No newline at end of file + diff --git a/src/components/error-message.hbs b/src/components/error-message.hbs index f86969f89..d0387708b 100644 --- a/src/components/error-message.hbs +++ b/src/components/error-message.hbs @@ -6,4 +6,4 @@ {{#if errorLinkTitle}}{{errorLinkTitle}}{{else}}Ссылка{{/if}} {{/if}} - \ No newline at end of file + diff --git a/src/components/form-group.hbs b/src/components/form-group.hbs index 693f9e188..581d1e5d4 100644 --- a/src/components/form-group.hbs +++ b/src/components/form-group.hbs @@ -24,4 +24,4 @@ {{prompt}} {{/if}} - \ No newline at end of file + diff --git a/src/components/search-chats.hbs b/src/components/search-chats.hbs index c5910fbe4..1becd695d 100644 --- a/src/components/search-chats.hbs +++ b/src/components/search-chats.hbs @@ -8,4 +8,4 @@ Поиск - \ No newline at end of file + diff --git a/src/index.html b/src/index.html index ddb6f0b18..6bfb5c96e 100644 --- a/src/index.html +++ b/src/index.html @@ -30,4 +30,4 @@

- \ No newline at end of file + diff --git a/src/main.js b/src/main.js index 3b4de182d..492ba50cf 100644 --- a/src/main.js +++ b/src/main.js @@ -1,2 +1,2 @@ import './styles/main.scss'; -import './style.scss' \ No newline at end of file +import './style.scss' diff --git a/src/pages/error-not-found/index.html b/src/pages/error-not-found/index.html index f96a01f16..d726e70a2 100644 --- a/src/pages/error-not-found/index.html +++ b/src/pages/error-not-found/index.html @@ -17,4 +17,4 @@ }} - \ No newline at end of file + diff --git a/src/pages/error-not-found/index.js b/src/pages/error-not-found/index.js index 47d1b8973..cad73a0e4 100644 --- a/src/pages/error-not-found/index.js +++ b/src/pages/error-not-found/index.js @@ -1,2 +1,2 @@ import '../../styles/main.scss'; -import './style.scss'; \ No newline at end of file +import './style.scss'; diff --git a/src/pages/error-not-found/style.scss b/src/pages/error-not-found/style.scss index 692fef1ae..fe118f13d 100644 --- a/src/pages/error-not-found/style.scss +++ b/src/pages/error-not-found/style.scss @@ -4,4 +4,4 @@ align-items: center; justify-content: center; } -} \ No newline at end of file +} diff --git a/src/pages/error-server/index.html b/src/pages/error-server/index.html index 60d50cc5b..351f18f1a 100644 --- a/src/pages/error-server/index.html +++ b/src/pages/error-server/index.html @@ -17,4 +17,4 @@ }} - \ No newline at end of file + diff --git a/src/pages/error-server/index.js b/src/pages/error-server/index.js index 47d1b8973..cad73a0e4 100644 --- a/src/pages/error-server/index.js +++ b/src/pages/error-server/index.js @@ -1,2 +1,2 @@ import '../../styles/main.scss'; -import './style.scss'; \ No newline at end of file +import './style.scss'; diff --git a/src/pages/error-server/style.scss b/src/pages/error-server/style.scss index 692fef1ae..fe118f13d 100644 --- a/src/pages/error-server/style.scss +++ b/src/pages/error-server/style.scss @@ -4,4 +4,4 @@ align-items: center; justify-content: center; } -} \ No newline at end of file +} diff --git a/src/pages/login/index.html b/src/pages/login/index.html index caf50285c..e08de9837 100644 --- a/src/pages/login/index.html +++ b/src/pages/login/index.html @@ -35,4 +35,4 @@ - \ No newline at end of file + diff --git a/src/pages/login/index.js b/src/pages/login/index.js index 47d1b8973..cad73a0e4 100644 --- a/src/pages/login/index.js +++ b/src/pages/login/index.js @@ -1,2 +1,2 @@ import '../../styles/main.scss'; -import './style.scss'; \ No newline at end of file +import './style.scss'; diff --git a/src/pages/login/style.scss b/src/pages/login/style.scss index 067525454..23f803e95 100644 --- a/src/pages/login/style.scss +++ b/src/pages/login/style.scss @@ -26,4 +26,4 @@ flex-direction: column; gap: 16px; } -} \ No newline at end of file +} diff --git a/src/pages/messenger/index.html b/src/pages/messenger/index.html index ffc0d0531..47b156801 100644 --- a/src/pages/messenger/index.html +++ b/src/pages/messenger/index.html @@ -136,4 +136,4 @@ - \ No newline at end of file + diff --git a/src/pages/messenger/index.js b/src/pages/messenger/index.js index a9e62e12b..cad73a0e4 100644 --- a/src/pages/messenger/index.js +++ b/src/pages/messenger/index.js @@ -1,2 +1,2 @@ -import "../../styles/main.scss"; -import "./style.scss" \ No newline at end of file +import '../../styles/main.scss'; +import './style.scss'; diff --git a/src/pages/messenger/style.scss b/src/pages/messenger/style.scss index 4bee7cf63..4396638b3 100644 --- a/src/pages/messenger/style.scss +++ b/src/pages/messenger/style.scss @@ -362,4 +362,4 @@ &:hover { background-color: rgb(1, 133, 189); } -} \ No newline at end of file +} diff --git a/src/pages/profile-change-data/index.html b/src/pages/profile-change-data/index.html index 4800ad621..f1f25d96b 100644 --- a/src/pages/profile-change-data/index.html +++ b/src/pages/profile-change-data/index.html @@ -51,4 +51,4 @@ - \ No newline at end of file + diff --git a/src/pages/profile-change-data/index.js b/src/pages/profile-change-data/index.js index a9e62e12b..cad73a0e4 100644 --- a/src/pages/profile-change-data/index.js +++ b/src/pages/profile-change-data/index.js @@ -1,2 +1,2 @@ -import "../../styles/main.scss"; -import "./style.scss" \ No newline at end of file +import '../../styles/main.scss'; +import './style.scss'; diff --git a/src/pages/profile-change-data/style.scss b/src/pages/profile-change-data/style.scss index ebeb5d20e..fa132e94c 100644 --- a/src/pages/profile-change-data/style.scss +++ b/src/pages/profile-change-data/style.scss @@ -94,4 +94,4 @@ &__actions { margin-top: 12px; } -} \ No newline at end of file +} diff --git a/src/pages/profile-change-password/index.html b/src/pages/profile-change-password/index.html index 5c0812a76..c709fa02d 100644 --- a/src/pages/profile-change-password/index.html +++ b/src/pages/profile-change-password/index.html @@ -58,4 +58,4 @@ - \ No newline at end of file + diff --git a/src/pages/profile-change-password/index.js b/src/pages/profile-change-password/index.js index 47d1b8973..cad73a0e4 100644 --- a/src/pages/profile-change-password/index.js +++ b/src/pages/profile-change-password/index.js @@ -1,2 +1,2 @@ import '../../styles/main.scss'; -import './style.scss'; \ No newline at end of file +import './style.scss'; diff --git a/src/pages/profile-change-password/style.scss b/src/pages/profile-change-password/style.scss index ebeb5d20e..fa132e94c 100644 --- a/src/pages/profile-change-password/style.scss +++ b/src/pages/profile-change-password/style.scss @@ -94,4 +94,4 @@ &__actions { margin-top: 12px; } -} \ No newline at end of file +} diff --git a/src/pages/profile/index.html b/src/pages/profile/index.html index b70541bfc..cd6c811ba 100644 --- a/src/pages/profile/index.html +++ b/src/pages/profile/index.html @@ -57,4 +57,4 @@ - \ No newline at end of file + diff --git a/src/pages/profile/index.js b/src/pages/profile/index.js index a9e62e12b..e899f3ebf 100644 --- a/src/pages/profile/index.js +++ b/src/pages/profile/index.js @@ -1,2 +1,2 @@ import "../../styles/main.scss"; -import "./style.scss" \ No newline at end of file +import './style.scss' diff --git a/src/pages/profile/style.scss b/src/pages/profile/style.scss index ca4ebd88c..dcb3cfaf3 100644 --- a/src/pages/profile/style.scss +++ b/src/pages/profile/style.scss @@ -126,4 +126,4 @@ color: #FF0000; } } -} \ No newline at end of file +} diff --git a/src/pages/sign-up/index.html b/src/pages/sign-up/index.html index da405a6a0..4a46c72a6 100644 --- a/src/pages/sign-up/index.html +++ b/src/pages/sign-up/index.html @@ -58,4 +58,4 @@ - \ No newline at end of file + diff --git a/src/pages/sign-up/index.js b/src/pages/sign-up/index.js index a9e62e12b..90dee7284 100644 --- a/src/pages/sign-up/index.js +++ b/src/pages/sign-up/index.js @@ -1,2 +1,2 @@ -import "../../styles/main.scss"; -import "./style.scss" \ No newline at end of file +import '../../styles/main.scss'; +import './style.scs'; diff --git a/src/pages/sign-up/style.scss b/src/pages/sign-up/style.scss index 68b5a11ec..6a4ccb78b 100644 --- a/src/pages/sign-up/style.scss +++ b/src/pages/sign-up/style.scss @@ -26,4 +26,4 @@ flex-direction: column; gap: 16px; } -} \ No newline at end of file +} diff --git a/src/style.scss b/src/style.scss index 1f1430f56..1cf2a2a74 100644 --- a/src/style.scss +++ b/src/style.scss @@ -39,4 +39,4 @@ color: rgb(0, 160, 227); text-decoration: none; } -} \ No newline at end of file +} diff --git a/src/styles/components/badge.scss b/src/styles/components/badge.scss index a6726f4ce..548bef0b8 100644 --- a/src/styles/components/badge.scss +++ b/src/styles/components/badge.scss @@ -18,4 +18,4 @@ text-align: center; border-radius: 50%; } -} \ No newline at end of file +} diff --git a/src/styles/components/button.scss b/src/styles/components/button.scss index cdfaef191..d17d2e2d6 100644 --- a/src/styles/components/button.scss +++ b/src/styles/components/button.scss @@ -51,4 +51,4 @@ color: #fff; } } -} \ No newline at end of file +} diff --git a/src/styles/components/error-message.scss b/src/styles/components/error-message.scss index 34b101eb7..e78c0a04d 100644 --- a/src/styles/components/error-message.scss +++ b/src/styles/components/error-message.scss @@ -19,4 +19,4 @@ text-decoration: none; color: #0078D2; } -} \ No newline at end of file +} diff --git a/src/styles/components/form-group.scss b/src/styles/components/form-group.scss index 38380c3c1..04a162bed 100644 --- a/src/styles/components/form-group.scss +++ b/src/styles/components/form-group.scss @@ -29,4 +29,4 @@ display: flex; flex-direction: column; gap: 12px; -} \ No newline at end of file +} diff --git a/src/styles/components/main-layout.scss b/src/styles/components/main-layout.scss index abfc2de81..89472b3c8 100644 --- a/src/styles/components/main-layout.scss +++ b/src/styles/components/main-layout.scss @@ -16,4 +16,4 @@ &__content { flex: 1 1 auto; } -} \ No newline at end of file +} diff --git a/src/styles/default.scss b/src/styles/default.scss index c2dae3800..48c1ecaed 100644 --- a/src/styles/default.scss +++ b/src/styles/default.scss @@ -20,4 +20,4 @@ body { .svg-icon { max-width: 20px; max-height: 20px; -} \ No newline at end of file +} diff --git a/src/styles/main.scss b/src/styles/main.scss index 0f2902ada..4fd8888c5 100644 --- a/src/styles/main.scss +++ b/src/styles/main.scss @@ -6,4 +6,4 @@ @import url("./components/input.scss"); @import url("./components/form-group.scss"); @import url("./components/main-layout.scss"); -@import url("./components/error-message.scss"); \ No newline at end of file +@import url("./components/error-message.scss"); diff --git a/src/styles/reset.scss b/src/styles/reset.scss index a00dc4175..70634f4f7 100644 --- a/src/styles/reset.scss +++ b/src/styles/reset.scss @@ -138,4 +138,4 @@ table { button { border: none; background: none; -} \ No newline at end of file +} diff --git a/static/assets/icons.svg b/static/assets/icons.svg index 010dd8162..fa0ec602c 100644 --- a/static/assets/icons.svg +++ b/static/assets/icons.svg @@ -68,4 +68,4 @@ - \ No newline at end of file + diff --git a/vite.config.js b/vite.config.js index 8178f84c7..591ba1031 100644 --- a/vite.config.js +++ b/vite.config.js @@ -220,4 +220,4 @@ export default defineConfig({ }) ], publicDir: '../static', -}); \ No newline at end of file +});