Skip to content

feat: select component integration#285

Merged
TheGeniusOfEternity merged 6 commits intomainfrom
select-component-integration
Feb 5, 2025
Merged

feat: select component integration#285
TheGeniusOfEternity merged 6 commits intomainfrom
select-component-integration

Conversation

@TheGeniusOfEternity
Copy link
Copy Markdown
Contributor

By this update Select Component was integrated into note's settings into Role Select component, which fixes #284. Due to this integration, some other little issues were fixed:

  • added ability to get selected value outside the component via @value-update attribute
  • changed Popover's reactive styling to avoid unapplying component's positioning
  • Updated Select Component's page in Playground

By this update Select Component was integrated into note's settings into Role Select component.
Due to this integration, some issues were fixed:
- added ability to get selected value outside the component via @value-update attribute
- changed Popover's reactive styling to avoid unapplying component's positioning
- Updated Select Component's page in Playground
Comment thread codex-ui/src/vue/components/select/Select.vue Outdated
Some changes in Select behavior:
- Now selected Item is two-binded, so it can be accessed outside the component easier and native
- Added style properties: align to configure select's popover and isDisabled property to make component unaccessible in needed cases
- Update Select's page on Playground according to its new interactions
After some manipulations on notes.api, it is possible to get creatorId directly as note property.
Comment thread codex-ui/src/vue/components/popover/Popover.vue
Comment thread codex-ui/src/vue/components/popover/Popover.vue Outdated
Now Popover's position contains px suffix with its values. This improvement solved problem with v-bind position in Popover 's styles
Comment thread src/domain/entities/Note.ts
Comment thread src/presentation/components/team/RoleSelect.vue Outdated
Removed unnecessary condition in role's watcher and updated info about creatorId field in Note type
Copy link
Copy Markdown
Member

@neSpecc neSpecc left a comment

Choose a reason for hiding this comment

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

Works perfectly

@TheGeniusOfEternity TheGeniusOfEternity merged commit af77679 into main Feb 5, 2025
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.

[Feature] Note Settings Select Component integration

3 participants