[PR #311] [MERGED] Switch to nuxt assets for emojis #304

Closed
opened 2026-02-17 17:06:37 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Drop-OSS/drop/pull/311
Author: @Huskydog9988
Created: 1/8/2026
Status: Merged
Merged: 1/13/2026
Merged by: @DecDuck

Base: developHead: better-emoji-support


📝 Commits (5)

  • 1ab98d8 switch to nuxt assets for emojis
  • 953ce86 add auth to emoji endpoint
  • 59e0c22 fix cache control header
  • a897038 fix type error
  • d14751b Merge branch 'develop' into better-emoji-support

📊 Changes

8 files changed (+67 additions, -119 deletions)

View changed files

📝 components/EmojiText.vue (+1 -1)
📝 nuxt.config.ts (+20 -34)
📝 package.json (+0 -1)
📝 pnpm-lock.yaml (+0 -81)
server/api/v1/emoji/[codepoint]/index.get.ts (+39 -0)
📝 server/internal/acls/descriptions.ts (+2 -0)
📝 server/internal/acls/index.ts (+3 -1)
📝 server/internal/tasks/index.ts (+2 -1)

📄 Description

Switch from the current hacky method of getting emojis to making use of nitro assets.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Drop-OSS/drop/pull/311 **Author:** [@Huskydog9988](https://github.com/Huskydog9988) **Created:** 1/8/2026 **Status:** ✅ Merged **Merged:** 1/13/2026 **Merged by:** [@DecDuck](https://github.com/DecDuck) **Base:** `develop` ← **Head:** `better-emoji-support` --- ### 📝 Commits (5) - [`1ab98d8`](https://github.com/Drop-OSS/drop/commit/1ab98d8e9ff77f0c47fe3cf1838f9219795464ef) switch to nuxt assets for emojis - [`953ce86`](https://github.com/Drop-OSS/drop/commit/953ce86d8f66b7cd871d7655ae2c20a23d994e75) add auth to emoji endpoint - [`59e0c22`](https://github.com/Drop-OSS/drop/commit/59e0c221c0229aeaa448777d7c8920fab4765889) fix cache control header - [`a897038`](https://github.com/Drop-OSS/drop/commit/a89703882657edabb173cba0fa8e0bd72baae076) fix type error - [`d14751b`](https://github.com/Drop-OSS/drop/commit/d14751b1569b70e26f02dba012b8e32b3d64acb7) Merge branch 'develop' into better-emoji-support ### 📊 Changes **8 files changed** (+67 additions, -119 deletions) <details> <summary>View changed files</summary> 📝 `components/EmojiText.vue` (+1 -1) 📝 `nuxt.config.ts` (+20 -34) 📝 `package.json` (+0 -1) 📝 `pnpm-lock.yaml` (+0 -81) ➕ `server/api/v1/emoji/[codepoint]/index.get.ts` (+39 -0) 📝 `server/internal/acls/descriptions.ts` (+2 -0) 📝 `server/internal/acls/index.ts` (+3 -1) 📝 `server/internal/tasks/index.ts` (+2 -1) </details> ### 📄 Description Switch from the current hacky method of getting emojis to making use of nitro assets. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-17 17:06:37 -05:00
yindo closed this issue 2026-02-17 17:06:37 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Drop-OSS/drop#304