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

Structure #15

Open
schuhwerk opened this issue Jan 4, 2024 · 0 comments
Open

Structure #15

schuhwerk opened this issue Jan 4, 2024 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@schuhwerk
Copy link
Member

Default emojis are currently defined like:

array(
  array( '👍', 'thumbs up' ),
  array( '❤️', 'heart' ),
  array( '🔥', 'fire' ),
);

This has multiple issues:

  • it is difficult to add an emoji "in between" (with a filter, like thumb up, thumb down, heart, ...)
  • no keywords for searching
  • would be nice to have a

Make it more verbose like

[ 
  'icon' => '👍',    
  'name' => 'thumb up',
  'order' => 10, // space 10 apart, so we can fit in between.
  'keywords' => ['confirm', 'positive', 'yes', ...]
]

Make this more filter-aba

@schuhwerk schuhwerk added the help wanted Extra attention is needed label Jan 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant