feat: adds list editor

feat: adds list editor
This commit is contained in:
2022-12-23 15:15:11 +01:00
parent 08dcfd179b
commit 74e7d8c9e7
36 changed files with 389 additions and 182 deletions

View File

@@ -14,9 +14,10 @@ export class AppComponent {
navigationItems = [
{title: 'Authorize', link: '/auth'},
{title: 'Stats', link: '/sync'},
{title: 'List view', link: '/list'},
{title: 'Matrix View', link: '/matrix'},
{title: 'Table View', link: '/table'},
{title: 'Edit Lists', link: '/lists'},
{title: 'List view', link: '/followings/list'},
{title: 'Matrix View', link: '/followings/matrix'},
{title: 'Table View', link: '/followings/table'},
];
constructor(private store: Store, private persistentStore: PersistentStore) {