mirror of
https://github.com/zulip/zulip.git
synced 2026-07-15 21:03:26 +08:00
Modify the spritesheet generation code to account for the differences between emoji_map.json and iamcal's dataset. Due to the differences between the two mappings, some emojis like 1️⃣, 2️⃣ etc were not getting rendered properly in the two emoji pickers where we are using the iamcal's spritesheets for rendering them. This was so because there was no CSS class corresponding to the codepoints of these emojis(as mapped using emoji_map.json) in our spritesheet CSS(generated using iamcal's dataset). Fixes: #4775. |
||
|---|---|---|
| .. | ||
| emoji | ||
| __init__.py | ||
| build_pygments_data.py | ||
| generate-fixtures | ||
| generate-test-credentials | ||
| install-aws-server | ||
| lang.json | ||
| postgres-init-dev-db | ||
| postgres-init-test-db | ||
| setup_venvs.py | ||