-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Commit cec4f41
Board Manager: searching returns also near matches
The original filter would only populate the contribution list with perfect matches.
Previously, if a core was installed but didn't match the search it wouldn't appear in the results (due to a board being added or the description changed);
the user could then install (not upgrade) the core, triggering a confusing situation.
When moving to arduino-cli backend we should take care of this issue, at least visually (the cli logic would correctly update/downgrade the core)1 parent 96bd671 commit cec4f41
File tree
2 files changed
+22
-2
lines changed- app/src/cc/arduino/contributions/packages/ui
2 files changed
+22
-2
lines changedLines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
61 | 61 |
| |
62 | 62 |
| |
63 | 63 |
| |
64 | + | ||
65 | + | ||
66 | + | ||
67 | + | ||
68 | + | ||
69 | + | ||
64 | 70 |
| |
65 | 71 |
| |
66 | 72 |
| |
|
Lines changed: 16 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
66 | 66 |
| |
67 | 67 |
| |
68 | 68 |
| |
69 | + | ||
70 | + | ||
71 | + | ||
72 | + | ||
73 | + | ||
74 | + | ||
75 | + | ||
76 | + | ||
77 | + | ||
69 | 78 |
| |
70 | 79 |
| |
71 | 80 |
| |
72 | 81 |
| |
73 | 82 |
| |
83 | + | ||
74 | 84 |
| |
75 | 85 |
| |
76 | 86 |
| |
| |||
110 | 120 |
| |
111 | 121 |
| |
112 | 122 |
| |
113 | - | ||
123 | + | ||
114 | 124 |
| |
125 | + | ||
126 | + | ||
127 | + | ||
128 | + | ||
129 | + | ||
115 | 130 |
| |
116 | 131 |
| |
117 | 132 |
| |
118 | - | ||
119 | 133 |
| |
120 | 134 |
| |
121 | 135 |
| |
|
0 commit comments