mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-22 16:45:28 -04:00
[PR #15] [CLOSED] feat(webui): Re-designed dashboard, Store search functionality & Signout ability #165
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/15
Author: @AdenMGB
Created: 1/11/2025
Status: ❌ Closed
Base:
develop← Head:develop📝 Commits (8)
f6a13c2feat(task): overhauled task uxb484058refactor: move metadata routes into game client routes623e313Update index.vue to add functional search bar7d66e7bUpdate index.vue to redesign dashboardcd91913Create signout.vue to enable signout functionality55a507fUpdate index.vue to display displayName instead of usernamed26abb9Update index.vue to use ganepanel component & proper apibcaff79Update signout.vue to use 'window.location.reload()'📊 Changes
10 files changed (+473 additions, -123 deletions)
View changed files
📝
composables/task.ts(+62 -33)📝
pages/admin/task/[id]/index.vue(+48 -7)📝
pages/index.vue(+107 -12)➕
pages/signout.vue(+37 -0)📝
pages/store/index.vue(+138 -23)📝
server/api/v1/client/game/manifest.get.ts(+0 -0)📝
server/api/v1/client/game/version.get.ts(+0 -0)📝
server/api/v1/client/game/versions.get.ts(+0 -0)📝
server/api/v1/task/index.get.ts(+1 -10)📝
server/internal/tasks/index.ts(+80 -38)📄 Description
Main changes
signout.vueto sign out user through the web UI in the navigationGallery
Dashboard
Search
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.