mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-25 20:36:10 -04:00
[PR #76] [MERGED] feat(general): many new improvments and features to the UI #200
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/76
Author: @AdenMGB
Created: 6/2/2025
Status: ✅ Merged
Merged: 6/3/2025
Merged by: @DecDuck
Base:
develop← Head:patch-3📝 Commits (10+)
96fa887feat(general): many new improvments and features to the UIf2cc2d5fix: fix lints and run preetier8f6730efix: furthermore fixesf1286c0chore: fix preetier eslint issue77c9d12stlye: reposition mark all as read button for better placement24f60effix: fix inccorect positioning on the mark all as read buton, again75596effix: fix account related issue with predefined types and styling8726ffdfix: fix notification button dissapearance & type definition383e99bfix: fix auth page styling95da993stlye: fixed styling on users list📊 Changes
11 files changed (+677 additions, -364 deletions)
View changed files
📝
pages/account/devices.vue(+95 -80)📝
pages/account/index.vue(+94 -1)📝
pages/account/notifications.vue(+141 -1)📝
pages/admin/library/[id]/index.vue(+15 -5)📝
pages/admin/library/index.vue(+9 -7)📝
pages/admin/metadata/games/[id]/index.vue(+15 -14)📝
pages/admin/metadata/index.vue(+11 -0)📝
pages/admin/users/auth/index.vue(+25 -14)📝
pages/admin/users/auth/simple/index.vue(+1 -1)📝
pages/admin/users/index.vue(+95 -70)📝
pages/auth/register.vue(+176 -171)📄 Description
Apologies about the 1 massive commit, there was proper commits but Git hates me
In this PR is general improvements to the UI as well as some new features such as an account overview and notifications page
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.