Ivy-Interactive / Ivy-Interactive/Rusty-Framework
[Widgets] Implement Rust Widget APIs for Sheet Drawer Modals and DropDownMenu Overlays
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 3
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Problem Statement
Missing Rust API for Sheet (slide-over side drawer modal) and complete export/builder for DropDownMenu.
Missing Rust Widgets
Sheet(drawer modal with positions:Left,Right,Top,Bottom, header, body, footer slots)DropDownMenu(menu items, icons, keyboard shortcuts, disabled states, submenus)
Proposed Architecture & Design
- Add
sheet.rsinrusty/src/widgets/. - Refactor and re-export
DropDownMenuinrusty/src/widgets/mod.rs. - Support triggers and backdrop dismiss events.
Acceptance Criteria
-
SheetandDropDownMenuRust APIs implemented with full builder methods. - Exported in
rusty::widgets.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading rusty/src/widgets/mod.rs and the existing widget APIs to understand export and builder conventions. Add rusty/src/widgets/sheet.rs and complete the DropDownMenu export and builder, including the listed slots, menu states, triggers, and backdrop dismiss events. Done means both APIs are fully available from rusty::widgets and satisfy every acceptance criterion.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100