dify/web/features/deployments/detail/access/permissions/access-subject-selector
Stephen Zhou a84c2d36a3
style: format with vp fmt (#38803)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-07-12 15:57:46 +00:00
..
__tests__ style: format with vp fmt (#38803) 2026-07-12 15:57:46 +00:00
add-button.tsx style: format with vp fmt (#38803) 2026-07-12 15:57:46 +00:00
README.md refactor(web): organize deployment feature state (#38065) 2026-06-27 07:34:46 +00:00
selection-list.tsx style: format with vp fmt (#38803) 2026-07-12 15:57:46 +00:00
subject-options.tsx style: format with vp fmt (#38803) 2026-07-12 15:57:46 +00:00
types.ts style: format with vp fmt (#38803) 2026-07-12 15:57:46 +00:00
utils.ts style: format with vp fmt (#38803) 2026-07-12 15:57:46 +00:00

Deployment Access Subject Selector

Subject selector used by access permission dialogs to search, add, and display members or groups.

Internal Modules

None.

External Modules

Module Why this module uses it
app/components/base/loading Reuses the inline loading indicator while access-subject search is pending.
app/components/base/skeleton Reuses skeleton primitives for selected subject loading rows.
context/app-context Reads the current user id to label the current user in selectable subject options.
models/access-control Reuses access-control subject types and group models for selector values.
service/access-control/use-access-subjects Searches users and groups for access-policy subject selection.