Skip to content

Commit

Permalink
FIx
Browse files Browse the repository at this point in the history
- Добавил во всте файлы проекта пустую строку в конец
- Проверил и заменил во всех файлах проекта двойные
кавычки на одинарные
  • Loading branch information
Timur233 committed Jul 16, 2024
1 parent b4b8288 commit d7935d2
Show file tree
Hide file tree
Showing 45 changed files with 49 additions and 48 deletions.
3 changes: 2 additions & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@
# “publish” is the directory to publish (relative to the root of your repo).

[build]
publish = "dist"
publish = "dist"

2 changes: 1 addition & 1 deletion src/components/avatar.hbs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<span
class="{{classList}}"
style="background-image: url({{image}})">
</span>
</span>
2 changes: 1 addition & 1 deletion src/components/button.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
>
{{caption}}
</button>
{{/if}}
{{/if}}
2 changes: 1 addition & 1 deletion src/components/change-avatar.hbs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<div class="user-avatar {{classList}}" style="background-image: url({{image}});">
<span class="user-avatar__label">{{label}}</span>
</div>
</div>
2 changes: 1 addition & 1 deletion src/components/chat-item.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
</div>
{{/if}}
</div>
</div>
</div>
2 changes: 1 addition & 1 deletion src/components/error-message.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
{{#if errorLinkTitle}}{{errorLinkTitle}}{{else}}Ссылка{{/if}}
</a>
{{/if}}
</div>
</div>
2 changes: 1 addition & 1 deletion src/components/form-group.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
{{prompt}}
</div>
{{/if}}
</div>
</div>
2 changes: 1 addition & 1 deletion src/components/search-chats.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
Поиск
</span>
</div>
</div>
</div>
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ <h1 class="work-card__title">
</div>
</div>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
import './styles/main.scss';
import './style.scss'
import './style.scss'
2 changes: 1 addition & 1 deletion src/pages/error-not-found/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
}}
</div>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion src/pages/error-not-found/index.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
import '../../styles/main.scss';
import './style.scss';
import './style.scss';
2 changes: 1 addition & 1 deletion src/pages/error-not-found/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
align-items: center;
justify-content: center;
}
}
}
2 changes: 1 addition & 1 deletion src/pages/error-server/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
}}
</div>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion src/pages/error-server/index.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
import '../../styles/main.scss';
import './style.scss';
import './style.scss';
2 changes: 1 addition & 1 deletion src/pages/error-server/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
align-items: center;
justify-content: center;
}
}
}
2 changes: 1 addition & 1 deletion src/pages/login/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@
</form>
</div>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion src/pages/login/index.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
import '../../styles/main.scss';
import './style.scss';
import './style.scss';
2 changes: 1 addition & 1 deletion src/pages/login/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
flex-direction: column;
gap: 16px;
}
}
}
2 changes: 1 addition & 1 deletion src/pages/messenger/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,4 @@
</div>
</div>
</body>
</html>
</html>
4 changes: 2 additions & 2 deletions src/pages/messenger/index.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
import "../../styles/main.scss";
import "./style.scss"
import '../../styles/main.scss';
import './style.scss';
2 changes: 1 addition & 1 deletion src/pages/messenger/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -362,4 +362,4 @@
&:hover {
background-color: rgb(1, 133, 189);
}
}
}
2 changes: 1 addition & 1 deletion src/pages/profile-change-data/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@
</div>
</div>
</body>
</html>
</html>
4 changes: 2 additions & 2 deletions src/pages/profile-change-data/index.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
import "../../styles/main.scss";
import "./style.scss"
import '../../styles/main.scss';
import './style.scss';
2 changes: 1 addition & 1 deletion src/pages/profile-change-data/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,4 @@
&__actions {
margin-top: 12px;
}
}
}
2 changes: 1 addition & 1 deletion src/pages/profile-change-password/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@
</div>
</div>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion src/pages/profile-change-password/index.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
import '../../styles/main.scss';
import './style.scss';
import './style.scss';
2 changes: 1 addition & 1 deletion src/pages/profile-change-password/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,4 @@
&__actions {
margin-top: 12px;
}
}
}
2 changes: 1 addition & 1 deletion src/pages/profile/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@
</div>
</div>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion src/pages/profile/index.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
import "../../styles/main.scss";
import "./style.scss"
import './style.scss'
2 changes: 1 addition & 1 deletion src/pages/profile/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -126,4 +126,4 @@
color: #FF0000;
}
}
}
}
2 changes: 1 addition & 1 deletion src/pages/sign-up/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@
</form>
</div>
</body>
</html>
</html>
4 changes: 2 additions & 2 deletions src/pages/sign-up/index.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
import "../../styles/main.scss";
import "./style.scss"
import '../../styles/main.scss';
import './style.scs';
2 changes: 1 addition & 1 deletion src/pages/sign-up/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
flex-direction: column;
gap: 16px;
}
}
}
2 changes: 1 addition & 1 deletion src/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@
color: rgb(0, 160, 227);
text-decoration: none;
}
}
}
2 changes: 1 addition & 1 deletion src/styles/components/badge.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
text-align: center;
border-radius: 50%;
}
}
}
2 changes: 1 addition & 1 deletion src/styles/components/button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@
color: #fff;
}
}
}
}
2 changes: 1 addition & 1 deletion src/styles/components/error-message.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
text-decoration: none;
color: #0078D2;
}
}
}
2 changes: 1 addition & 1 deletion src/styles/components/form-group.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@
display: flex;
flex-direction: column;
gap: 12px;
}
}
2 changes: 1 addition & 1 deletion src/styles/components/main-layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
&__content {
flex: 1 1 auto;
}
}
}
2 changes: 1 addition & 1 deletion src/styles/default.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ body {
.svg-icon {
max-width: 20px;
max-height: 20px;
}
}
2 changes: 1 addition & 1 deletion src/styles/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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");
@import url("./components/error-message.scss");
2 changes: 1 addition & 1 deletion src/styles/reset.scss
Original file line number Diff line number Diff line change
Expand Up @@ -138,4 +138,4 @@ table {
button {
border: none;
background: none;
}
}
2 changes: 1 addition & 1 deletion static/assets/icons.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -220,4 +220,4 @@ export default defineConfig({
})
],
publicDir: '../static',
});
});

0 comments on commit d7935d2

Please sign in to comment.