feat: add React layout and a topbar allowing for easy logins

This commit is contained in:
2026-03-03 17:17:57 +00:00
parent 4b33f17b4b
commit 5310568631
3 changed files with 134 additions and 4 deletions

View File

@@ -15,7 +15,6 @@ from flask_jwt_extended import (
)
from server.analysis.stat_gen import StatGen
from server.analysis.enrichment import DatasetEnrichment
from server.exceptions import NotAuthorisedException, NonExistentDatasetException
from server.db.database import PostgresConnector
from server.core.auth import AuthManager