Skip to content

fix(admin): prevent transaction number overflow - #167

Merged
web-ppanel merged 5 commits into
developfrom
fix/order-hover-card-146
Aug 9, 2026
Merged

fix(admin): prevent transaction number overflow#167
web-ppanel merged 5 commits into
developfrom
fix/order-hover-card-146

Conversation

@web-ppanel

Copy link
Copy Markdown
Contributor

Fixes #146

Summary

  • allow the order amount hover card to size to its content within the viewport
  • wrap long transaction numbers so they cannot overflow the card

Verification

  • bun x ultracite check apps/admin/src/sections/order/index.tsx
  • bun run --filter ppanel-admin-web build

web-ppanel and others added 5 commits August 9, 2026 11:24
chore(automation): migrate Swagger and webhook workflows
## [1.15.0](v1.14.0...v1.15.0) (2026-08-09)

### ✨ Features / 新功能

* **subscribe:** lead the store with a renewal banner ([8aa14a4](8aa14a4))

### 🐛 Bug Fixes / 问题修复

* **request:** surface the server's reason and stop the duplicate error toast ([877c144](877c144)), closes [#145](#145)

### 🔧 Chores / 其他变更

* **automation:** migrate Swagger and webhook workflows ([40d0c14](40d0c14))
* **release:** Release 1.14.0-dev.1 / 发布版本 1.14.0-dev.1 [skip ci] ([537a8a3](537a8a3))
* **release:** Release 1.15.0-dev.1 / 发布版本 1.15.0-dev.1 [skip ci] ([a755e2a](a755e2a))
* sync main into develop ([892459f](892459f))
chore(automation): add webhook delivery dry runs
fix(automation): make webhook dry runs side-effect free
@netlify

netlify Bot commented Aug 9, 2026

Copy link
Copy Markdown

Deploy Preview for ppane-docs ready!

Name Link
🔨 Latest commit 0e91712
🔍 Latest deploy log https://app.netlify.com/projects/ppane-docs/deploys/6a78d373c0334900085b0e4a
😎 Deploy Preview https://deploy-preview-167--ppane-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@web-ppanel

web-ppanel commented Aug 9, 2026

Copy link
Copy Markdown
Contributor Author

The two CSS changes for #146 are focused and reasonable, but the current PR diff is not limited to that fix: it also changes CHANGELOG.md and bumps package.json from 1.15.0-dev.1 to 1.15.0. Those release-related changes are unrelated to #146 and cannot be included in this triage path.

Please rebase the branch onto the current develop branch (or otherwise remove the unrelated release commit) so the PR contains only the intended apps/admin/src/sections/order/index.tsx change. I am leaving the PR open. I did not run the PR head because the scope review is currently blocked by the unrelated release diff.

@web-ppanel
web-ppanel changed the base branch from main to develop August 9, 2026 21:08
@web-ppanel
web-ppanel merged commit 737b038 into develop Aug 9, 2026
7 checks passed
@web-ppanel
web-ppanel deleted the fix/order-hover-card-146 branch August 9, 2026 21:12
github-actions Bot pushed a commit that referenced this pull request Aug 14, 2026
## [1.15.1-dev.1](v1.15.0...v1.15.1-dev.1) (2026-08-14)

### 🐛 Bug Fixes / 问题修复

* **admin:** prevent transaction number overflow ([0e91712](0e91712))
* **admin:** prevent transaction number overflow ([#167](#167)) ([737b038](737b038))
* **admin:** wrap long order transaction numbers ([53cb860](53cb860))
* **admin:** wrap long order transaction numbers ([#168](#168)) ([db504ca](db504ca))
* **automation:** make webhook dry runs side-effect free ([6aa091c](6aa091c))
* **dashboard:** say whether the day count is remaining or overdue ([52bd6f8](52bd6f8))

### 🔧 Chores / 其他变更

* **automation:** add webhook delivery dry runs ([2d9e644](2d9e644))
@web-ppanel

Copy link
Copy Markdown
Contributor Author

🎉 This PR is included in version 1.15.1-dev.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug] Admin 订单管理:HoverCard 固定宽度导致交易号溢出

2 participants