mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-25 20:36:10 -04:00
[PR #35] [MERGED] even more ui work #185
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
develop← Head:more-ui-work📝 Commits (10+)
7400faefix: use nuxtlink instaed of a tag657fd50fix: missing html attributes106b3f6feat: sleak transition from store page to itemf9b774dfix: wordmark causing page refreshe572b61fix: gamecarousel not resizing66d1413fix: gamecarousel layout shifts (mostly)9d943bcfeat: add etag to object responsee4aeaeerefactor: move tsconfig to nuxt config12ba416feat: enable nuxt dev tools30e3e72chore: 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.