[PR #189] [MERGED] Dev #120

Closed
opened 2026-01-15 11:42:25 +08:00 by yan · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/kmvan/x-prober/pull/189
Author: @kmvan
Created: 11/14/2022
Status: Merged
Merged: 11/14/2022
Merged by: @kmvan

Base: masterHead: dev


📝 Commits (3)

📊 Changes

95 files changed (+1468 additions, -1295 deletions)

View changed files

📝 .php-cs-fixer54 (+0 -1)
📝 .vscode/settings.json (+1 -1)
📝 AppConfig.json (+1 -1)
📝 CHANGELOG.md (+11 -0)
📝 compiler/Compiler.php (+4 -0)
compiler/StyleGeneration.php (+61 -0)
📝 dist/prober.php (+28 -4)
📝 package.json (+15 -12)
📝 src/Components/Bootstrap/Render.php (+2 -0)
src/Components/Bootstrap/components/global.scss (+49 -0)
📝 src/Components/Bootstrap/components/index.tsx (+7 -31)
src/Components/Bootstrap/components/style/index.ts (+0 -55)
src/Components/Bootstrap/components/styles.module.scss (+20 -0)
📝 src/Components/Bootstrap/constants.ts (+1 -1)
📝 src/Components/Card/components/card-des.tsx (+5 -11)
📝 src/Components/Card/components/card-grid.tsx (+9 -29)
📝 src/Components/Card/components/card-link.tsx (+3 -8)
📝 src/Components/Card/components/card-ruby.tsx (+6 -18)
📝 src/Components/Card/components/error.tsx (+3 -8)
📝 src/Components/Card/components/index.tsx (+16 -61)

...and 75 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/kmvan/x-prober/pull/189 **Author:** [@kmvan](https://github.com/kmvan) **Created:** 11/14/2022 **Status:** ✅ Merged **Merged:** 11/14/2022 **Merged by:** [@kmvan](https://github.com/kmvan) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (3) - [`1a775d7`](https://github.com/kmvan/x-prober/commit/1a775d744a305d79d3d917d278b11c3fc65f2306) remove styled-components - [`5298464`](https://github.com/kmvan/x-prober/commit/5298464308dc4a2149e75660ee7770b804a906c9) remove styled-components - [`21e32d8`](https://github.com/kmvan/x-prober/commit/21e32d81efc2d1def7901c65eb7c7410920c82c8) update to 8.12 ### 📊 Changes **95 files changed** (+1468 additions, -1295 deletions) <details> <summary>View changed files</summary> 📝 `.php-cs-fixer54` (+0 -1) 📝 `.vscode/settings.json` (+1 -1) 📝 `AppConfig.json` (+1 -1) 📝 `CHANGELOG.md` (+11 -0) 📝 `compiler/Compiler.php` (+4 -0) ➕ `compiler/StyleGeneration.php` (+61 -0) 📝 `dist/prober.php` (+28 -4) 📝 `package.json` (+15 -12) 📝 `src/Components/Bootstrap/Render.php` (+2 -0) ➕ `src/Components/Bootstrap/components/global.scss` (+49 -0) 📝 `src/Components/Bootstrap/components/index.tsx` (+7 -31) ➖ `src/Components/Bootstrap/components/style/index.ts` (+0 -55) ➕ `src/Components/Bootstrap/components/styles.module.scss` (+20 -0) 📝 `src/Components/Bootstrap/constants.ts` (+1 -1) 📝 `src/Components/Card/components/card-des.tsx` (+5 -11) 📝 `src/Components/Card/components/card-grid.tsx` (+9 -29) 📝 `src/Components/Card/components/card-link.tsx` (+3 -8) 📝 `src/Components/Card/components/card-ruby.tsx` (+6 -18) 📝 `src/Components/Card/components/error.tsx` (+3 -8) 📝 `src/Components/Card/components/index.tsx` (+16 -61) _...and 75 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yan added the pull-request label 2026-01-15 11:42:25 +08:00
yan closed this issue 2026-01-15 11:42:28 +08:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: yan/archived-x-prober#120