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

feat(SettingsMenuMobile): add component #47

Merged
merged 6 commits into from
Jun 6, 2023
Merged

Conversation

Lunory
Copy link
Collaborator

@Lunory Lunory commented Jun 5, 2023

No description provided.

@Lunory Lunory requested a review from DarkGenius as a code owner June 5, 2023 19:04
@gravity-ui-bot
Copy link
Contributor

Preview is ready.

function SettingsMenu({items, onChange, activeItem}, ref) {
const [focusItem, setFocus] = React.useState<string>();
function SettingsMenu({items, onChange, activeItemId}, ref) {
const [focusItemId, setFocus] = React.useState<string>();
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why is the setter name not setFocusItemId?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I'll rename it

@Lunory Lunory force-pushed the lunory/mobile-header-fixes branch from f1f544e to 787bc45 Compare June 6, 2023 08:50
@Lunory Lunory merged commit 092b6c4 into main Jun 6, 2023
@Lunory Lunory deleted the lunory/mobile-header-fixes branch June 6, 2023 12:00
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