Skip to content

Add emoji categories and index them

Gabriel Mazetto requested to merge brodock/index-categories into main

Part of how we populate our emoji selector widget, depends on categories defined in the index.

In the rails codebase the categories are read from gemojione index manually and parsed to generate the json file that is used by the frontend code.

We should have it accessible from the Gem here so you could extract that information directly instead of working around from there.

Edited by Gabriel Mazetto

Merge request reports