[PR #7177] [MERGED] chore(web): remove createEventDispatcher from LoginForm #11523

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

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/7177
Author: @benmccann
Created: 2/18/2024
Status: Merged
Merged: 2/18/2024
Merged by: @alextran1502

Base: mainHead: rm-ced


📝 Commits (1)

  • 009e1c4 chore(web): remove createEventDispatcher from LoginForm

📊 Changes

2 files changed (+12 additions, -14 deletions)

View changed files

📝 web/src/lib/components/forms/login-form.svelte (+9 -11)
📝 web/src/routes/auth/login/+page.svelte (+3 -3)

📄 Description

Svelte 5 is encouraging callback props over custom events


🔄 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/7177 **Author:** [@benmccann](https://github.com/benmccann) **Created:** 2/18/2024 **Status:** ✅ Merged **Merged:** 2/18/2024 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `rm-ced` --- ### 📝 Commits (1) - [`009e1c4`](https://github.com/immich-app/immich/commit/009e1c45bb745ad9b6a426142bff8c6f96401706) chore(web): remove createEventDispatcher from LoginForm ### 📊 Changes **2 files changed** (+12 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `web/src/lib/components/forms/login-form.svelte` (+9 -11) 📝 `web/src/routes/auth/login/+page.svelte` (+3 -3) </details> ### 📄 Description Svelte 5 is encouraging callback props over custom events --- <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:41:05 +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#11523