UI improvements in web

This commit is contained in:
proddy
2020-07-17 14:23:41 +02:00
parent 0e417f0257
commit 5b229b16dc
28 changed files with 171 additions and 102 deletions

View File

@@ -3,6 +3,7 @@ import * as React from "react";
export interface Me {
username: string;
admin: boolean;
version: string; // proddy added
}
export interface AuthenticationContext {