-
Notifications
You must be signed in to change notification settings - Fork 2
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
base: develop
Are you sure you want to change the base?
Conversation
…on-search Bugfix/nftpar 1002 collection search
packages/apps/src/apps.scss
Outdated
font-weight: 500; | ||
font-size: 16px; | ||
margin: 4px 0; | ||
padding: 8px 16px; |
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.
please use gap for paddings
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.
погодь, я сначала задачки по сути сделаю, потом возьмемся за рефакторинг)
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.
Тут не так много, чтобы не порефачить. Весь новый код должен быть в новом стиле.
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.
Кость, это не новый код - это я просто перенесла кусок, потому что разбросаны были по файлу куски от одного и тоже и дубликат лежал
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.
Завел задачу на рефактор:
https://cryptousetech.atlassian.net/browse/NFTPAR-1085
давайте сразу поправим если видим, а то до полноценного рефактора мы еще не скоро доберемся, а так, пока мимо проходим - поправить бы чтоб в следующий раз глаза не резало
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.
поправлю, как закончу задачки. Кость, ты пока не отвлекайся на мои коммиты - это я мелко-задачки пошагово лью (упражняюсь со взаимодействием github с jira:) )
У меня, как готово будет к просмотру, я тебе маякну ;)
packages/apps/styles/global.scss
Outdated
@@ -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; |
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.
please use gap for paddings
packages/apps/styles/global.scss
Outdated
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; |
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.
use gap here too
packages/apps/src/AppContext.tsx
Outdated
|
||
const AppCtx = React.createContext<IAppContext>({ previewButtonDisplayed: false, setPreviewButtonDisplayed: () => { } }); | ||
|
||
function AppProvider({ children }: Props): React.ReactElement<Props> { |
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.
а что это в паддингах? лучше это в отдельной задаче на previewButton сделать, я найду таску, на тебя поставлю
No description provided.