Commit e701cb0
committed
feat(Compat): Add BuildInlineUiText method for improved UI text formatting
- Introduced BuildInlineUiText method in RuntimeFrameworkVersionSummary to format version information for inline display.
- Updated JoinFailureDiagnosticsPanel and StateDivergenceDiagnosticsPanel to utilize the new method, enhancing the presentation of runtime framework details in the UI.
- Removed deprecated calls to BuildUiText, streamlining the code and improving maintainability.1 parent 8c26578 commit e701cb0
3 files changed
Lines changed: 9 additions & 10 deletions
File tree
- Compat
- Networking
- JoinDiagnostics
- StateDivergence
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
33 | 39 | | |
34 | 40 | | |
35 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
206 | | - | |
207 | | - | |
208 | 206 | | |
209 | 207 | | |
210 | 208 | | |
| |||
554 | 552 | | |
555 | 553 | | |
556 | 554 | | |
557 | | - | |
558 | | - | |
559 | | - | |
560 | | - | |
561 | | - | |
| 555 | + | |
| 556 | + | |
562 | 557 | | |
563 | 558 | | |
564 | 559 | | |
| |||
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
204 | | - | |
205 | | - | |
206 | 204 | | |
207 | 205 | | |
208 | 206 | | |
| |||
532 | 530 | | |
533 | 531 | | |
534 | 532 | | |
535 | | - | |
| 533 | + | |
536 | 534 | | |
537 | 535 | | |
538 | 536 | | |
| |||
0 commit comments