Skip to content
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

Merged
merged 15 commits into from
Nov 18, 2024
Merged

Dev 10: add lookpin page #23

merged 15 commits into from
Nov 18, 2024

Conversation

AlexNov03
Copy link
Collaborator

No description provided.

Copy link
Collaborator

@Gallaann Gallaann left a 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 */
}
Copy link
Collaborator

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 */
Copy link
Collaborator

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;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Цвет в cssVars

Comment on lines 35 to 41

const parent = this.Parent;
if (parent) {
parent.innerHTML += renderedTemplate;

}

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Смущает, что тут пропала вставка инпута в родитель

Comment on lines 135 to 145

// text_area:
// {
// icon: './assets/icons/pinset-logo.svg',
// placeHolder: 'Еуые',
// maxLength: 250,
// fontSize: '10px',
// minHeight: '100px',
// maxHeight: '200px',
// autoExpand: true,
// }
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Закомменченные строчки не оставляем в коде + нет перевода строки в конце файла

gap: 0.5rem;
background-color: var(--project-primary-white);
border-radius: 5%;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Этот цвет тоже в cssVars

@ironyyyr ironyyyr requested a review from Gallaann November 17, 2024 19:16
Copy link
Collaborator

@Gallaann Gallaann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

В целом ок. Удали сам пустые строчки

Comment on lines 113 to 124












Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Втф, что за пустые поля просто

Comment on lines +25 to +28
{{!-- <div class="editpin__pinboard">
<div class="editpin__pinboard-text">Выберите доску</div>
{{{BoardsList}}}
</div> --}}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Удалить, если не планируется использовать, либо добавить TODO на раскоменчивание, когда

@ironyyyr ironyyyr merged commit f85be18 into dev Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants