Skip to content

Commit bf00e6b

Browse files
committed
theia 1.18.0 & icons
1 parent 5990b71 commit bf00e6b

File tree

14 files changed

+458
-18245
lines changed

14 files changed

+458
-18245
lines changed

Diff for: arduino-ide-extension/arduino-icons.json

+1-15,737
Large diffs are not rendered by default.

Diff for: arduino-ide-extension/package.json

+16-16
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,22 @@
1919
},
2020
"dependencies": {
2121
"@grpc/grpc-js": "^1.1.1",
22-
"@theia/application-package": "1.17.2",
23-
"@theia/core": "1.17.2",
24-
"@theia/editor": "1.17.2",
25-
"@theia/editor-preview": "1.17.2",
26-
"@theia/filesystem": "1.17.2",
27-
"@theia/git": "1.17.2",
28-
"@theia/keymaps": "1.17.2",
29-
"@theia/markers": "1.17.2",
30-
"@theia/monaco": "1.17.2",
31-
"@theia/navigator": "1.17.2",
32-
"@theia/outline-view": "1.17.2",
33-
"@theia/output": "1.17.2",
34-
"@theia/preferences": "1.17.2",
35-
"@theia/search-in-workspace": "1.17.2",
36-
"@theia/terminal": "1.17.2",
37-
"@theia/workspace": "1.17.2",
22+
"@theia/application-package": "1.18.0",
23+
"@theia/core": "1.18.0",
24+
"@theia/editor": "1.18.0",
25+
"@theia/editor-preview": "1.18.0",
26+
"@theia/filesystem": "1.18.0",
27+
"@theia/git": "1.18.0",
28+
"@theia/keymaps": "1.18.0",
29+
"@theia/markers": "1.18.0",
30+
"@theia/monaco": "1.18.0",
31+
"@theia/navigator": "1.18.0",
32+
"@theia/outline-view": "1.18.0",
33+
"@theia/output": "1.18.0",
34+
"@theia/preferences": "1.18.0",
35+
"@theia/search-in-workspace": "1.18.0",
36+
"@theia/terminal": "1.18.0",
37+
"@theia/workspace": "1.18.0",
3838
"@tippyjs/react": "^4.2.5",
3939
"@types/atob": "^2.1.2",
4040
"@types/auth0-js": "^9.14.0",

Diff for: arduino-ide-extension/src/browser/boards/boards-list-widget.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export class BoardsListWidget extends ListWidget<BoardsPackage> {
1919
super({
2020
id: BoardsListWidget.WIDGET_ID,
2121
label: BoardsListWidget.WIDGET_LABEL,
22-
iconClass: 'fa fa-microchip',
22+
iconClass: 'fa fa-arduino-boards',
2323
searchable: service,
2424
installable: service,
2525
itemLabel: (item: BoardsPackage) => item.name,

Diff for: arduino-ide-extension/src/browser/library/library-list-widget.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export class LibraryListWidget extends ListWidget<LibraryPackage> {
2323
super({
2424
id: LibraryListWidget.WIDGET_ID,
2525
label: LibraryListWidget.WIDGET_LABEL,
26-
iconClass: 'library-tab-icon',
26+
iconClass: 'fa fa-arduino-library',
2727
searchable: service,
2828
installable: service,
2929
itemLabel: (item: LibraryPackage) => item.name,

0 commit comments

Comments
 (0)