[PR #225] [MERGED] feat: user/group source location badge #902

Closed
opened 2025-10-07 00:24:21 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pocket-id/pocket-id/pull/225
Author: @kmendell
Created: 2/10/2025
Status: Merged
Merged: 2/11/2025
Merged by: @stonith404

Base: mainHead: ldap-badge-table


📝 Commits (7)

  • 03509fc add user source to user list table
  • 601ca4e add group source to group list table
  • 6f5b147 change badge varient for Local vs ldap
  • 59775f6 only show source column when ldap is enabled
  • 4f7001b semi-fix for column headers
  • e1cc7e6 fix columns missalignment
  • 63b4185 fix layout on mobile and move columns out of variable

📊 Changes

3 files changed (+4765 additions, -4768 deletions)

View changed files

📝 frontend/package-lock.json (+4741 -4741)
📝 frontend/src/routes/settings/admin/user-groups/user-group-list.svelte (+9 -1)
📝 frontend/src/routes/settings/admin/users/user-list.svelte (+15 -26)

📄 Description

This adds a simple badge that shows the source of the user or group in the list table.

image


🔄 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/225 **Author:** [@kmendell](https://github.com/kmendell) **Created:** 2/10/2025 **Status:** ✅ Merged **Merged:** 2/11/2025 **Merged by:** [@stonith404](https://github.com/stonith404) **Base:** `main` ← **Head:** `ldap-badge-table` --- ### 📝 Commits (7) - [`03509fc`](https://github.com/pocket-id/pocket-id/commit/03509fc436339be5c6d566d38af7d1e77424c790) add user source to user list table - [`601ca4e`](https://github.com/pocket-id/pocket-id/commit/601ca4eb83906bf0733e98c78b5d5eee8c40b962) add group source to group list table - [`6f5b147`](https://github.com/pocket-id/pocket-id/commit/6f5b1476fe97c72cf3e0c67bf4daad1096820d15) change badge varient for Local vs ldap - [`59775f6`](https://github.com/pocket-id/pocket-id/commit/59775f66a1fab53939ee96147afa7725ec5676f4) only show source column when ldap is enabled - [`4f7001b`](https://github.com/pocket-id/pocket-id/commit/4f7001b5176f3e7ff263df5ff61adf7563941139) semi-fix for column headers - [`e1cc7e6`](https://github.com/pocket-id/pocket-id/commit/e1cc7e667282cff25bc06e8263943d246f26e2cd) fix columns missalignment - [`63b4185`](https://github.com/pocket-id/pocket-id/commit/63b41856f1ef8b060c37b64f642ef4e7ddb9fc10) fix layout on mobile and move columns out of variable ### 📊 Changes **3 files changed** (+4765 additions, -4768 deletions) <details> <summary>View changed files</summary> 📝 `frontend/package-lock.json` (+4741 -4741) 📝 `frontend/src/routes/settings/admin/user-groups/user-group-list.svelte` (+9 -1) 📝 `frontend/src/routes/settings/admin/users/user-list.svelte` (+15 -26) </details> ### 📄 Description This adds a simple badge that shows the source of the user or group in the list table. ![image](https://github.com/user-attachments/assets/2e9c1b07-6dc2-409b-a6b2-b84344449ca2) --- <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-07 00:24:21 +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#902