mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-08 05:39:49 -05:00
[PR #2893] feat: roles & users selector #8014
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/fosrl/pangolin/pull/2893
Author: @Fredkiss3
Created: 4/23/2026
Status: 🔄 Open
Base:
dev← Head:feat/roles-and-user-multi-selectors📝 Commits (10+)
9db5ff9♻️ small refactor53c48e6🌐 update french translationsb9bee28🚧 wipda4dd88Merge branch 'dev' into feat/roles-and-user-multi-selectorsc746e1b🚧 wipcb3fa02♻️ create custom autocomplete tag input955aa41⏪ revert changes modifying existing tag input95cbaaa✨ new multi select tag input2ea9d27✨ machine selector91ce8be🔨 add local mailer for catching emails📊 Changes
13 files changed (+413 additions, -168 deletions)
View changed files
➕
docker-compose.mailpit.yml(+12 -0)📝
messages/fr-FR.json(+4 -3)📝
src/components/InternalResourceForm.tsx(+138 -58)📝
src/components/machines-selector.tsx(+24 -65)📝
src/components/multi-select/multi-select-content.tsx(+4 -3)➕
src/components/multi-select/multi-select-tag-input.tsx(+90 -0)➕
src/components/roles-selector.tsx(+1 -0)📝
src/components/tags/autocomplete.tsx(+12 -7)📝
src/components/tags/tag-input.tsx(+43 -27)📝
src/components/ui/command.tsx(+1 -1)📝
src/components/ui/controlled-data-table.tsx(+1 -1)➕
src/components/users-selector.tsx(+64 -0)📝
src/lib/queries.ts(+19 -3)📄 Description
Community Contribution License Agreement
By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.
Description
How to test?
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.