archit.us icon indicating copy to clipboard operation
archit.us copied to clipboard

Tracking: Emoji Manager

Open johnyburd opened this issue 4 years ago • 0 comments

A Counter

  • Shows total emoji in the guild and the ratio of loaded/guild capacity

A table is populated with the following columns:

GET /emojis/<guild_id>

  • preview of the emoji
  • name
  • author id - this will be replaced with the username#discrim once pools are implemented
  • number of uses
  • a load button
  • a cache button

Load Button

POST /emojis/<guild_id>/<hoar_frost>

Will load an emoji into the guild so it can be used normally

  • Tooltip explaining what it does
  • Only available on cached emoji
  • Should refresh the emoji list so the new order is reflected

Cache Button

PATCH /emojis/<guild_id>/<hoar_frost>

Will cache an emoji, leaving additional open spaces in the guild

  • Tooltip explaining what it does
  • Should refresh the emoji list so the new order is reflected
  • Only available on loaded emoji
  • Only available for architus admins

Right Click on a Row

Opens a context menu that includes

  • Copy to clipboard
  • Delete emoji

Copy

if loaded, copies <:name:discord_id>, otherwise <:name:hoar_frost>

Delete emoji

DELETE /emoji/<guild_id>/<hoar_frost>

Will delete an emoji from the guild and the cache

  • Opens a confirmation dialog
  • Available to all emoji
  • Only available to architus admin or the owner of the emoji

johnyburd avatar May 12 '20 04:05 johnyburd