Commit 3001628
authored
Map all GoogleFontIconName enum values (#61)
- **Expanded and reorganized icon support:** Added many new icons (such as `queue_music`, `quick_phrases`, and Nest/network-related icons) to `GoogleFontIconName.cs` and updated summary comments for clarity.
- **Cleanup and removal:** Removed outdated/redundant icons (e.g., `pedestrian_traffic_light`, `pen_size_1`) and streamlined code for maintainability.
- **Consistency improvements:** Renamed some icons for clarity and ensured summaries are up-to-date.
- **Utility enhancements:** Updated `GoogleFontIconUtility.cs` to handle unmatched styles gracefully (returns empty string by default).
- **Demo improvements:** Updated demo Razor files to display icon counts, improved iteration logic, styling, and initialization for better consistency and UX.
**Overall:** This commit modernizes, cleans, and expands the icon enum and its utility logic, while enhancing demos for usability and clarity.1 parent 52d64d9 commit 3001628
4 files changed
Lines changed: 14159 additions & 9945 deletions
File tree
- BlazorExpress.Bulma.Demo.RCL/Pages/Demos/Icons
- BootstrapIcons
- GoogleFontIcons
- BlazorExpress.Bulma
- Enums/Icons
- Utils
Lines changed: 28 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
1 | 5 | | |
2 | | - | |
| 6 | + | |
3 | 7 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
10 | 17 | | |
11 | | - | |
| 18 | + | |
12 | 19 | | |
13 | 20 | | |
14 | 21 | | |
15 | 22 | | |
16 | 23 | | |
17 | 24 | | |
18 | 25 | | |
19 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
0 commit comments