-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Commit 46880bd
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 f4e8a91 commit 46880bd
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 | |
---|---|---|---|
| |||
59 | 59 |
| |
60 | 60 |
| |
61 | 61 |
| |
62 | + | ||
63 | + | ||
64 | + | ||
65 | + | ||
66 | + | ||
67 | + | ||
62 | 68 |
| |
63 | 69 |
| |
64 | 70 |
| |
|
Lines changed: 16 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
65 | 65 |
| |
66 | 66 |
| |
67 | 67 |
| |
68 | + | ||
69 | + | ||
70 | + | ||
71 | + | ||
72 | + | ||
73 | + | ||
74 | + | ||
75 | + | ||
76 | + | ||
68 | 77 |
| |
69 | 78 |
| |
70 | 79 |
| |
71 | 80 |
| |
72 | 81 |
| |
82 | + | ||
73 | 83 |
| |
74 | 84 |
| |
75 | 85 |
| |
| |||
97 | 107 |
| |
98 | 108 |
| |
99 | 109 |
| |
100 | - | ||
110 | + | ||
101 | 111 |
| |
112 | + | ||
113 | + | ||
114 | + | ||
115 | + | ||
116 | + | ||
102 | 117 |
| |
103 | 118 |
| |
104 | 119 |
| |
105 | - | ||
106 | 120 |
| |
107 | 121 |
| |
108 | 122 |
| |
|
0 commit comments