mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-03-27 15:10:55 +03:00
Added ability to generate RSS feed URLs from the UI
Moved property sorting into its own component
This commit is contained in:
@@ -14,6 +14,7 @@ import { InputDialogComponent } from 'app/input-dialog/input-dialog.component';
|
||||
import { EditCategoryDialogComponent } from 'app/dialogs/edit-category-dialog/edit-category-dialog.component';
|
||||
import { ActivatedRoute, Router } from '@angular/router';
|
||||
import { Category } from 'api-types';
|
||||
import { GenerateRssUrlComponent } from 'app/dialogs/generate-rss-url/generate-rss-url.component';
|
||||
|
||||
@Component({
|
||||
selector: 'app-settings',
|
||||
@@ -366,4 +367,11 @@ export class SettingsComponent implements OnInit {
|
||||
this.postsService.openSnackBar($localize`Connection failed! Error: Server error. See logs for more info.`);
|
||||
});
|
||||
}
|
||||
|
||||
openGenerateRSSURLDialog(): void {
|
||||
this.dialog.open(GenerateRssUrlComponent, {
|
||||
width: '80vw',
|
||||
maxWidth: '880px'
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user