2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-12 02:05:29 +00:00

Display badge showing current number of unread notifications

This commit is contained in:
Oliver Walters
2022-05-04 11:41:53 +10:00
parent a36a251f23
commit 6533cc4af6
2 changed files with 59 additions and 2 deletions

View File

@ -431,6 +431,7 @@ class InvenTreeAPI {
// Return the received token
_token = (data["token"] ?? "") as String;
print("Received token - $_token");
// Request user role information (async)