-
Notifications
You must be signed in to change notification settings - Fork 0
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
Dev 10: add lookpin page #23
Conversation
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.
В целом гуд, только не нравится, что изменения из #22 заехали
.input-area::placeholder { | ||
text-align: left; /* Центрирует текст placeholder */ | ||
color: #888; /* Цвет текста для placeholder */ | ||
} |
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.
Перевод строки в конце файла
|
||
.input-area::placeholder { | ||
text-align: left; /* Центрирует текст placeholder */ | ||
color: #888; /* Цвет текста для placeholder */ |
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.
В cssVars
resize: none; | ||
padding: 8px; | ||
font-size: 16px; | ||
border: 1px solid #ccc; |
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.
Цвет в cssVars
public/components/input/input.js
Outdated
|
||
const parent = this.Parent; | ||
if (parent) { | ||
parent.innerHTML += renderedTemplate; | ||
|
||
} | ||
|
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.
Смущает, что тут пропала вставка инпута в родитель
public/constants/config.js
Outdated
|
||
// text_area: | ||
// { | ||
// icon: './assets/icons/pinset-logo.svg', | ||
// placeHolder: 'Еуые', | ||
// maxLength: 250, | ||
// fontSize: '10px', | ||
// minHeight: '100px', | ||
// maxHeight: '200px', | ||
// autoExpand: true, | ||
// } |
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.
Закомменченные строчки не оставляем в коде + нет перевода строки в конце файла
public/pages/addPin/lookPin.css
Outdated
gap: 0.5rem; | ||
background-color: var(--project-primary-white); | ||
border-radius: 5%; | ||
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); |
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.
Этот цвет тоже в cssVars
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.
В целом ок. Удали сам пустые строчки
public/pages/editPin/editPin.css
Outdated
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
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.
Втф, что за пустые поля просто
{{!-- <div class="editpin__pinboard"> | ||
<div class="editpin__pinboard-text">Выберите доску</div> | ||
{{{BoardsList}}} | ||
</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.
Удалить, если не планируется использовать, либо добавить TODO на раскоменчивание, когда
No description provided.