Reporting (#434)
* Updating translations. * A first pass at reporting. Fixes #102
This commit is contained in:
parent
65be5c7833
commit
06099fee8a
17 changed files with 1029 additions and 85 deletions
|
|
@ -16,9 +16,10 @@ export class UserService {
|
|||
public myUserInfo: MyUserInfo;
|
||||
public claims: Claims;
|
||||
public jwtSub: Subject<string> = new Subject<string>();
|
||||
public unreadCountSub: BehaviorSubject<number> = new BehaviorSubject<number>(
|
||||
0
|
||||
);
|
||||
public unreadInboxCountSub: BehaviorSubject<number> =
|
||||
new BehaviorSubject<number>(0);
|
||||
public unreadReportCountSub: BehaviorSubject<number> =
|
||||
new BehaviorSubject<number>(0);
|
||||
|
||||
private constructor() {
|
||||
if (this.auth) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue