Skip to content

Commit

Permalink
Replaced icon with SVG
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Feb 11, 2025
1 parent b28629b commit 90cdf09
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,11 @@ the path could be provided here (e.g. `/vis/`) so this path will be opened autom

## Changelog
### **WORK IN PROGRESS**
* (@GermanBluefox) [Breaking change] Removed simple-api as it could be used as web-extension
* (@GermanBluefox) updated packages
* (@GermanBluefox) removed gulp in a build process
* (@GermanBluefox) Migrated GUI ti vite
* (@GermanBluefox) Migrated GUI to vite
* (@GermanBluefox) Rewritten in TypeScript

### 6.3.1 (2024-09-23)
* (@foxriver76) added new admin icon (svg)
Expand Down
22 changes: 22 additions & 0 deletions admin/web.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
"mode": "daemon",
"platform": "Javascript/Node.js",
"loglevel": "info",
"icon": "web.png",
"icon": "web.svg",
"readme": "https://github.com/ioBroker/ioBroker.web/blob/master/README.md",
"enabled": true,
"materialize": true,
Expand All @@ -138,7 +138,7 @@
"messagebox": true,
"compact": true,
"keywords": ["web", "server", "www", "express"],
"extIcon": "https://raw.githubusercontent.com/ioBroker/ioBroker.web/master/admin/web.png",
"extIcon": "https://raw.githubusercontent.com/ioBroker/ioBroker.web/master/admin/web.svg",
"type": "general",
"stopBeforeUpdate": true,
"eraseOnUpload": true,
Expand Down

0 comments on commit 90cdf09

Please sign in to comment.