diff --git a/src/app/dialogs/about-dialog/about-dialog.component.html b/src/app/dialogs/about-dialog/about-dialog.component.html index 5af92fb..eea979e 100644 --- a/src/app/dialogs/about-dialog/about-dialog.component.html +++ b/src/app/dialogs/about-dialog/about-dialog.component.html @@ -1,24 +1,27 @@ -

About YoutubeDL-Material

- +

About YoutubeDL-Material + + + + +

YoutubeDL-Material is an open-source YouTube downloader built under Google's Material Design specifications. You can seamlessly download your favorite videos as video or audio files, and even subscribe to your favorite channels and playlists to keep updated with their new videos.

- YoutubeDL-Material has some awesome features included! An extensive API, Docker support, and localization (translation) support. Read up on all the supported features by clicking on the GitHub icon below. + YoutubeDL-Material has some awesome features included! An extensive API, Docker support, and localization (translation) support. Read up on all the supported features by clicking on the GitHub icon above.

-

- Found a bug or have a suggestion? Click here to create an issue! -

- - - + +
Installation details:

Installed version: {{current_version_tag}} -  Checking for updates... done  Update available - {{latestGithubRelease['tag_name']}} You are up to date.

+

+ Found a bug or have a suggestion? Click here to create an issue! +

diff --git a/src/app/dialogs/about-dialog/about-dialog.component.scss b/src/app/dialogs/about-dialog/about-dialog.component.scss index 83af855..1c36533 100644 --- a/src/app/dialogs/about-dialog/about-dialog.component.scss +++ b/src/app/dialogs/about-dialog/about-dialog.component.scss @@ -10,7 +10,14 @@ i { } .version-checked-icon { - top: 4px; + top: 5px; margin-left: 2px; position: relative; + margin-right: -3px; +} + +.logo-image { + position: absolute; + top: -10px; + right: -10px; } \ No newline at end of file diff --git a/src/app/dialogs/about-dialog/about-dialog.component.ts b/src/app/dialogs/about-dialog/about-dialog.component.ts index 10e82f5..6b1fd73 100644 --- a/src/app/dialogs/about-dialog/about-dialog.component.ts +++ b/src/app/dialogs/about-dialog/about-dialog.component.ts @@ -26,7 +26,6 @@ export class AboutDialogComponent implements OnInit { this.postsService.getLatestGithubRelease().subscribe(res => { this.checking_for_updates = false; this.latestGithubRelease = res; - console.log(this.latestGithubRelease) }); } diff --git a/src/assets/images/logo_128px.png b/src/assets/images/logo_128px.png new file mode 100644 index 0000000..0959e11 Binary files /dev/null and b/src/assets/images/logo_128px.png differ diff --git a/src/assets/images/logo_64px.png b/src/assets/images/logo_64px.png new file mode 100644 index 0000000..41ade7f Binary files /dev/null and b/src/assets/images/logo_64px.png differ