mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-25 13:55:53 +03:00
[PR #428] [MERGED] feat: UI add min-width for table page #574
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cloudflare_temp_email#574
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/dreamhunter2333/cloudflare_temp_email/pull/428
Author: @dreamhunter2333
Created: 8/19/2024
Status: ✅ Merged
Merged: 8/19/2024
Merged by: @dreamhunter2333
Base:
main← Head:feature/dev📝 Commits (1)
15b3efbfeat: UI add min-width for table page📊 Changes
14 files changed (+80 additions, -46 deletions)
View changed files
➕
.vscode/extensions.json(+8 -0)📝
CHANGELOG.md(+4 -0)➖
frontend/.vscode/extensions.json(+0 -3)📝
frontend/package.json(+1 -1)📝
frontend/src/views/Admin.vue(+5 -5)📝
frontend/src/views/admin/Account.vue(+14 -8)📝
frontend/src/views/admin/SenderAccess.vue(+14 -8)📝
frontend/src/views/admin/UserManagement.vue(+20 -14)📝
frontend/src/views/admin/Webhook.vue(+3 -2)📝
frontend/src/views/user/AddressManagement.vue(+7 -1)📝
pages/package.json(+1 -1)📝
vitepress-docs/package.json(+1 -1)📝
worker/package.json(+1 -1)📝
worker/src/constants.ts(+1 -1)📄 Description
PR Type
Enhancement, Bug fix
Description
justify-content="center"to multiple<n-tabs>components.errorInforef to display error messages and updated<n-result>component to show error description in Webhook settings.0.7.4.v0.7.4.Changes walkthrough 📝
5 files
Admin.vue
Center align tab content in Admin viewfrontend/src/views/Admin.vue
justify-content="center"to multiple<n-tabs>components.Account.vue
Add scrollable div and min-width to Account viewfrontend/src/views/admin/Account.vue
SenderAccess.vue
Add scrollable div and min-width to SenderAccess viewfrontend/src/views/admin/SenderAccess.vue
UserManagement.vue
Add scrollable div and min-width to UserManagement viewfrontend/src/views/admin/UserManagement.vue
AddressManagement.vue
Add scrollable div and min-width to AddressManagement viewfrontend/src/views/user/AddressManagement.vue
1 files
Webhook.vue
Display error messages in Webhook settingsfrontend/src/views/admin/Webhook.vue
errorInforef to display error messages.component to show error description.1 files
constants.ts
Update version constant to v0.7.4worker/src/constants.ts
v0.7.4.1 files
extensions.json
Add recommended extensions for VSCode.vscode/extensions.json
1 files
CHANGELOG.md
Update changelog for v0.7.4CHANGELOG.md
v0.7.4.4 files
package.json
Bump frontend package version to 0.7.4frontend/package.json
0.7.4.package.json
Bump pages package version to 0.7.4pages/package.json
0.7.4.package.json
Bump vitepress-docs package version to 0.7.4vitepress-docs/package.json
0.7.4.package.json
Bump worker package version to 0.7.4worker/package.json
0.7.4.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.