Skip to content
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

[Feature] Select component for Codex UI #279

Merged
merged 6 commits into from
Dec 16, 2024
Merged

Conversation

DeadCreator
Copy link
Contributor

Added Dropdown component implementation (#273), but in component only one option is selectable. Also updated icons package version in package json's

Added Dropdown component implementation, but in component only one option is selectable. Also updated icons package version in package json's
@DeadCreator DeadCreator self-assigned this Nov 28, 2024
@DeadCreator DeadCreator requested a review from neSpecc November 28, 2024 20:58
@e11sy
Copy link
Contributor

e11sy commented Nov 28, 2024

why file in dev/pages is called Select.vue if component name is dropdown...

Changed Component's name from Select to Dropdown;
Converting options list into Popover component
@DeadCreator DeadCreator requested review from neSpecc and e11sy December 2, 2024 15:19
e11sy
e11sy previously requested changes Dec 3, 2024
codex-ui/src/vue/components/dropdown/Dropdown.vue Outdated Show resolved Hide resolved
codex-ui/src/vue/components/dropdown/Dropdown.vue Outdated Show resolved Hide resolved
codex-ui/dev/routes.ts Outdated Show resolved Hide resolved
codex-ui/src/vue/components/dropdown/Dropdown.vue Outdated Show resolved Hide resolved
@DeadCreator DeadCreator dismissed e11sy’s stale review December 3, 2024 19:02

Didn't make all changes

There was some mess with component's name, because Dropdown and Select lots in common, so now this is Select component

Also added ability to toggle select by clicking on selection button
@DeadCreator DeadCreator changed the title [Feature] Dropdown component for Codex UI [Feature] Select component for Codex UI Dec 9, 2024
@DeadCreator DeadCreator requested review from e11sy and removed request for neSpecc and e11sy December 9, 2024 20:27
@e11sy
Copy link
Contributor

e11sy commented Dec 12, 2024

can't see the icon of the select
image

@DeadCreator
Copy link
Contributor Author

Strange, locally everything is fine...Maybe the reason is that the icon was recently added to icons pack

codex-ui/dev/pages/components/Select.vue Outdated Show resolved Hide resolved
codex-ui/src/vue/components/select/Select.vue Outdated Show resolved Hide resolved
codex-ui/src/vue/components/select/Select.vue Outdated Show resolved Hide resolved
codex-ui/src/vue/components/select/Select.vue Outdated Show resolved Hide resolved
codex-ui/src/vue/components/select/Select.vue Outdated Show resolved Hide resolved
Optimized and improved logic of Select Component;

Refactored classes in ContextMenuItem Component

Fixed not working onActive method by clicking on element's padding
@DeadCreator DeadCreator requested a review from neSpecc December 14, 2024 10:08
@DeadCreator DeadCreator requested a review from e11sy December 14, 2024 13:16
@DeadCreator DeadCreator merged commit 30d9ae4 into main Dec 16, 2024
3 checks passed
@DeadCreator DeadCreator deleted the dropdown-component-impl branch December 16, 2024 20:28
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.

3 participants