-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Commit b66ed5e
LibraryManager: correctly apply "type" and "category" filters together
Previously changing "Category" would filter libraries by the selected
category but without applying the "Type" previously selected.
For instance selecting Type="Installed" and Category="Communication"
will display *all* the libraries belonging to "communication" instead of
the installed only.
This commit fix this behavior.1 parent 3263967 commit b66ed5e
File tree
2 files changed
+6
-8
lines changed- app/src/cc/arduino/contributions
- libraries/ui
- ui
2 files changed
+6
-8
lines changedLines changed: 4 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
44 | - | ||
45 | 44 |
| |
46 | 45 |
| |
47 | 46 |
| |
| |||
67 | 66 |
| |
68 | 67 |
| |
69 | 68 |
| |
70 | - | ||
71 | 69 |
| |
72 | 70 |
| |
73 | 71 |
| |
| |||
116 | 114 |
| |
117 | 115 |
| |
118 | 116 |
| |
119 | - | ||
120 | 117 |
| |
121 | 118 |
| |
122 | 119 |
| |
123 | 120 |
| |
124 | - | ||
125 | - | ||
121 | + | ||
122 | + | ||
126 | 123 |
| |
127 | 124 |
| |
128 | 125 |
| |
129 | - | ||
126 | + | ||
130 | 127 |
| |
131 | 128 |
| |
132 | 129 |
| |
| |||
159 | 156 |
| |
160 | 157 |
| |
161 | 158 |
| |
162 | - | ||
159 | + | ||
163 | 160 |
| |
164 | 161 |
| |
165 | 162 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
81 | 81 |
| |
82 | 82 |
| |
83 | 83 |
| |
84 | + | ||
84 | 85 |
| |
85 | 86 |
| |
86 | 87 |
| |
| |||
337 | 338 |
| |
338 | 339 |
| |
339 | 340 |
| |
340 | - | ||
341 | + | ||
341 | 342 |
| |
342 | 343 |
| |
343 | 344 |
| |
|
0 commit comments