feat: adds table view

feat: adds table view
This commit is contained in:
2022-12-23 10:22:05 +01:00
parent e9472972cd
commit 75b20dc508
18 changed files with 229 additions and 27 deletions

View File

@@ -8,7 +8,7 @@
<ul>
<li><a [routerLink]="['/auth']">Authorize</a> with your instance</li>
<li><a [routerLink]="['/sync']">Sync</a> your lists and followings to local storage</li>
<li>Select the <a [routerLink]="['/followings']">List view</a> to add and remove users from lists</li>
<li>Select the <a [routerLink]="['/list']">List view</a> to add and remove users from lists</li>
<li>... or use the experimental <a [routerLink]="['/matrix']">Matrix view</a></li>
</ul>
</nb-card-body>