You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add SVG marker element support
- Add Marker class with all standard SVG marker attributes
- Include marker in SVG namespace and convenience functions
- Add test coverage for marker element
- Follows established patterns for SVG element implementation
Co-Authored-By: khaleel@reflex.dev <khaleel.aladhami@gmail.com>
* Add marker to _MAPPING for proper lazy loading
- Enables marker component to be discovered by Reflex's import system
- Addresses PR feedback from @adhami3310
Co-Authored-By: khaleel@reflex.dev <khaleel.aladhami@gmail.com>
* Revert marker from _MAPPING
- Remove marker from top-level _MAPPING as requested by @adhami3310
- Marker should only be available at rx.el.marker and rx.el.svg.marker
- Addresses PR feedback to keep marker in el namespace only
Co-Authored-By: khaleel@reflex.dev <khaleel.aladhami@gmail.com>
* Add marker to el elements _MAPPING
- Enables rx.el.marker and rx.el.svg.marker access
- Addresses PR feedback from @adhami3310
- Marker now properly available through el namespace only
Co-Authored-By: khaleel@reflex.dev <khaleel.aladhami@gmail.com>
* Update pyi_hashes.json after adding marker to el elements
- Generated by update-pyi-files pre-commit hook
- Fixes pre-commit issues as requested by @adhami3310
- All pre-commit hooks now pass with proper environment
Co-Authored-By: khaleel@reflex.dev <khaleel.aladhami@gmail.com>
---------
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: khaleel@reflex.dev <khaleel.aladhami@gmail.com>
0 commit comments