[PR #23] [CLOSED] Slight performance improvements #174

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

📋 Pull Request Information

Original PR: https://github.com/Drop-OSS/drop/pull/23
Author: @Huskydog9988
Created: 3/13/2025
Status: Closed

Base: developHead: perf-improvements/fetch


📝 Commits (6)

  • cb3edda cache objects
  • dbf1297 use useFetch on store and signin
  • 77e76a2 allow GameCarousel to ssr
  • 2ec6eb0 more improvements
  • 4858e90 optimize static nuxt images
  • 2b5d56b Merge branch 'develop' into perf-improvements/fetch

📊 Changes

11 files changed (+426 additions, -48 deletions)

View changed files

📝 components/GameCarousel.vue (+12 -14)
📝 composables/user.ts (+3 -2)
📝 error.vue (+8 -2)
📝 layouts/default.vue (+1 -1)
📝 nuxt.config.ts (+7 -2)
📝 package.json (+1 -0)
📝 pages/signin.vue (+8 -2)
📝 pages/signout.vue (+8 -2)
📝 pages/store/index.vue (+5 -2)
📝 server/api/v1/object/[id]/index.get.ts (+5 -0)
📝 yarn.lock (+368 -21)

📄 Description

No description provided


🔄 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/23 **Author:** [@Huskydog9988](https://github.com/Huskydog9988) **Created:** 3/13/2025 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `perf-improvements/fetch` --- ### 📝 Commits (6) - [`cb3edda`](https://github.com/Drop-OSS/drop/commit/cb3edda939688c2978111cf41dfd8b0948efe5c4) cache objects - [`dbf1297`](https://github.com/Drop-OSS/drop/commit/dbf1297c80612b27443b7b9efe806e183c6439f7) use useFetch on store and signin - [`77e76a2`](https://github.com/Drop-OSS/drop/commit/77e76a2bbcb57388f24104c7eae5a29136c7de4e) allow GameCarousel to ssr - [`2ec6eb0`](https://github.com/Drop-OSS/drop/commit/2ec6eb0d309f7f635468b5755124d287837a3b89) more improvements - [`4858e90`](https://github.com/Drop-OSS/drop/commit/4858e9065d3137a2be51519f81c35db733f9a98f) optimize static nuxt images - [`2b5d56b`](https://github.com/Drop-OSS/drop/commit/2b5d56b745950aa22165aab82e4de12a200765b4) Merge branch 'develop' into perf-improvements/fetch ### 📊 Changes **11 files changed** (+426 additions, -48 deletions) <details> <summary>View changed files</summary> 📝 `components/GameCarousel.vue` (+12 -14) 📝 `composables/user.ts` (+3 -2) 📝 `error.vue` (+8 -2) 📝 `layouts/default.vue` (+1 -1) 📝 `nuxt.config.ts` (+7 -2) 📝 `package.json` (+1 -0) 📝 `pages/signin.vue` (+8 -2) 📝 `pages/signout.vue` (+8 -2) 📝 `pages/store/index.vue` (+5 -2) 📝 `server/api/v1/object/[id]/index.get.ts` (+5 -0) 📝 `yarn.lock` (+368 -21) </details> ### 📄 Description _No description provided_ --- <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:21 -05:00
yindo closed this issue 2026-02-17 17:06:21 -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#174