Skip to content

improve dropdown modal, icons#321

Open
omsant02 wants to merge 6 commits intodevelopfrom
enchance-dropdowns-icons
Open

improve dropdown modal, icons#321
omsant02 wants to merge 6 commits intodevelopfrom
enchance-dropdowns-icons

Conversation

@omsant02
Copy link
Copy Markdown
Contributor

@omsant02 omsant02 commented Mar 31, 2025

enhanced dropdowns in the settings section with more dynamic ui

image
image

closes #319

@vercel
Copy link
Copy Markdown

vercel bot commented Mar 31, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
starknet-remix-plugin ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 21, 2025 1:53pm

@omsant02 omsant02 marked this pull request as ready for review April 1, 2025 13:06
@omsant02 omsant02 requested a review from varex83 April 1, 2025 13:13
@omsant02 omsant02 marked this pull request as draft April 1, 2025 13:24
@omsant02 omsant02 assigned omsant02 and unassigned omsant02 Apr 1, 2025
@omsant02 omsant02 marked this pull request as ready for review April 2, 2025 15:43
className,
...props
}) => (
<SelectPrimitive.Trigger asChild {...props}>
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Why do we want removing this (asChild)?

@varex83 varex83 requested a review from Copilot April 4, 2025 09:16
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot reviewed 1 out of 3 changed files in this pull request and generated no comments.

Files not reviewed (2)
  • plugin/src/components/ui_components/Select/styles.css: Language not supported
  • plugin/src/features/Environment/styles.css: Language not supported
Comments suppressed due to low confidence (2)

plugin/src/components/ui_components/Select/index.tsx:17

  • Removing the wrapper and the 'asChild' prop in the Trigger component changes the default clickable behavior; please verify that this alteration is intentional and update usage documentation as needed.
<SelectPrimitive.Trigger className={`SelectTrigger ${className ?? ""}`} {...props}>

plugin/src/components/ui_components/Select/index.tsx:27

  • Switching from 'asChild' to directly rendering the Content with additional popper properties may modify the DOM structure and behavior; please confirm that dependent components are updated to align with this change.
<SelectPrimitive.Content

@omsant02
Copy link
Copy Markdown
Contributor Author

omsant02 commented Apr 4, 2025

the dropdown was not getting the animations i wanted to added, that was not intentional, i'll fix it

Copy link
Copy Markdown
Contributor

@varex83 varex83 left a comment

Choose a reason for hiding this comment

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

Can you also add cursor style change while the select is opened. Now it set to default one (arrow), but we want to show hand cursor

@omsant02
Copy link
Copy Markdown
Contributor Author

Can you also add cursor style change while the select is opened. Now it set to default one (arrow), but we want to show hand cursor

sure

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Enchance dropdowns and icons

3 participants