feat: made boards dynamic and save to the db

This commit is contained in:
limited_dev 2023-03-01 14:44:06 +01:00
parent 8ebc78b754
commit 97e4b0026b
14 changed files with 107 additions and 110 deletions

View file

@ -49,7 +49,7 @@
private List<PostData> posts;
protected override async Task OnInitializedAsync()
protected override async Task OnParametersSetAsync()
{
posts = await TheManager.getPostList(board.Tag);
}