DEV: Convert admin emojis UI to new layout (#29615)

This PR converts the custom emoji UI in the admin pages to follow the new admin UI guidelines.
This commit is contained in:
Ted Johansson
2024-11-11 15:04:15 +08:00
committed by GitHub
parent 4ad83a98a1
commit 189d98f3ca
16 changed files with 339 additions and 169 deletions

View File

@ -0,0 +1,7 @@
# frozen_string_literal: true
Fabricator(:custom_emoji) do
upload { Fabricate(:image_upload) }
name { "joffrey_facepalm" }
end