mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-09 17:23:22 +03:00
[PR #381] [MERGED] feat: modernize ui #838
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/pocket-id/pocket-id/pull/381
Author: @kmendell
Created: 3/24/2025
Status: ✅ Merged
Merged: 3/30/2025
Merged by: @kmendell
Base:
main← Head:feat/ui-redesign📝 Commits (10+)
1a234ebfeat: add fade in animations5e654c5add sidebar animations1efb671use the sidebar animations on account pagefafe759use consistent animations on all pages1b1043cupdate cards on account page5eb2f12add link to header logo9d78477use correct link for headerc6baa65modernize the passkey list ui9fe7f65add animations to login-wrapper1de076aadd sliding animation to login-wrapper(alt login ui is brokecurrently with this new animation📊 Changes
28 files changed (+845 additions, -510 deletions)
View changed files
📝
frontend/package-lock.json(+6 -6)📝
frontend/package.json(+57 -57)📝
frontend/src/app.css(+51 -2)📝
frontend/src/lib/components/collapsible-card.svelte(+11 -4)➕
frontend/src/lib/components/fade-wrapper.svelte(+59 -0)📝
frontend/src/lib/components/form/profile-picture-settings.svelte(+43 -51)➕
frontend/src/lib/components/glass-row-item.svelte(+75 -0)📝
frontend/src/lib/components/header/header.svelte(+9 -4)📝
frontend/src/lib/components/login-wrapper.svelte(+32 -16)📝
frontend/src/lib/components/ui/card/card-content.svelte(+2 -2)📝
frontend/src/lib/components/ui/card/card-description.svelte(+1 -1)📝
frontend/src/lib/components/ui/card/card-header.svelte(+2 -2)📝
frontend/src/lib/components/ui/card/card-title.svelte(+1 -1)📝
frontend/src/lib/components/ui/card/card.svelte(+1 -1)📝
frontend/src/routes/authorize/+page.svelte(+12 -5)📝
frontend/src/routes/login/+page.svelte(+2 -2)📝
frontend/src/routes/logout/+page.svelte(+4 -2)📝
frontend/src/routes/settings/+layout.svelte(+62 -41)📝
frontend/src/routes/settings/account/+page.svelte(+96 -82)📝
frontend/src/routes/settings/account/account-form.svelte(+58 -21)...and 8 more files
📄 Description
So far this is what I've implemented for this:
/account/settingsfor the header logo.Known Issues
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.