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

Add new component colorPicker #163

Merged
merged 1 commit into from
Dec 24, 2024
Merged

Add new component colorPicker #163

merged 1 commit into from
Dec 24, 2024

Conversation

ecarreras
Copy link
Member

@ecarreras ecarreras commented Dec 24, 2024

This pull request introduces a new ColorPicker widget to the codebase. The changes include adding the ColorPicker class, integrating it into the widget factory, and creating tests for the new widget.

Introduction of ColorPicker widget:

  • src/ColorPicker.ts: Added a new ColorPicker class that extends Char and includes a showText property.

Integration into widget factory:

Update to main index:

  • src/index.ts: Imported and exported the ColorPicker class to make it available for use throughout the application. [1] [2]

Testing:

  • src/spec/ColorPicker.spec.ts: Created tests for the ColorPicker widget to verify its properties and behavior, including the showText property.

@ecarreras ecarreras added the enhancement New feature or request label Dec 24, 2024
@ecarreras ecarreras self-assigned this Dec 24, 2024
@ecarreras ecarreras changed the title feat(colorPicker): add new component colorPicker Add new component colorPicker Dec 24, 2024
@ecarreras ecarreras merged commit d9d8bbe into v2 Dec 24, 2024
1 check passed
@ecarreras ecarreras deleted the 66704/color-picker branch December 24, 2024 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants