mirror of
https://github.com/discourse/discourse.git
synced 2026-08-04 10:39:43 +08:00
Previously, admins could only add or delete custom emojis one at a time through the admin UI, with no way to migrate emoji sets between sites or manage them in bulk. This adds a Select to export flow on the emoji list page that packages selected emojis (images + a CSV manifest) into a downloadable ZIP, and an Import page that accepts a ZIP, previews the result with per-emoji conflict resolution (keep existing / use incoming), and applies the import in a single confirmed transaction. The generated CSV manifest contains a list of the exported emoji names, groups, and filenames. The import process relies on this manifest, and only imports emojis listed on it. Should there be conflicting between identical names, non matching groups, etc. the admin will be able to see conflicts on a preview confirmation page. <img width="1462" height="899" alt="image" src="https://github.com/user-attachments/assets/b6e45b8b-0081-41bb-88c5-a5525287827e" /> <img width="1461" height="852" alt="image" src="https://github.com/user-attachments/assets/feb9a791-eb70-4c1e-b2f7-495884282aa3" />
2.9 KiB
Vendored
2.9 KiB
Vendored