Skip to content

Commit

Permalink
(simatec) Design Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
simatec committed Nov 12, 2024
1 parent 8b3288d commit 36757d9
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 17 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ When you allow iobroker GmbH to collect diagnostic data, then also your installa
## Changelog
### **WORK IN PROGRESS**
* (simatec) dependencies updated
* (simatec) Design Fix

### 3.0.26 (2024-10-16)
* (simatec) Fix FTP Connections
Expand Down
6 changes: 3 additions & 3 deletions admin/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"files": {
"main.css": "./static/css/main.bd1167d4.css",
"main.js": "./static/js/main.ebf80848.js",
"main.js": "./static/js/main.38118500.js",
"static/js/245.30dc845d.chunk.js": "./static/js/245.30dc845d.chunk.js",
"static/media/history.png": "./static/media/history.d21dcfa508bd8a624c85.png",
"index.html": "./index.html",
"main.bd1167d4.css.map": "./static/css/main.bd1167d4.css.map",
"main.ebf80848.js.map": "./static/js/main.ebf80848.js.map",
"main.38118500.js.map": "./static/js/main.38118500.js.map",
"245.30dc845d.chunk.js.map": "./static/js/245.30dc845d.chunk.js.map"
},
"entrypoints": [
"static/css/main.bd1167d4.css",
"static/js/main.ebf80848.js"
"static/js/main.38118500.js"
]
}

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion admin/tab_m.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="shortcut icon" href="./favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"/><meta name="theme-color" content="#000000"/><link rel="manifest" href="./manifest.json" crossorigin="use-credentials"/><script type="text/javascript" src="./../../lib/js/socket.io.js"></script><title>backitup Settings</title><script defer="defer" src="./static/js/main.ebf80848.js"></script><link href="./static/css/main.bd1167d4.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="shortcut icon" href="./favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"/><meta name="theme-color" content="#000000"/><link rel="manifest" href="./manifest.json" crossorigin="use-credentials"/><script type="text/javascript" src="./../../lib/js/socket.io.js"></script><title>backitup Settings</title><script defer="defer" src="./static/js/main.38118500.js"></script><link href="./static/css/main.bd1167d4.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
11 changes: 6 additions & 5 deletions src/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ const styles = {
fontSize: '0.9em',
},
value: {
fontSize: '0.9em',
fontSize: 'clamp(0.7em, 0.5em + 0.6vw, 0.9em)',
marginBottom: '0.5rem',
},
footer: {
Expand All @@ -156,6 +156,7 @@ const styles = {
margin: '0 0 0 -8px',
cursor: 'pointer',
boxShadow: '0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2)',
textDecoration: 'underline',
},
footerColored: {
color: '#FFF',
Expand All @@ -167,7 +168,7 @@ const styles = {
},
footerLight: {
backgroundImage: 'linear-gradient(179deg, rgb(245, 245, 245) 0%, #fff 60%)',
color: '#000',
color: '#0000EE',
},
buttonWidth: {
width: '100%',
Expand Down Expand Up @@ -414,7 +415,6 @@ class App extends GenericApp {
}

render() {
// console.log(`Theme-Name: ${this.state.theme.name} | Theme-Type: ${this.state.themeType}`);
if (!this.state.loaded) {
return <StyledEngineProvider injectFirst>
<ThemeProvider theme={this.state.theme}>
Expand All @@ -436,8 +436,8 @@ class App extends GenericApp {
<Toolbar>
<img src={logo} alt="logo" style={{ height: 48, marginRight: 16 }} />
<div>
<div style={{ fontWeight: 'bold', fontSize: 20, color: '#fff' }}>BackItUp</div>
<div style={{ color: '#fff', fontStyle: 'italic' }}>{I18n.t('Backup your System …')}</div>
<div style={{ fontWeight: 'bold', fontSize: 20, color: '#fff' }}>Backitup</div>
<div style={{ color: '#fff', fontStyle: 'italic', fontSize: 'clamp(0.7em, 0.7em + 0.6vw, 1em)' }}>{I18n.t('Backup your System …')}</div>
</div>
</Toolbar>
<div
Expand Down Expand Up @@ -641,6 +641,7 @@ class App extends GenericApp {
alignContent: 'center',
alignItems: 'stretch',
gridAutoRows: '1fr',
marginBottom: '1rem',
}}
>
<SourceSelector
Expand Down
4 changes: 2 additions & 2 deletions src/src/i18n/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@
"PostgreSQL Backup": "PostgreSQL",
"Save Redis state": "Redis",
"Restore": "Wiederherstellen",
"Restore BackItUp settings": "Backitup-Einstellungen wiederherstellen",
"Restore BackItUp settings": "Backitup-Konfiguration laden",
"Restore Backup File": "Backup Datei wiederherstellen",
"SQLite backup": "SQLite",
"Save BackItUp settings": "Backitup-Einstellungen speichern",
"Save BackItUp settings": "Backitup-Konfiguration sichern",
"History Backup": "History-Daten",
"Zigbee Backup": "Zigbee",
"Source type": "Backup Quelle",
Expand Down
4 changes: 2 additions & 2 deletions src/src/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
"Onedrive": "Onedrive",
"PostgreSQL Backup": "PostgreSQL",
"Save Redis state": "Redis",
"Restore BackItUp settings": "Restore Backitup settings",
"Restore BackItUp settings": "Load Backitup configuration",
"Restore Backup File": "Restore Backup File",
"Restore": "Restore",
"Save BackItUp settings": "Save Backitup settings",
"Save BackItUp settings": "Save Backitup configuration",
"History Backup": "History Data",
"Zigbee Backup": "Zigbee",
"Source type": "Backup source",
Expand Down

0 comments on commit 36757d9

Please sign in to comment.