Commit 1c43353
committed
fix(ui): unique icons for every node, fix sidebar icon rendering
- Add unique icon to every function: mail, send, code, terminal
- Add unique icon to every inline node: plus, x, minus, hash, type,
toggle, filter, git-merge, braces, scissors, quote, shield, repeat
- Fix sidebar: use def.icon for all nodes (not just non-functions)
- Color icons by type: amber for inline, cyan for HTTP, zinc for built-in
- Add missing MOCK_FUNCTIONS: const/number, const/string, const/boolean,
json/object (now 17 total: 4 HTTP + 13 inline)
- Regenerate seed SQL with updated icons1 parent a151684 commit 1c43353
4 files changed
Lines changed: 36 additions & 8 deletions
File tree
- functions
- python-example
- send-verification-link
- pgpm/constructive-infra-seed/deploy/schemas/constructive_compute_public/tables/platform_function_definitions/fixtures
- www/src/components
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
159 | 180 | | |
160 | 181 | | |
161 | 182 | | |
162 | 183 | | |
163 | 184 | | |
164 | 185 | | |
165 | | - | |
| 186 | + | |
166 | 187 | | |
167 | 188 | | |
168 | 189 | | |
| |||
171 | 192 | | |
172 | 193 | | |
173 | 194 | | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
174 | 202 | | |
175 | 203 | | |
176 | 204 | | |
| |||
1023 | 1051 | | |
1024 | 1052 | | |
1025 | 1053 | | |
1026 | | - | |
1027 | | - | |
| 1054 | + | |
| 1055 | + | |
1028 | 1056 | | |
1029 | | - | |
| 1057 | + | |
1030 | 1058 | | |
1031 | 1059 | | |
1032 | 1060 | | |
| |||
0 commit comments