New tab list on clients

This commit is contained in:
Juan Gilsanz Polo 2023-04-06 18:10:23 +02:00
parent a5f38915b4
commit 1508c49536
10 changed files with 440 additions and 351 deletions

1
lib/constants/enums.dart Normal file
View file

@ -0,0 +1 @@
enum LoadStatus { loading, loaded, error }