-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* (foxriver76) harmonized the links to adapter documentation (and fallback to english if no explicit doc for sys language provided) * (bluefox) added possibility to delete whole adapter from instance tab if only one instance left * (foxriver76) new dialog for notifications introduced for non-system notifications (system notifications are still on hosts tab) * (foxriver76) the new `licenseInformation` icon now changes color correctly with the theme
- Loading branch information
1 parent
b9b687f
commit b3526f5
Showing
8 changed files
with
64 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version": "6.14.1", | ||
"version": "6.15.0", | ||
"packages": [ | ||
"packages/*" | ||
], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "iobroker.admin", | ||
"description": "The adapter opens a webserver for the ioBroker admin UI.", | ||
"version": "6.14.1", | ||
"version": "6.15.0", | ||
"contributors": [ | ||
"bluefox <[email protected]>", | ||
"apollon77", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,41 @@ | ||
{ | ||
"name": "src-rx", | ||
"private": true, | ||
"homepage": ".", | ||
"scripts": { | ||
"start": "set DANGEROUSLY_DISABLE_HOST_CHECK=true&& craco start", | ||
"old-start": "react-scripts start", | ||
"lint": "eslint --fix --ext .js,.jsx,.tsx src", | ||
"build": "craco build", | ||
"test": "react-scripts test", | ||
"eject": "react-scripts eject", | ||
"check-ts": "tsc --noEmit --checkJS false", | ||
"tsc": "tsc --project tsconfig.build.json" | ||
}, | ||
"eslintConfig": { | ||
"extends": "react-app" | ||
}, | ||
"browserslist": [ | ||
">0.2%", | ||
"not dead", | ||
"not op_mini all" | ||
"name": "src-rx", | ||
"private": true, | ||
"homepage": ".", | ||
"scripts": { | ||
"start": "set DANGEROUSLY_DISABLE_HOST_CHECK=true&& craco start", | ||
"old-start": "react-scripts start", | ||
"lint": "eslint --fix --ext .js,.jsx,.tsx src", | ||
"build": "craco build", | ||
"test": "react-scripts test", | ||
"eject": "react-scripts eject", | ||
"check-ts": "tsc --noEmit --checkJS false", | ||
"tsc": "tsc --project tsconfig.build.json" | ||
}, | ||
"eslintConfig": { | ||
"extends": "react-app" | ||
}, | ||
"browserslist": [ | ||
">0.2%", | ||
"not dead", | ||
"not op_mini all" | ||
], | ||
"dependencies": { | ||
"@iobroker/json-config": "file:../../jsonConfig" | ||
}, | ||
"proxy": "http://127.0.0.1:8081", | ||
"plugins": [ | ||
[ | ||
"@babel/plugin-proposal-decorators", | ||
{ | ||
"legacy": true | ||
} | ||
], | ||
"dependencies": { | ||
"@iobroker/json-config": "file:../../jsonConfig" | ||
}, | ||
"proxy": "http://127.0.0.1:8081", | ||
"plugins": [ | ||
[ | ||
"@babel/plugin-proposal-decorators", | ||
{ | ||
"legacy": true | ||
} | ||
], | ||
[ | ||
"@babel/plugin-proposal-class-properties", | ||
{ | ||
"loose": true | ||
} | ||
] | ||
], | ||
"version": "6.14.1" | ||
[ | ||
"@babel/plugin-proposal-class-properties", | ||
{ | ||
"loose": true | ||
} | ||
] | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters