-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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 <[email protected]> * Update reflex/components/radix/themes/components/context_menu.py Co-authored-by: Thomas Brandého <[email protected]> * Update reflex/components/radix/themes/components/context_menu.py Co-authored-by: Thomas Brandého <[email protected]> * Update reflex/components/radix/themes/components/context_menu.py Co-authored-by: Thomas Brandého <[email protected]> * Reformat code * Add automatically modified pyi file * Update context_menu.pyi file --------- Co-authored-by: Thomas Brandého <[email protected]>
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? |
Hi, any update on this would be highly appreciate. I really like this project and would love to contribute more |
If you get so many errors it's possible you have a version of pyright that is too recent compared to the one being used on Reflex. We're working on updating to latest pyright so soon it shouldn't be a problem anymore. |
Also, even if it's a work in progress, feel free to open a PR/ Draft PR so we can actually look at the change you made and test them locally, it'll be easier for any team member to help you 👍 |
…al fix for reflex-dev#4262) label, group, radio, radio_group
@Lendemor i have created a pull request Wrapping extra components inside of the Context Menu Component #4831. Do let me know any additional changes required . |
* Wrapping extra components inside of the Context Menu Component (partial fix for #4262) label, group, radio, radio_group * removed unwanted changes * removed codespell ignores and pyright type checking ignores * remove misc changes --------- Co-authored-by: Khaleel Al-Adhami <[email protected]>
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: