[PR #12407] [MERGED] feat(web): logout of all tabs #13604

Closed
opened 2026-02-05 15:17:34 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/12407
Author: @jrasm91
Created: 9/6/2024
Status: Merged
Merged: 9/7/2024
Merged by: @jrasm91

Base: mainHead: feat/logout-other-tabs


📝 Commits (1)

  • 494878a feat(web): logout of all tabs

📊 Changes

9 files changed (+73 additions, -25 deletions)

View changed files

📝 server/src/interfaces/event.interface.ts (+6 -1)
📝 server/src/repositories/event.repository.ts (+8 -4)
📝 server/src/services/auth.service.spec.ts (+6 -1)
📝 server/src/services/auth.service.ts (+3 -0)
📝 server/src/services/notification.service.spec.ts (+14 -1)
📝 server/src/services/notification.service.ts (+8 -1)
📝 web/src/lib/components/shared-components/navigation-bar/navigation-bar.svelte (+8 -16)
📝 web/src/lib/stores/websocket.ts (+4 -0)
📝 web/src/lib/utils/auth.ts (+16 -1)

📄 Description

Fixes #6055

Tested by logging in and then opening additional tabs. Logging out of one tab logs out of all of the tabs.


🔄 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/12407 **Author:** [@jrasm91](https://github.com/jrasm91) **Created:** 9/6/2024 **Status:** ✅ Merged **Merged:** 9/7/2024 **Merged by:** [@jrasm91](https://github.com/jrasm91) **Base:** `main` ← **Head:** `feat/logout-other-tabs` --- ### 📝 Commits (1) - [`494878a`](https://github.com/immich-app/immich/commit/494878a1b44c2c4217029f1e385cc2c7b6061575) feat(web): logout of all tabs ### 📊 Changes **9 files changed** (+73 additions, -25 deletions) <details> <summary>View changed files</summary> 📝 `server/src/interfaces/event.interface.ts` (+6 -1) 📝 `server/src/repositories/event.repository.ts` (+8 -4) 📝 `server/src/services/auth.service.spec.ts` (+6 -1) 📝 `server/src/services/auth.service.ts` (+3 -0) 📝 `server/src/services/notification.service.spec.ts` (+14 -1) 📝 `server/src/services/notification.service.ts` (+8 -1) 📝 `web/src/lib/components/shared-components/navigation-bar/navigation-bar.svelte` (+8 -16) 📝 `web/src/lib/stores/websocket.ts` (+4 -0) 📝 `web/src/lib/utils/auth.ts` (+16 -1) </details> ### 📄 Description Fixes #6055 Tested by logging in and then opening additional tabs. Logging out of one tab logs out of all of the tabs. --- <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 15:17:34 +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#13604