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

Сверстал страницу события #52

Merged
merged 4 commits into from
Jan 27, 2020
Merged

Conversation

frontstall
Copy link
Collaborator

@frontstall frontstall commented Jan 26, 2020

#30 Страницу ещё нужно завернуть в лейаут с футером-хэдером, добавить завитушку и адаптировать под мобилки. Поправить реализацию списка участников, когда станет понятно, как будет он приходить - с пагинацией или без.
UPD: добавил завитушку

@frontstall frontstall requested a review from mike1pol January 26, 2020 20:03
@frontstall frontstall changed the title #30 Сверстал страницу события Closes #30 Сверстал страницу события Jan 26, 2020
@frontstall frontstall changed the title Closes #30 Сверстал страницу события Сверстал страницу события Jan 26, 2020
@frontstall frontstall requested review from Realetive, mike1pol and strdmitriy and removed request for mike1pol January 26, 2020 20:24
return (
<ul className="Tags">
{data.map((name, i) => (
<li key={i} className="Tags__Item">
Copy link
Collaborator

Choose a reason for hiding this comment

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

не используй индексы для ключей, как вариант${name}_${i}
https://ru.reactjs.org/docs/lists-and-keys.html

Copy link
Collaborator Author

@frontstall frontstall Jan 27, 2020

Choose a reason for hiding this comment

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

все равно ключ будет завязан на индексе с теми же последствиями, как если использовать просто индекс. У нас пока нет других данных по тегам, на которые можно опереться, а имя тега может повторяться. Редактироваться теги в этом интерфейсе не могут, поэтому индекс в качестве ключа ок.

@frontstall frontstall requested a review from strdmitriy January 27, 2020 07:05
@mike1pol mike1pol merged commit f91e21f into master Jan 27, 2020
@frontstall frontstall deleted the theme-page branch January 27, 2020 16:43
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