mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[PR #278] [MERGED] feat: Searchable when selecting authorization type #899
Labels
No labels
announcement
backlog
bug
declined
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
invalid
pull-request
question
stale
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/certimate#899
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/certimate-go/certimate/pull/278
Author: @usual2970
Created: 10/28/2024
Status: ✅ Merged
Merged: 10/29/2024
Merged by: @usual2970
Base:
main← Head:feat/searchable_select📝 Commits (1)
f8aef12Searchable when selecting authorization type📊 Changes
11 files changed (+1056 additions, -119 deletions)
View changed files
📝
ui/package-lock.json(+698 -17)📝
ui/package.json(+3 -1)📝
ui/src/components/certimate/AccessEditDialog.tsx(+16 -29)➕
ui/src/components/certimate/AccessTypeSelect.tsx(+80 -0)➕
ui/src/components/ui/command.tsx(+105 -0)📝
ui/src/components/ui/dialog.tsx(+103 -56)➕
ui/src/components/ui/popover.tsx(+29 -0)📝
ui/src/domain/access.ts(+16 -15)📝
ui/src/i18n/locales/en/nls.access.json(+3 -0)📝
ui/src/i18n/locales/zh/nls.access.json(+3 -0)📝
ui/src/pages/DashboardLayout.tsx(+0 -1)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.