mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
fix(icons): update schedule nav icon from early_on SVG to schedule Material Symbol
This commit is contained in:
parent
7329c1cf1e
commit
c0fbf5ddd8
3 changed files with 9 additions and 2 deletions
7
package-lock.json
generated
7
package-lock.json
generated
|
|
@ -15,6 +15,7 @@
|
||||||
"@capacitor/ios": "^7.4.4",
|
"@capacitor/ios": "^7.4.4",
|
||||||
"@capacitor/keyboard": "^7.0.4",
|
"@capacitor/keyboard": "^7.0.4",
|
||||||
"@capacitor/status-bar": "^7.0.4",
|
"@capacitor/status-bar": "^7.0.4",
|
||||||
|
"@material-symbols/font-400": "^0.40.2",
|
||||||
"electron-dl": "^3.5.2",
|
"electron-dl": "^3.5.2",
|
||||||
"electron-localshortcut": "^3.2.1",
|
"electron-localshortcut": "^3.2.1",
|
||||||
"electron-log": "^5.4.3",
|
"electron-log": "^5.4.3",
|
||||||
|
|
@ -9429,6 +9430,12 @@
|
||||||
"graceful-fs": "^4.1.6"
|
"graceful-fs": "^4.1.6"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/@material-symbols/font-400": {
|
||||||
|
"version": "0.40.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/@material-symbols/font-400/-/font-400-0.40.2.tgz",
|
||||||
|
"integrity": "sha512-Ibyypche5VmVB0ZNZd9Ytt9BSHhNr34ZTbFycfXY4Gnbs6mf+jYRblTGosHWWzw010mhJMewfnuW8nnk1XI9Ag==",
|
||||||
|
"license": "Apache-2.0"
|
||||||
|
},
|
||||||
"node_modules/@mermaid-js/parser": {
|
"node_modules/@mermaid-js/parser": {
|
||||||
"version": "0.6.3",
|
"version": "0.6.3",
|
||||||
"resolved": "https://registry.npmjs.org/@mermaid-js/parser/-/parser-0.6.3.tgz",
|
"resolved": "https://registry.npmjs.org/@mermaid-js/parser/-/parser-0.6.3.tgz",
|
||||||
|
|
|
||||||
|
|
@ -143,6 +143,7 @@
|
||||||
"@capacitor/ios": "^7.4.4",
|
"@capacitor/ios": "^7.4.4",
|
||||||
"@capacitor/keyboard": "^7.0.4",
|
"@capacitor/keyboard": "^7.0.4",
|
||||||
"@capacitor/status-bar": "^7.0.4",
|
"@capacitor/status-bar": "^7.0.4",
|
||||||
|
"@material-symbols/font-400": "^0.40.2",
|
||||||
"electron-dl": "^3.5.2",
|
"electron-dl": "^3.5.2",
|
||||||
"electron-localshortcut": "^3.2.1",
|
"electron-localshortcut": "^3.2.1",
|
||||||
"electron-log": "^5.4.3",
|
"electron-log": "^5.4.3",
|
||||||
|
|
|
||||||
|
|
@ -375,8 +375,7 @@ export class MagicNavConfigService {
|
||||||
type: 'route',
|
type: 'route',
|
||||||
id: 'schedule',
|
id: 'schedule',
|
||||||
label: T.MH.SCHEDULE,
|
label: T.MH.SCHEDULE,
|
||||||
icon: 'early_on',
|
icon: 'schedule',
|
||||||
svgIcon: 'early_on',
|
|
||||||
route: '/schedule',
|
route: '/schedule',
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue