US03-04: Review and Approve Proposals in the Browser (#64)
This commit was merged in pull request #64.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { api } from "./api.js";
|
||||
import { navigate, onRouteChange, parseHash } from "./router.js";
|
||||
import {
|
||||
renderAlbums,
|
||||
renderAnalyze,
|
||||
renderLibrary,
|
||||
renderSafety,
|
||||
@@ -360,6 +361,7 @@ function render() {
|
||||
else if (path === "/safety") renderSafety(root, params);
|
||||
else if (path === "/library") renderLibrary(root, params);
|
||||
else if (path === "/analyze") renderAnalyze(root, params);
|
||||
else if (path === "/albums") renderAlbums(root, params);
|
||||
else if (path === "/stats") renderStats(root, params);
|
||||
else show(errorBanner("Unknown view"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user