Start invitation; notification; add profile avatar in me

This commit is contained in:
2024-01-15 16:29:18 +01:00
parent 11392c22c4
commit cdb4dab47a
9 changed files with 300 additions and 35 deletions

View File

@ -19,8 +19,6 @@ import TournamentPageView from "./views/tournament/TournamentPageView.js";
import TournamentsView from "./views/tournament/TournamentsListView.js";
import TournamentCreateView from "./views/tournament/TournamentCreateView.js";
import {manage_popup} from "./utils/noticeUtils.js";
let client = new Client(location.protocol + "//" + location.host)
let lastView = undefined
@ -118,8 +116,6 @@ const router = async(uri) => {
if (await renderView(view))
return 1;
manage_popup(client)
return 0;
};