Better peertube icons

pull/285/head
Chocobozzz 2018-02-08 11:22:03 +01:00
parent 4dd626d34d
commit 151edeee3a
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
20 changed files with 31 additions and 18 deletions

View File

@ -32,7 +32,8 @@
"environments": {
"dev": "environments/environment.ts",
"prod": "environments/environment.prod.ts"
}
},
"serviceWorker": true
}
],
"e2e": {

View File

@ -34,6 +34,7 @@
"@angular/platform-browser": "~5.2.2",
"@angular/platform-browser-dynamic": "~5.2.2",
"@angular/router": "~5.2.2",
"@angular/service-worker": "^5.2.4",
"@angularclass/hmr": "^2.1.3",
"@ngx-loading-bar/http-client": "^1.0.0-rc.1",
"@ngx-meta/core": "^5.0.0",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 833 B

After

Width:  |  Height:  |  Size: 746 B

View File

@ -1 +0,0 @@
Thumbs.db

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 949 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 977 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

View File

@ -63,7 +63,7 @@
}
.cls-6 {
fill: #fff;
fill: rgba(255, 255, 255, 0);
}
</style>
</defs>
@ -111,7 +111,7 @@
d="M 0,0 V 10.667 L 8,5.333 Z"
transform="rotate(180,24,40)"
inkscape:connector-curvature="0"
style="fill:#ffffff" />
style="fill:rgba(255,255,255,0)" />
</g>
</g>
</g>

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

@ -1,40 +1,46 @@
{
"background_color": "gray",
"description": "A federated decentralized video streaming platform",
"description": "A federated video streaming platform using P2P",
"display": "fullscreen",
"orientation": "portrait",
"icons": [
{
"src": "/client/assets/images/icons/hdpi.png",
"sizes": "72x72",
"type": "image/png"
},
{
"src": "/client/assets/images/icons/ldpi.png",
{
"src": "/client/assets/images/icons/icon-36x36.png",
"sizes": "36x36",
"type": "image/png"
},
{
"src": "/client/assets/images/icons/mdpi.png",
"src": "/client/assets/images/icons/icon-48x48.png",
"sizes": "48x48",
"type": "image/png"
},
{
"src": "/client/assets/images/icons/icon-72x72.png",
"sizes": "72x72",
"type": "image/png"
},
{
"src": "/client/assets/images/icons/xhdpi.png",
"src": "/client/assets/images/icons/icon-96x96.png",
"sizes": "96x96",
"type": "image/png"
},
{
"src": "/client/assets/images/icons/xxhdpi.png",
"src": "/client/assets/images/icons/icon-144x144.png",
"sizes": "144x144",
"type": "image/png"
},
{
"src": "/client/assets/images/icons/xxxhdpi.png",
"src": "/client/assets/images/icons/icon-192x192.png",
"sizes": "192x192",
"type": "image/png"
}
},
{
"src": "/client/assets/images/icons/icon-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"name": "PeerTube",
"short_name": "PeerTube",
"start_url": "/videos/recently-added"
}
}

View File

@ -158,6 +158,12 @@
dependencies:
tslib "^1.7.1"
"@angular/service-worker@^5.2.4":
version "5.2.4"
resolved "https://registry.yarnpkg.com/@angular/service-worker/-/service-worker-5.2.4.tgz#23ef7366000908b22f5bb728435612c88400a1ff"
dependencies:
tslib "^1.7.1"
"@angularclass/hmr@^2.1.3":
version "2.1.3"
resolved "https://registry.yarnpkg.com/@angularclass/hmr/-/hmr-2.1.3.tgz#34e658ed3da37f23b0a200e2da5a89be92bb209f"