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

OV-29: Add Video Items Menu #48

Merged
merged 36 commits into from
Aug 30, 2024
Merged

Conversation

lfelix3011
Copy link
Collaborator

@lfelix3011 lfelix3011 commented Aug 22, 2024

This Pull Request is for task #29

  • Add a menu that can apply any type of body as a child
  • After you click on menu icon, menu body should open
  • Menu body should apply child and title as a props

1
2
3
4
5

As suggested in review uses of icons of font-awsome
image

@lfelix3011 lfelix3011 added the FE Fronted feature label Aug 22, 2024
@lfelix3011 lfelix3011 added this to the Release 1.0 milestone Aug 22, 2024
@lfelix3011 lfelix3011 self-assigned this Aug 22, 2024
@lfelix3011 lfelix3011 linked an issue Aug 22, 2024 that may be closed by this pull request
6 tasks
const [activeContent, setActiveContent] = useState<React.ReactNode | null>(
null,
);
const [activeTitle, setActiveTitle] = useState<string | React.ReactNode>(
Copy link
Collaborator

@Sanchousina Sanchousina Aug 29, 2024

Choose a reason for hiding this comment

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

If the states are related data, like here title and content, wouldn't it be better to store it as an object?

@nikita-remeslov nikita-remeslov merged commit 5ac5142 into next Aug 30, 2024
2 checks passed
@nikita-remeslov nikita-remeslov deleted the task/OV-29-add-video-items-menu branch August 30, 2024 12:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FE Fronted feature
Projects
Status: To Be Tested
Development

Successfully merging this pull request may close these issues.

FEAT: Add video items menu
6 participants