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

Feat: add Emoji Picker Element #744

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

namumakwembo
Copy link

Emoji Picker Element

Untitled design (4)

Description

This pull request introduces a new emoji picker element with the following features:

  1. Emoji Picker Functionality

    • Enables users to select emojis that are correctly inserted into the current selection within input and textarea fields.
    • Supports both light and dark themes to match Pinkary's overall design aesthetic.
  2. Responsive Design

    • Positioned on the right-hand side of the screen, deemed the optimal placement for usability and accessibility.
    • Utilizes Alpine.js's anchor feature, ensuring the emoji picker remains correctly aligned and visible even when the page is scrolled.
    • Mobile-Friendly: The emoji picker is hidden on smaller screens to prioritize space and leverage mobile input's default emoji selector.
  3. Bug Fixes

    • Resolved previously existing test failures to maintain a clean and error-free codebase.
    • Improved test coverage to address gaps uncovered during development.

Dark

Screen Shot 2024-12-10 at 00 54 27

Light

Screen Shot 2024-12-10 at 00 54 12

@namumakwembo namumakwembo changed the title Add Emoji Picker Element Feat: add Emoji Picker Element Dec 9, 2024
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.

1 participant