-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Wrapping some extra components inside of the Context Menu Component #4262
Comments
Hey @tgberkeley! I would love to contribute to Reflex, the link that the linear bot posted is not opening up for me though. Is this task still available? |
The link posted by the linear bot doesn't have additional info, it's just there for tracking in our private linear. |
Awesome, if you could set me as assignee for this task please, I'd appreciate it! |
Hi @tgberkeley and @Lendemor if possible I would love to be assigned to this issue. I have got the project locally working and have an idea of how to wrap these components. If this is available, please assign it to me. |
Hi @tgberkeley and @KarinaNi, I would love to collaborate with you two and take over the CheckboxItem part. |
Updated the initial post with a checklist for the missing components. The PR for the checkbox seems to works, we just need the others now 👍 |
Hi, |
* Add ContextMenuCheckBoxItem component * Remove toggle_state method * Import Checkbox and implement ContextMenuCheckbox class * Change parameter for create function * Reformat code and import block * Removed unused vars * Format file * Remove create method * Reformat code * Update reflex/components/radix/themes/components/context_menu.py Co-authored-by: Thomas Brandého <thomas.brandeho@gmail.com> * Update reflex/components/radix/themes/components/context_menu.py Co-authored-by: Thomas Brandého <thomas.brandeho@gmail.com> * Update reflex/components/radix/themes/components/context_menu.py Co-authored-by: Thomas Brandého <thomas.brandeho@gmail.com> * Update reflex/components/radix/themes/components/context_menu.py Co-authored-by: Thomas Brandého <thomas.brandeho@gmail.com> * Reformat code * Add automatically modified pyi file * Update context_menu.pyi file --------- Co-authored-by: Thomas Brandého <thomas.brandeho@gmail.com>
Hi @KarinaNi, how are the RadioGroup and RadioItem going for you? I've finished the CheckBoxItem part. |
Hi, I shall try to finish it by today. I added all items so ill just commit the radio ones so give me a bit of time so i finish that |
update: finished making the changes in code. Trying to get all success in the tests
currently getting errors related to navbar, table etc in pyright reflex tests |
You should |
After doing that, I seem to get more errors than before (422errors, 2 warning) any idea what could be causing it and how to fix it? |
For the context menu we have not wrapped some of the components.
We wrap the context menu here in the code: https://github.com/reflex-dev/reflex/blob/main/reflex/components/radix/themes/components/context_menu.py and we want to add these other sub-components mentioned above with all their props and event handlers.
The text was updated successfully, but these errors were encountered: