Commit bf6b6fa
authored
feat: add author badges for Google and Anthropic plugins (#5)
Add visual badges to distinguish plugins by author organization:
- Display Google badge (warning color) for Google-developed plugins
- Display Anthropic badge (error color) for Anthropic-developed plugins
- Add author metadata to plugin.json for all Google plugins (nanobanana, security, flutter, code-review)
- Update badge colors to use valid Nuxt UI color values (warning, error, info, primary)
- Add authorName computed property to handle both string and object author formats
- Update submodules to include author metadata changes
This improves plugin discoverability and helps users identify official plugins from major AI companies.1 parent c59032b commit bf6b6fa
6 files changed
Lines changed: 49 additions & 9 deletions
File tree
- apps/web
- app/components
- plugins
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
44 | 64 | | |
45 | 65 | | |
46 | 66 | | |
47 | | - | |
| 67 | + | |
48 | 68 | | |
49 | 69 | | |
50 | 70 | | |
| |||
54 | 74 | | |
55 | 75 | | |
56 | 76 | | |
57 | | - | |
| 77 | + | |
58 | 78 | | |
59 | 79 | | |
60 | 80 | | |
| |||
185 | 205 | | |
186 | 206 | | |
187 | 207 | | |
188 | | - | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
189 | 217 | | |
190 | 218 | | |
191 | 219 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
11 | 23 | | |
Submodule code-review updated 1 file
Submodule flutter updated from 7b37e6d to bccfa1b
Submodule nanobanana updated 1 file
0 commit comments