Skip to content

Commit

Permalink
update favicons
Browse files Browse the repository at this point in the history
  • Loading branch information
oznu committed Feb 2, 2020
1 parent 4b1b3d2 commit 358cff0
Show file tree
Hide file tree
Showing 22 changed files with 119 additions and 83 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "homebridge-config-ui-x",
"displayName": "Homebridge Config UI X",
"version": "4.10.0-beta.3",
"version": "4.10.0-beta.5",
"description": "A web based management, configuration and control platform for Homebridge",
"license": "MIT",
"author": "oznu <dev@oz.nu>",
Expand Down Expand Up @@ -137,4 +137,4 @@
"smart home",
"hb-service"
]
}
}
18 changes: 14 additions & 4 deletions ui/src/app/modules/settings/settings.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,25 +84,35 @@ <h5 class="primary-text">Actions</h5>

<ul class="list-group mt-2">
<li class="list-group-item d-flex justify-content-between align-items-center">
<span>
<span class="d-none d-sm-inline">
{{ 'reset.title_clear_cached_accessories' | translate }}
<i class="fas fa-info-circle primary-text"
ngbTooltip="{{ 'reset.message_remove_cached_accessories' | translate }}"></i>
</span>
<button class="btn btn-primary waves-effect m-0" [translate]="'reset.title_clear_cached_accessories'"
(click)="resetCachedAccessories()">
{{ 'reset.title_clear_cache' | translate }}
<span class="d-none d-sm-inline">
{{ 'reset.title_clear_cache' | translate }}
</span>
<span class="d-sm-none">
{{ 'reset.title_clear_cached_accessories' | translate }}
</span>
</button>
</li>
<li class="list-group-item d-flex justify-content-between align-items-center">
<span>
<span class="d-none d-sm-inline">
{{ 'reset.title_reset_homebridge_accessory' | translate | titlecase }}
<i class="fas fa-info-circle primary-text"
ngbTooltip="{{ 'reset.message_reset_will_unpair_from_homekit' | translate }}"></i>
</span>
<button class="btn btn-primary waves-effect m-0" [translate]="'reset.title_clear_cached_accessories'"
(click)="resetHomebridgeState()">
{{ 'reset.title_reset' | translate }}
<span class="d-none d-sm-inline">
{{ 'reset.title_reset' | translate }}
</span>
<span class="d-sm-none">
{{ 'reset.title_reset_homebridge_accessory' | translate | titlecase }}
</span>
</button>
</li>
</ul>
Expand Down
Binary file added ui/src/assets/android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ui/src/assets/android-chrome-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed ui/src/assets/android-icon-hd.png
Binary file not shown.
Binary file removed ui/src/assets/android-icon.png
Binary file not shown.
Binary file removed ui/src/assets/apple-touch-icon-ipad-pro.png
Binary file not shown.
Binary file removed ui/src/assets/apple-touch-icon-ipad-retina.png
Binary file not shown.
Binary file removed ui/src/assets/apple-touch-icon-ipad.png
Binary file not shown.
Binary file removed ui/src/assets/apple-touch-icon-iphone-6-plus.png
Binary file not shown.
Binary file removed ui/src/assets/apple-touch-icon-iphone-retina.png
Binary file not shown.
Binary file removed ui/src/assets/apple-touch-icon-iphone.png
Binary file not shown.
Binary file added ui/src/assets/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
54 changes: 0 additions & 54 deletions ui/src/assets/apple-touch-icon.svg

This file was deleted.

9 changes: 9 additions & 0 deletions ui/src/assets/browserconfig.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="/assets/mstile-150x150.png"/>
<TileColor>#2b5797</TileColor>
</tile>
</msapplication>
</browserconfig>
Binary file added ui/src/assets/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ui/src/assets/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ui/src/assets/mstile-150x150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
51 changes: 51 additions & 0 deletions ui/src/assets/safari-pinned-tab.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions ui/src/assets/site.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "",
"short_name": "",
"icons": [
{
"src": "/assets/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/assets/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#421367",
"background_color": "#421367",
"display": "standalone"
}
45 changes: 23 additions & 22 deletions ui/src/index.html
Original file line number Diff line number Diff line change
@@ -1,27 +1,28 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Homebridge</title>
<base href="/">

<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="apple-mobile-web-app-capable" content="yes">
<head>
<meta charset="utf-8">
<title>Homebridge</title>
<base href="/">

<link rel="icon" type="image/x-icon" href="favicon.ico">

<link rel="apple-touch-icon" sizes="57x57" href="/assets/apple-touch-icon-iphone.png">
<link rel="apple-touch-icon" sizes="76x76" href="/assets/apple-touch-icon-ipad.png">
<link rel="apple-touch-icon" sizes="120x120" href="/assets/apple-touch-icon-iphone-retina.png">
<link rel="apple-touch-icon" sizes="152x152" href="/assets/apple-touch-icon-ipad-retina.png">
<link rel="apple-touch-icon" sizes="167x167" href="/assets/apple-touch-icon-ipad-pro.png">
<link rel="apple-touch-icon" sizes="180x180" href="/assets/apple-touch-icon-iphone-6-plus.png">
<link rel="icon" sizes="192x192" href="/assets/android-icon-hd.png">
<link rel="icon" sizes="128x128" href="/assets/android-icon.png">

</head>
<body>
<app-root></app-root>
</body>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="apple-mobile-web-app-capable" content="yes">

</html>
<link rel="apple-touch-icon" sizes="180x180" href="/assets/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon-16x16.png">
<link rel="manifest" href="/assets/site.webmanifest">
<link rel="mask-icon" href="/assets/safari-pinned-tab.svg" color="#421367">
<link rel="shortcut icon" href="favicon.ico">
<meta name="msapplication-TileColor" content="#2b5797">
<meta name="msapplication-config" content="/assets/browserconfig.xml">
<meta name="theme-color" content="#421367">

</head>

<body>
<app-root></app-root>
</body>

</html>

0 comments on commit 358cff0

Please sign in to comment.