fix: improve renewal button readability on subscription card#25
Merged
web-ppanel merged 10 commits intomainfrom Mar 11, 2026
Merged
fix: improve renewal button readability on subscription card#25web-ppanel merged 10 commits intomainfrom
web-ppanel merged 10 commits intomainfrom
Conversation
added 10 commits
February 24, 2026 23:02
- Google form: refactor to match GitHub/Facebook pattern (flatten config fields, use ...data spread on submit, manual mapping in reset) - OAuthLoginGetTokenRequest: add missing invite? field for invite code support - Apple form: clarify redirect_url description to avoid confusion between Apple's backend callback URL and the frontend post-login redirect All five OAuth providers (Google, Telegram, GitHub, Facebook, Apple) now follow consistent structure in both admin config forms and type definitions.
- Add liquid-glass.css with frosted glass CSS variables, body gradient backgrounds, and global glass surface rules - Import liquid-glass.css in main.tsx - Header, auth page, sidebars, subscribe cards, wallet stat cards, affiliate invite code box: glass surface styling with backdrop-blur, semi-transparent backgrounds, coloured glow shadows
- CSS: replace over-broad [class*='rounded-'][class*='border'] card selector with precise [data-slot='card']/.card only - CSS: add .auth-bg / .auth-panel utility classes (dark-mode-aware via CSS vars) - CSS: add .glass-stat-primary / .glass-stat-success / .glass-stat-accent utility classes; remove old .rounded-lg.bg-*\/10 class-combinator selectors - auth/index.tsx: replace hardcoded inline oklch gradient + inline glass styles with .auth-bg and .auth-panel classes - stats.tsx: restore icon container h-20 w-20 rounded-full - wallet/index.tsx: remove inline style oklch values → .glass-stat-* classes; restore semantic text-secondary-foreground (was hardcoded text-primary / text-green-600 / text-purple-600) - Remove orphan packages/services (not imported anywhere)
✅ Deploy Preview for ppane-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Closed
github-actions bot
pushed a commit
that referenced
this pull request
Mar 11, 2026
## [1.3.14](v1.3.13...v1.3.14) (2026-03-11) ### 🐛 Bug Fixes / 问题修复 * improve renewal button readability on subscription card ([#25](#25)) ([ced5c1d](ced5c1d))
Contributor
Author
|
🎉 This PR is included in version 1.3.14 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #24
What changed
z-0)relative z-10)Why
On subscription cards with status watermark, action button text (especially "Renew") had low contrast and was hard to read until hover.
Validation
cd apps/user && bun run buildpassed