chore(release): v0.7.22 - #160
Merged
Merged
Conversation
Release the global reset layer fix (PR #159, rant 2026-09-11T22:01:43). - Cargo.toml + Cargo.lock: 0.7.21 -> 0.7.22 - ui/index.html: cache-bust 20260911-4 -> 20260911-5 (5 refs) - CHANGELOG.md: v0.7.22 entry Gates: cargo test 148/148, cargo fmt --check, cargo clippy, node --check x4, i18n ZH 762 == EN 762.
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.
Summary
Release v0.7.22. Bumps the version and records the changelog for the one PR merged since v0.7.21.
Contents under release —
mainhas merged 1 PR sincev0.7.21(a535f40):f46882cfix(ui): add the global reset layer and align form/button geometry with the prototypeThat change is driven by host rant 2026-09-11T22:01:43 — "UI 重设计遗漏:全站缺「全局 reset 层」,导致 26 个裸表单控件裸露浏览器默认样式(登录页/共享管理/设置最明显)".
What ships
docs/prototype/aitokenpool-console.htmllines 53–72), which had been dropped entirely during the site-wide UI migration. This is the single root cause of the login / sharing / settings views looking detached from the prototype: every form control without a class was rendering with the browser's native styling (#login-emailmeasured h 19px, radius 0,2px inset rgb(118,118,118)border; the unselected auth tab showed a native2px outset3D border)..num,.row(the markup already usedclass="row"in 6 button rows and the class had no rule at all),.divider, standalone.avatar..btn(40px /0 16px/ 13.5px),.btn-sm(32px /0 11px),.input(10px 12px/ 13.5px) and.auth-tabs button(explicitborder: 0+background: none).class="input"on the 12 login / register / verify / forgot inputs.?v=20260911-4→?v=20260911-5.Measured with headless computed-style probes at 1912×836 over 9 views: browser-default-styled controls 108 → 0, native 3D borders 0,
.rowbutton rows 18/18 aligned. An identity-keyed A/B over 310 elements × 10 computed fields confirmed the reset'simg,svg{display:block}resized no visible icon and changed no border-radius; the 39 geometry changes are all the intended prototype-parity moves.Pure front-end change (
ui/) — backend contract and deployment structure unchanged (database stays on the NAS, WAL still disabled).Related Issue
No issue — host-authorized release, driven by rant
2026-09-11T22:42:45(projectaitokenpool): "发布 v0.7.22(宿主授权:2026-09-11 22:42 "发布新版本")".Changes
Cargo.toml+Cargo.lock:0.7.21→0.7.22ui/index.html: cache-bust?v=20260911-4→?v=20260911-5(5 refs)CHANGELOG.md: v0.7.22 entryTests
cargo test全部通过 — 148 passed; 0 failedcargo fmt --check通过cargo clippy --all-targets— no warningsnode --check ui/js/{app,i18n,api,data}.js— all 4 OKChecklist
release/v0.7.22(matches therelease/vX.Y.Zconvention used for v0.7.6 … v0.7.21)chore(release): v0.7.22mainPost-merge release steps (per the v0.7.6–v0.7.21 process)
main, record the real squash commit.v0.7.22on the main tip —git checkout main && git pull --rebase, verifygit rev-parse v0.7.22^{} == git rev-parse mainbefore pushing the tag.v0.7.22+latest) → wait for success.gitlab.xinluex.com/shaoaq/aitokenpool,master):ci/docker-compose.ymlimagev0.7.21→v0.7.22, commit + push → GitLab pipeline → dev auto-deploy.0.7.22, and the host checks onatp-dev.shenbiai.netwhether the login-page input/button geometry now matches the prototype (the core acceptance point of this fix).