[PR #278] [MERGED] feat: Searchable when selecting authorization type #899

Closed
opened 2026-03-03 01:06:44 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: feat/searchable_select


📝 Commits (1)

  • f8aef12 Searchable 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.

## 📋 Pull Request Information **Original PR:** https://github.com/certimate-go/certimate/pull/278 **Author:** [@usual2970](https://github.com/usual2970) **Created:** 10/28/2024 **Status:** ✅ Merged **Merged:** 10/29/2024 **Merged by:** [@usual2970](https://github.com/usual2970) **Base:** `main` ← **Head:** `feat/searchable_select` --- ### 📝 Commits (1) - [`f8aef12`](https://github.com/certimate-go/certimate/commit/f8aef129cf0c44561c49267734b7a6a3caaefe3c) Searchable when selecting authorization type ### 📊 Changes **11 files changed** (+1056 additions, -119 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 01:06:44 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/certimate#899
No description provided.