Commit f9e7679
committed
Refactor IconsCollection to dynamic icon loading
Replaces the hardcoded icon list in IconsCollection.razor with dynamic reflection-based loading of icon components from the BlazorOcticons assembly. This makes the icon collection automatically include all available icons and simplifies maintenance. Also removes the PreferExactMatches parameter from App.razor Router.1 parent 7815947 commit f9e7679
6 files changed
Lines changed: 116 additions & 686 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments