[PR #35] [MERGED] even more ui work #185

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

📋 Pull Request Information

Original PR: https://github.com/Drop-OSS/drop/pull/35
Author: @Huskydog9988
Created: 4/7/2025
Status: Merged
Merged: 4/13/2025
Merged by: @DecDuck

Base: developHead: more-ui-work


📝 Commits (10+)

  • 7400fae fix: use nuxtlink instaed of a tag
  • 657fd50 fix: missing html attributes
  • 106b3f6 feat: sleak transition from store page to item
  • f9b774d fix: wordmark causing page refresh
  • e572b61 fix: gamecarousel not resizing
  • 66d1413 fix: gamecarousel layout shifts (mostly)
  • 9d943bc feat: add etag to object response
  • e4aeaee refactor: move tsconfig to nuxt config
  • 12ba416 feat: enable nuxt dev tools
  • 30e3e72 chore: drop unused dep

📊 Changes

37 files changed (+1100 additions, -1755 deletions)

View changed files

📝 app.vue (+12 -0)
build/fix-prisma.js (+54 -0)
📝 components/CarouselPagination.vue (+1 -0)
📝 components/GameCarousel.vue (+23 -3)
📝 components/GamePanel.vue (+36 -22)
📝 components/Notification.vue (+1 -0)
components/SkeletonCard.vue (+15 -0)
📝 components/UserFooter.vue (+124 -95)
📝 components/UserHeader.vue (+3 -1)
📝 components/UserHeader/NotificationWidgetPanel.vue (+1 -0)
📝 components/UserHeader/UserWidget.vue (+1 -0)
📝 error.vue (+6 -6)
📝 layouts/admin.vue (+10 -0)
📝 layouts/default.vue (+10 -0)
📝 nuxt.config.ts (+13 -1)
📝 package.json (+3 -5)
📝 pages/account/devices.vue (+1 -0)
📝 pages/admin/task/[id]/index.vue (+24 -21)
📝 pages/admin/users/auth/index.vue (+1 -0)
📝 pages/admin/users/index.vue (+2 -2)

...and 17 more files

📄 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/35 **Author:** [@Huskydog9988](https://github.com/Huskydog9988) **Created:** 4/7/2025 **Status:** ✅ Merged **Merged:** 4/13/2025 **Merged by:** [@DecDuck](https://github.com/DecDuck) **Base:** `develop` ← **Head:** `more-ui-work` --- ### 📝 Commits (10+) - [`7400fae`](https://github.com/Drop-OSS/drop/commit/7400fae11b9ff85da73581988c73860909c226d2) fix: use nuxtlink instaed of a tag - [`657fd50`](https://github.com/Drop-OSS/drop/commit/657fd50702466303a0cc3120203a170d117f240d) fix: missing html attributes - [`106b3f6`](https://github.com/Drop-OSS/drop/commit/106b3f66a482a467a9585cc4be25cc8b84c78631) feat: sleak transition from store page to item - [`f9b774d`](https://github.com/Drop-OSS/drop/commit/f9b774ddb53b707c3164d9daaffa7fba46b7962f) fix: wordmark causing page refresh - [`e572b61`](https://github.com/Drop-OSS/drop/commit/e572b61af9bab01323b47eb2c6cb3b92408f7bc0) fix: gamecarousel not resizing - [`66d1413`](https://github.com/Drop-OSS/drop/commit/66d1413eb5657d9aeb91191a6aa04ff4006aabf4) fix: gamecarousel layout shifts (mostly) - [`9d943bc`](https://github.com/Drop-OSS/drop/commit/9d943bc5dc83ba962ba9fd99ef1597491390ab52) feat: add etag to object response - [`e4aeaee`](https://github.com/Drop-OSS/drop/commit/e4aeaee6e70f05bac6b70987130f5af659356b0b) refactor: move tsconfig to nuxt config - [`12ba416`](https://github.com/Drop-OSS/drop/commit/12ba416ca5d9cfadd642766fb6c78b15ed555074) feat: enable nuxt dev tools - [`30e3e72`](https://github.com/Drop-OSS/drop/commit/30e3e7289a9a1ac0c6b67f706e05065fbf8a7041) chore: drop unused dep ### 📊 Changes **37 files changed** (+1100 additions, -1755 deletions) <details> <summary>View changed files</summary> 📝 `app.vue` (+12 -0) ➕ `build/fix-prisma.js` (+54 -0) 📝 `components/CarouselPagination.vue` (+1 -0) 📝 `components/GameCarousel.vue` (+23 -3) 📝 `components/GamePanel.vue` (+36 -22) 📝 `components/Notification.vue` (+1 -0) ➕ `components/SkeletonCard.vue` (+15 -0) 📝 `components/UserFooter.vue` (+124 -95) 📝 `components/UserHeader.vue` (+3 -1) 📝 `components/UserHeader/NotificationWidgetPanel.vue` (+1 -0) 📝 `components/UserHeader/UserWidget.vue` (+1 -0) 📝 `error.vue` (+6 -6) 📝 `layouts/admin.vue` (+10 -0) 📝 `layouts/default.vue` (+10 -0) 📝 `nuxt.config.ts` (+13 -1) 📝 `package.json` (+3 -5) 📝 `pages/account/devices.vue` (+1 -0) 📝 `pages/admin/task/[id]/index.vue` (+24 -21) 📝 `pages/admin/users/auth/index.vue` (+1 -0) 📝 `pages/admin/users/index.vue` (+2 -2) _...and 17 more files_ </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:23 -05:00
yindo closed this issue 2026-02-17 17:06:23 -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#185