Skip to content

Commit 26cd4ac

Browse files
authored
fix(web): align file icon with text in Read/Edit tool rows (#231)
## Summary The file-type icon after the Read/Edit label sat above the text line. `.bh-text` aligns children by baseline, and `.tl-ficon` had `line-height: 0`, so its baseline collapsed to its bottom edge and the icon rode high. Dropped `line-height: 0` and added `align-self: center` in ReadTool.vue / EditTool.vue; restaged `dist-web`. ## Testing - `pnpm run build:web` - pythinker-web vitest: 85 files / 1012 tests green <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Bug Fixes** - Improved file-type icon alignment in Read and Edit tool rows so icons are vertically centered with their accompanying text. - **Chores** - Updated bundled web assets and language support resources. - Refreshed diagram rendering assets and editor integrations without changing their visible behavior. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 742be33 commit 26cd4ac

98 files changed

Lines changed: 120 additions & 115 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@pymodel/pythinker-code': patch
3+
---
4+
5+
Align the file-type icon with the text in Read and Edit tool rows.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"sourceHash": "dc4674a73ab1b451eb14a58ba78d954663b5e98dc04ee24b45266716c66a52bb",
2+
"sourceHash": "426c0f6fb43b8b89ffb8ec4742cd3a4c735858eb57c2a81c31c6cc9ddfe74e70",
33
"sourceFileCount": 405
44
}

apps/pythinker-code/dist-web/assets/CodeBlockNode-C2vsKEwS.js renamed to apps/pythinker-code/dist-web/assets/CodeBlockNode-DUUxKNHt.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/pythinker-code/dist-web/assets/DesignSystemView-BxjfRQFt.js renamed to apps/pythinker-code/dist-web/assets/DesignSystemView-B_5lCab_.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/pythinker-code/dist-web/assets/Tooltip-DKC-5Acf.js renamed to apps/pythinker-code/dist-web/assets/Tooltip-BURaaNJx.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/pythinker-code/dist-web/assets/abnfDiagram-VCTEODGH-Cfi81rrz.js renamed to apps/pythinker-code/dist-web/assets/abnfDiagram-VCTEODGH-DHIqKlMB.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/pythinker-code/dist-web/assets/arc-Etqrqc_j.js renamed to apps/pythinker-code/dist-web/assets/arc-Gyb_BMPM.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/pythinker-code/dist-web/assets/architectureDiagram-5GKGNRK7-B06L70xf.js renamed to apps/pythinker-code/dist-web/assets/architectureDiagram-5GKGNRK7-B8uLR-34.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)