[PR #355] [MERGED] feat(profile-picture): allow reset of profile picture #859

Open
opened 2025-10-09 16:58:34 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pocket-id/pocket-id/pull/355
Author: @kmendell
Created: 3/17/2025
Status: Merged
Merged: 3/18/2025
Merged by: @stonith404

Base: mainHead: feat/reset-profile-picture


📝 Commits (5)

  • 53642dc feat(profile-picture): allow reset of profile picture
  • 318a160 fix: split up profile picture strings
  • b4608af fix: codeql warnings
  • 38483a4 minor improvements
  • ee2764e Merge branch 'main' into feat/reset-profile-picture

📊 Changes

6 files changed (+156 additions, -31 deletions)

View changed files

📝 backend/internal/controller/user_controller.go (+40 -0)
📝 backend/internal/service/user_service.go (+24 -0)
📝 frontend/src/lib/components/form/profile-picture-settings.svelte (+60 -27)
📝 frontend/src/lib/services/user-service.ts (+8 -0)
📝 frontend/src/routes/settings/account/+page.svelte (+14 -2)
📝 frontend/src/routes/settings/admin/users/[id]/+page.svelte (+10 -2)

📄 Description

Fixes: https://github.com/pocket-id/pocket-id/issues/346


🔄 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/355 **Author:** [@kmendell](https://github.com/kmendell) **Created:** 3/17/2025 **Status:** ✅ Merged **Merged:** 3/18/2025 **Merged by:** [@stonith404](https://github.com/stonith404) **Base:** `main` ← **Head:** `feat/reset-profile-picture` --- ### 📝 Commits (5) - [`53642dc`](https://github.com/pocket-id/pocket-id/commit/53642dc8a19d80ba07cf3344bb23ee824768d457) feat(profile-picture): allow reset of profile picture - [`318a160`](https://github.com/pocket-id/pocket-id/commit/318a160f99b9df5cd3451d8958e9c25bc804ae0d) fix: split up profile picture strings - [`b4608af`](https://github.com/pocket-id/pocket-id/commit/b4608af5dec1645aeb6ff212757194dfad7c2217) fix: codeql warnings - [`38483a4`](https://github.com/pocket-id/pocket-id/commit/38483a48e98f34b6eb00e564e9583768aee9cffd) minor improvements - [`ee2764e`](https://github.com/pocket-id/pocket-id/commit/ee2764e92d96684489bf0c3f280019613e261a85) Merge branch 'main' into feat/reset-profile-picture ### 📊 Changes **6 files changed** (+156 additions, -31 deletions) <details> <summary>View changed files</summary> 📝 `backend/internal/controller/user_controller.go` (+40 -0) 📝 `backend/internal/service/user_service.go` (+24 -0) 📝 `frontend/src/lib/components/form/profile-picture-settings.svelte` (+60 -27) 📝 `frontend/src/lib/services/user-service.ts` (+8 -0) 📝 `frontend/src/routes/settings/account/+page.svelte` (+14 -2) 📝 `frontend/src/routes/settings/admin/users/[id]/+page.svelte` (+10 -2) </details> ### 📄 Description Fixes: https://github.com/pocket-id/pocket-id/issues/346 --- <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-09 16:58:34 +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-2#859