activity: start stubbed out example card, beginning frontend code
completely broken, just need to commit so I can move between devices.
This commit is contained in:
@@ -120,6 +120,10 @@ const tabs: { url: string, reloader: () => void }[] = [
|
||||
url: "accounts",
|
||||
reloader: accounts.reload
|
||||
},
|
||||
{
|
||||
url: "activity",
|
||||
reloader: () => {console.log("FIXME: Reload Activity")}
|
||||
},
|
||||
{
|
||||
url: "settings",
|
||||
reloader: settings.reload
|
||||
@@ -179,6 +183,7 @@ login.onLogin = () => {
|
||||
case "settings":
|
||||
settings.reload();
|
||||
break;
|
||||
// FIXME: Reload activity
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user