Skip to content

Commit

Permalink
(simatec) Responsive Design added
Browse files Browse the repository at this point in the history
  • Loading branch information
simatec committed Aug 26, 2024
1 parent 928f966 commit 70a11a8
Show file tree
Hide file tree
Showing 4 changed files with 71 additions and 58 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ When the adapter crashes or an other Code error happens, this error message that
* (simatec) Dependencies updated
* (simatec) dev-server added
* (simatec) Repo Check fix
* (simatec) Responsive Design added

### 0.6.0 (2024-02-05)
* (simatec) Dependencies updated
Expand Down
20 changes: 16 additions & 4 deletions admin/jsonConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"newLine": true,
"repeat": false,
"visible": false,
"xs": 12,
"sm": 12,
"md": 8,
"lg": 4,
Expand All @@ -18,13 +19,15 @@
"newLine": true,
"type": "checkbox",
"label": "Use astro data from the system settings",
"xs": 12,
"sm": 12,
"md": 6,
"lg": 4
},
"longitude": {
"newLine": true,
"hidden": "data.systemGeoData",
"xs": 12,
"sm": 12,
"md": 8,
"lg": 4,
Expand All @@ -35,6 +38,7 @@
"latitude": {
"newLine": false,
"hidden": "data.systemGeoData",
"xs": 12,
"sm": 12,
"md": 6,
"lg": 4,
Expand All @@ -45,27 +49,35 @@
"_helpLine": {
"newLine": true,
"type": "divider",
"color": "secondary"
"color": "secondary",
"xs": 12,
"sm": 12
},
"_donateTxt": {
"type": "staticText",
"text": "If you like this project and would like to support its development, you are welcome to leave a donation.",
"newLine": true
"newLine": true,
"xs": 12,
"sm": 12
},
"_donate": {
"type": "staticImage",
"tooltip": "PayPal.Me",
"noTranslation": true,
"href": "https://paypal.me/mk1676",
"src": "https://camo.githubusercontent.com/bf0ea06ef4d9aa4dcb2f2990d99371e7a68e543ec49b788e481568a88c745502/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f70617970616c2d646f6e6174652532302537432532307370656e64656e2d626c75652e737667",
"newLine": true
"newLine": true,
"xs": 6,
"sm": 6
},
"_githubSponsor": {
"type": "staticImage",
"tooltip": "GitHub Sponsors",
"noTranslation": true,
"href": "https://github.com/sponsors/simatec",
"src": "https://camo.githubusercontent.com/365a269ff418d24bdf194ab15958a7545e2d9cc794be9e42933e57519e315b51/68747470733a2f2f696d672e736869656c64732e696f2f7374617469632f76313f6c6162656c3d53706f6e736f72266d6573736167653d254532253944254134266c6f676f3d47697448756226636f6c6f723d253233666538653836"
"src": "https://camo.githubusercontent.com/365a269ff418d24bdf194ab15958a7545e2d9cc794be9e42933e57519e315b51/68747470733a2f2f696d672e736869656c64732e696f2f7374617469632f76313f6c6162656c3d53706f6e736f72266d6573736167653d254532253944254134266c6f676f3d47697448756226636f6c6f723d253233666538653836",
"xs": 6,
"sm": 6
}
}
}
102 changes: 51 additions & 51 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"dependencies": {
"@iobroker/adapter-core": "^3.1.6",
"axios": "^1.7.4"
"axios": "^1.7.5"
},
"devDependencies": {
"@iobroker/testing": "^4.1.3",
Expand All @@ -33,9 +33,9 @@
"@alcalzone/release-script-plugin-iobroker": "^3.7.2",
"@alcalzone/release-script-plugin-license": "^3.7.0",
"@iobroker/adapter-dev": "^1.3.0",
"chai": "^4.4.1",
"chai": "^4.5.0",
"chai-as-promised": "^7.1.2",
"eslint": "^9.9.0",
"eslint": "^9.9.1",
"mocha": "^10.7.3",
"proxyquire": "^2.1.3",
"sinon": "^18.0.0",
Expand Down

0 comments on commit 70a11a8

Please sign in to comment.