-
-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Улучшение кнопки добавления аватарки #1241
base: master
Are you sure you want to change the base?
Conversation
@WerySkok @Lumaeris @maksalees @mrilyew мнение? я бы принял |
какой то странный diff правда |
тебе не нравится эта кнопка так не смотри |
сам |
Шановні розробники OpenVK, а я звертаю увагу на рядки з hard localisation, яких по хорошому не має бути 😿 |
3bc2a65
to
3a8cbe0
Compare
3a8cbe0
to
a88e929
Compare
ненавижу гит |
@veselcraft вооот так получше должно быть |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
приведи code style в порядок!)
<div class="avatar_controls"> | ||
<div {if !$hasAvatar}style="display:none"{/if} class="avatarDelete hoverable"></div> | ||
<div class="avatar_variants"> | ||
<a {if $hasAvatar}style="display:none"{/if} class="_add_image hoverable upload_image" id="add_image"> | ||
<span>{_add_image}</span></a> | ||
<a {if !$hasAvatar}style="display:none"{/if} class="_add_image hoverable set_image" id="add_image"> | ||
<span>{_upload_new_picture}</span></a> | ||
</div> | ||
</div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
лишние табы
Web/static/js/al_wall.js
Outdated
document.querySelector(".avatar_controls").style.display = "none" | ||
document.querySelector(".add_image_text").style.display = "block" | ||
document.querySelector(".avatar_controls .set_image").style.display = "none" | ||
document.querySelector(".avatar_controls .avatarDelete").style.display = "none" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
лишний таб
До:
После: