-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
LDBR 3.22: Добавить адаптивности в верстку (#40)
* LDBR-3.22: Исправить пропажу error сообщений в Register View * LDBR-3.22: Исправить wrapper у view, вынести повторяющиеся стили * LDBR-3.22: Истправить футер * LDBR-3.22: Добавить Flexbox для профиля * LDBR-3.22: Добавить сокрытие меню, возврат скролла в card popup, начальное заполнение списка участников карточки (в поиске) * LDBR-3.24: Правки после РК по интерфейсам. (#41) * LDBR-3.22: Исправить пропажу кнопок navbar'a в /login * LDBR-3.22: Добавить смену видимости элементов navbar в зависимости от width браузера * LDBR-3.22: Исправить футер на 404 * LDBR-3.22: Правки в положение аватара в мобильной и десктоп версии, чето в 404 * LDBR-3.22: Исправить баг с непонятным отступом в /profile * LDBR-3.22: Исправить баги с textarea и input * LDBR-3.22: Добавить адаптивность в popup'ы * LDBR-3.22: Увеличить площадь клика на элемент в navbar * LDBR-3.22: Добавитть заполнение списка пользователей членами команды, карточки, доски, если число символов < 3 * LDBR-3.22: Добавить поинтер на дедлайн * LDBR-3.22: Удаление пользователя из всех карточек, если он был удален из доски * LDBR-3.22: Добавить обновление чеклиста (CUD) без перезагрузка страницы, в случае переоткрытия попапа * LDBR-3.22: Добавить обновление элемента чеклиста (CUD) без перезагрузка страницы, в случае переоткрытия попапа * LDBR-3.22: Заблокировать возможность удалить самого себя из доски * LDBR-3.22: Добавить flex-wrap для участников доски * LDBR-3.22: Fix footer.scss * LDBR-3.22: убрать автофокус при добавлении комментария, добавить поинтер на дедлайн. * LDBR-3.22: Подверстать комментарии. * LDBR-3.22: Исправить верстку комментариев, исправить авторство комментария. * LDBR-3.22: Откатить дату комментария. * LDBR-3.22: Исправить формат даты комментария. * LDBR-3.22: исправить иконки списка досок и ширину попапа. * LDBR-3.22: Добавить data для комментария. * LDBR-3.22: Исправить сохранение uid юзера. * LDBR-3.22: Исправить toLocaleString. * LDBR-3.22: Исправить README Co-authored-by: Dmitry Peshkov <[email protected]> Co-authored-by: DPeshkoff <[email protected]>
- Loading branch information
1 parent
adce9ea
commit a614caa
Showing
43 changed files
with
965 additions
and
1,134 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,40 @@ | ||
<header id="header-main"> | ||
<div class="navbar__wrapper"> | ||
<div class="navbar"> | ||
<a href="/" draggable="false"> | ||
<img alt="Brrrello" src="/assets/logo.webp" class="navbar__logo" | ||
draggable="false"/> | ||
</a> | ||
<div class="navbar__links"> | ||
{{#if isAuthorized}} | ||
<div class="navbar__link-wrapper"><a href="/boards" class="navbar__link">Доски</a></div> | ||
<a href="/profile" class="avatar-wrapper"> | ||
<img id="navbarAvatarId" class="avatar-navbar-edition" | ||
src="{{avatar}}" | ||
alt="{{userName}}"> | ||
<span id="navbarUserNameId">{{userName}}</span> | ||
</a> | ||
|
||
<div class="navbar__link-wrapper"><a id="logout" class="navbar__link">Выход</a></div> | ||
{{else}} | ||
<div class="navbar__link-wrapper"><a href="/login" class="navbar__link">Войти</a></div> | ||
<div class="navbar__link-wrapper"><a href="/register" class="navbar__link">Зарегистрироваться</a></div> | ||
{{/if}} | ||
<div class="navbar__logo-wrapper"> | ||
<a href="/" draggable="false"> | ||
<img alt="Brrrello" src="/assets/logo.webp" class="navbar__logo" | ||
draggable="false"/> | ||
</a> | ||
<div class="navbar__hamburger-wrapper" id="hamburgerBtnId"> | ||
<div class="material-icon-hamburger"></div> | ||
</div> | ||
</div> | ||
{{# if navbar.linksVisible }} | ||
<div class="navbar__links"> | ||
{{#if isAuthorized}} | ||
<a class="navbar__link-wrapper" href="/boards" ><div class="navbar__link">Доски</div></a> | ||
<a href="/profile" class="avatar-wrapper"> | ||
{{#if navbar.isMobile }} | ||
<span id="navbarUserNameId">{{userName}}</span> | ||
<img id="navbarAvatarId" class="avatar-navbar-edition avatar-navbar-edition_margin_left" | ||
src="{{avatar}}" | ||
alt="{{userName}}"> | ||
{{else}} | ||
<img id="navbarAvatarId" class="avatar-navbar-edition" | ||
src="{{avatar}}" | ||
alt="{{userName}}"> | ||
<span id="navbarUserNameId">{{userName}}</span> | ||
{{/if}} | ||
</a> | ||
|
||
<a id="logout" class="navbar__link-wrapper"><div class="navbar__link">Выход</div></a> | ||
{{else}} | ||
<a class="navbar__link-wrapper" href="/login"><div class="navbar__link">Войти</div></a> | ||
<a class="navbar__link-wrapper" href="/register"><div class="navbar__link">Зарегистрироваться</div></a> | ||
{{/if}} | ||
</div> | ||
{{/if}} | ||
</div> | ||
</div> | ||
</header> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.