[PR #881] [MERGED] feat: redesigned sidebar with administrative dropdown #573

Closed
opened 2025-10-08 00:13:11 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pocket-id/pocket-id/pull/881
Author: @kmendell
Created: 8/24/2025
Status: Merged
Merged: 8/27/2025
Merged by: @kmendell

Base: mainHead: feat/sidebar-rework


📝 Commits (10+)

  • ed856ad feat(sidebar): redesigned sidebar with administrative dropdown
  • 7cf1ccf use runed for persisted state
  • 44f78d3 Merge branch 'main' into feat/sidebar-rework
  • ddfca78 Merge branch 'main' into feat/sidebar-rework
  • ab7c2e1 Merge branch 'main' into feat/sidebar-rework
  • cfe60d2 Merge branch 'main' into feat/sidebar-rework
  • cdd2260 Merge branch 'main' into feat/sidebar-rework
  • f15f363 fix animations when dropdown is open
  • 16a514c remove unused nav link params
  • fe0b4e9 remove my apps from avatar dropdown

📊 Changes

6 files changed (+195 additions, -43 deletions)

View changed files

📝 frontend/messages/en.json (+3 -1)
📝 frontend/package.json (+1 -0)
📝 frontend/src/lib/components/header/header-avatar.svelte (+1 -4)
frontend/src/lib/components/sidebar.svelte (+157 -0)
📝 frontend/src/routes/settings/+layout.svelte (+20 -38)
📝 pnpm-lock.yaml (+13 -0)

📄 Description

https://github.com/user-attachments/assets/497cc19e-9fe4-4fec-bcd1-4134e31094b3


🔄 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/pocket-id/pocket-id/pull/881 **Author:** [@kmendell](https://github.com/kmendell) **Created:** 8/24/2025 **Status:** ✅ Merged **Merged:** 8/27/2025 **Merged by:** [@kmendell](https://github.com/kmendell) **Base:** `main` ← **Head:** `feat/sidebar-rework` --- ### 📝 Commits (10+) - [`ed856ad`](https://github.com/pocket-id/pocket-id/commit/ed856ad379164b89e11701fe6cd7d8a936adedfc) feat(sidebar): redesigned sidebar with administrative dropdown - [`7cf1ccf`](https://github.com/pocket-id/pocket-id/commit/7cf1ccfa2fd210e9be29082e0a3d6c0e0cdcb284) use runed for persisted state - [`44f78d3`](https://github.com/pocket-id/pocket-id/commit/44f78d327c62fb2531e95bf752add92a6e5221f4) Merge branch 'main' into feat/sidebar-rework - [`ddfca78`](https://github.com/pocket-id/pocket-id/commit/ddfca78b20d159f7b2711be9bcf816ca958eddff) Merge branch 'main' into feat/sidebar-rework - [`ab7c2e1`](https://github.com/pocket-id/pocket-id/commit/ab7c2e157391439b8968d2c9f2967a07c549a3f7) Merge branch 'main' into feat/sidebar-rework - [`cfe60d2`](https://github.com/pocket-id/pocket-id/commit/cfe60d27aaa3f38be642fdc7abc0ff56b48ff889) Merge branch 'main' into feat/sidebar-rework - [`cdd2260`](https://github.com/pocket-id/pocket-id/commit/cdd2260c3d4d7ee9241c8014c077aea7bc33bf0e) Merge branch 'main' into feat/sidebar-rework - [`f15f363`](https://github.com/pocket-id/pocket-id/commit/f15f3632a71c9428407abb6a8e8168f22a9218c5) fix animations when dropdown is open - [`16a514c`](https://github.com/pocket-id/pocket-id/commit/16a514c0de8a635e05456735a06774ca51858476) remove unused nav link params - [`fe0b4e9`](https://github.com/pocket-id/pocket-id/commit/fe0b4e978a07281a685b2d7ad797903c9470ac34) remove my apps from avatar dropdown ### 📊 Changes **6 files changed** (+195 additions, -43 deletions) <details> <summary>View changed files</summary> 📝 `frontend/messages/en.json` (+3 -1) 📝 `frontend/package.json` (+1 -0) 📝 `frontend/src/lib/components/header/header-avatar.svelte` (+1 -4) ➕ `frontend/src/lib/components/sidebar.svelte` (+157 -0) 📝 `frontend/src/routes/settings/+layout.svelte` (+20 -38) 📝 `pnpm-lock.yaml` (+13 -0) </details> ### 📄 Description https://github.com/user-attachments/assets/497cc19e-9fe4-4fec-bcd1-4134e31094b3 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2025-10-08 00:13:11 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pocket-id-pocket-id-1#573