[PR #2276] [MERGED] fix(web): accountinfopanel not closing on button press #9475

Closed
opened 2026-02-05 14:05:27 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/2276
Author: @faupau03
Created: 4/18/2023
Status: Merged
Merged: 4/18/2023
Merged by: @alextran1502

Base: mainHead: fix-accountinfopanel-not-closing-on-button-press


📝 Commits (3)

  • f8eb65d fix accountinfopanel not closing on button press
  • 34e7041 remove overcomplicated logic
  • 9683078 remove keydown

📊 Changes

2 files changed (+13 additions, -24 deletions)

View changed files

📝 web/src/lib/components/shared-components/navigation-bar/account-info-panel.svelte (+0 -3)
📝 web/src/lib/components/shared-components/navigation-bar/navigation-bar.svelte (+13 -21)

📄 Description

When pressing on the profile button the accountinfopanel opens. When clicking outside of the panel it should close. But thats not the case if you press on the profile button again. Thats extremly annoying on mobile. This request fixes that.
accountinfopanel


🔄 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/immich-app/immich/pull/2276 **Author:** [@faupau03](https://github.com/faupau03) **Created:** 4/18/2023 **Status:** ✅ Merged **Merged:** 4/18/2023 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `fix-accountinfopanel-not-closing-on-button-press` --- ### 📝 Commits (3) - [`f8eb65d`](https://github.com/immich-app/immich/commit/f8eb65d4882c2ace7e97d7fd5cfeca024d817a01) fix accountinfopanel not closing on button press - [`34e7041`](https://github.com/immich-app/immich/commit/34e70413b8f7817e1d61d3e0e4b7c05c341bb2dc) remove overcomplicated logic - [`9683078`](https://github.com/immich-app/immich/commit/9683078aa85452623716dfa161f295bb0d4b9af6) remove keydown ### 📊 Changes **2 files changed** (+13 additions, -24 deletions) <details> <summary>View changed files</summary> 📝 `web/src/lib/components/shared-components/navigation-bar/account-info-panel.svelte` (+0 -3) 📝 `web/src/lib/components/shared-components/navigation-bar/navigation-bar.svelte` (+13 -21) </details> ### 📄 Description When pressing on the profile button the accountinfopanel opens. When clicking outside of the panel it should close. But thats not the case if you press on the profile button again. Thats extremly annoying on mobile. This request fixes that. <img width="958" alt="accountinfopanel" src="https://user-images.githubusercontent.com/22776173/232784618-dda6e950-8ddb-4990-92d0-11ddc39ba59f.png"> --- <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 2026-02-05 14:05:27 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#9475