mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[PR #366] [MERGED] feat: new UI #930
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#930
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/366
Author: @fudiwei
Created: 12/4/2024
Status: ✅ Merged
Merged: 12/11/2024
Merged by: @usual2970
Base:
next← Head:feat/new-workflow-ui📝 Commits (10+)
2b93552chore: comments4f23632chore: fix typo668f6eefeat(ui): use ant-designc522196feat(ui): new WorkflowList UI using antd65d9c6ffeat(ui): new CertificateList UI using antdb44b8d0feat(ui): new AccessList UI using antd2facb16feat(ui): new Login UI using antdd6ddf8efeat(ui): new Layout UI using antd4e0134bfeat(ui): new CertificateDetail UI using antd5c6be43feat(ui): optimize table UI📊 Changes
196 files changed (+4071 additions, -3396 deletions)
View changed files
📝
internal/pkg/core/notifier/providers/bark/bark.go(+3 -0)📝
internal/pkg/core/notifier/providers/dingtalk/dingtalk.go(+3 -1)📝
internal/pkg/core/notifier/providers/email/email.go(+14 -6)📝
internal/pkg/core/notifier/providers/lark/lark.go(+1 -0)📝
internal/pkg/core/notifier/providers/serverchan/serverchan.go(+1 -0)📝
internal/pkg/core/notifier/providers/telegram/telegram.go(+3 -1)📝
internal/pkg/core/notifier/providers/webhook/webhook.go(+1 -0)📝
internal/pkg/core/uploader/providers/aliyun-cas/aliyun_cas.go(+5 -2)📝
internal/pkg/core/uploader/providers/aliyun-slb/aliyun_slb.go(+5 -2)📝
internal/pkg/core/uploader/providers/byteplus-cdn/byteplus_cdn.go(+2 -0)📝
internal/pkg/core/uploader/providers/dogecloud/dogecloud.go(+2 -0)📝
internal/pkg/core/uploader/providers/huaweicloud-elb/huaweicloud_elb.go(+5 -2)📝
internal/pkg/core/uploader/providers/huaweicloud-scm/huaweicloud_scm.go(+5 -2)📝
internal/pkg/core/uploader/providers/qiniu-sslcert/qiniu_sslcert.go(+2 -0)📝
internal/pkg/core/uploader/providers/tencentcloud-ssl/tencentcloud_ssl.go(+3 -1)📝
internal/pkg/core/uploader/providers/volcengine-cdn/volcengine_cdn.go(+3 -1)📝
internal/pkg/core/uploader/providers/volcengine-live/volcengine_live.go(+3 -1)📝
internal/pkg/vendors/huaweicloud-cdn-sdk/client.go(+3 -1)📝
ui/index.html(+1 -1)📝
ui/package-lock.json(+1549 -164)...and 80 more files
📄 Description
该 PR 包含以下内容变更:
useContext+useReducer实现的授权信息和邮箱的全局状态管理。🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.