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

Bug/NFTPAR 1070 horizontal paddings #84

Open
wants to merge 18 commits into
base: develop
Choose a base branch
from

Conversation

a-mikhailova
Copy link
Contributor

No description provided.

@a-mikhailova a-mikhailova self-assigned this Jan 11, 2022
font-weight: 500;
font-size: 16px;
margin: 4px 0;
padding: 8px 16px;
Copy link
Contributor

Choose a reason for hiding this comment

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

please use gap for paddings

Copy link
Contributor Author

Choose a reason for hiding this comment

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

погодь, я сначала задачки по сути сделаю, потом возьмемся за рефакторинг)

Copy link
Contributor

Choose a reason for hiding this comment

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

Тут не так много, чтобы не порефачить. Весь новый код должен быть в новом стиле.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Кость, это не новый код - это я просто перенесла кусок, потому что разбросаны были по файлу куски от одного и тоже и дубликат лежал

Copy link
Contributor

Choose a reason for hiding this comment

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

Завел задачу на рефактор:
https://cryptousetech.atlassian.net/browse/NFTPAR-1085

давайте сразу поправим если видим, а то до полноценного рефактора мы еще не скоро доберемся, а так, пока мимо проходим - поправить бы чтоб в следующий раз глаза не резало

Copy link
Contributor Author

Choose a reason for hiding this comment

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

поправлю, как закончу задачки. Кость, ты пока не отвлекайся на мои коммиты - это я мелко-задачки пошагово лью (упражняюсь со взаимодействием github с jira:) )
У меня, как готово будет к просмотру, я тебе маякну ;)

@@ -198,7 +198,7 @@ h4.ui.header {
height: 48px;

& .menu > .item {
padding: 8px calc( (var(--gap) / 2) * 5) !important;
padding: 8px calc((var(--gap) / 2) * 5) !important;
Copy link
Contributor

Choose a reason for hiding this comment

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

please use gap for paddings

p {
margin: 0;
color:var(--modal-warning-text-color);
color: var(--modal-warning-text-color);
font-family: var(--font-roboto);
padding: 0.3rem 1.5rem 0 0 !important;
Copy link
Contributor

Choose a reason for hiding this comment

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

use gap here too


const AppCtx = React.createContext<IAppContext>({ previewButtonDisplayed: false, setPreviewButtonDisplayed: () => { } });

function AppProvider({ children }: Props): React.ReactElement<Props> {
Copy link
Contributor

@kpozdnikin kpozdnikin Jan 14, 2022

Choose a reason for hiding this comment

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

а что это в паддингах? лучше это в отдельной задаче на previewButton сделать, я найду таску, на тебя поставлю

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.

3 participants