Feat/decomposition #19

Merged
JustinZeus merged 38 commits from feat/decomposition into main 2026-03-01 22:55:33 +01:00
3 changed files with 9 additions and 9 deletions
Showing only changes of commit 55315299c7 - Show all commits

View file

@ -1,7 +1,7 @@
from app.api.schemas.admin import * # noqa: F401, F403 from app.api.schemas.admin import * # noqa: F403
from app.api.schemas.auth import * # noqa: F401, F403 from app.api.schemas.auth import * # noqa: F403
from app.api.schemas.common import * # noqa: F401, F403 from app.api.schemas.common import * # noqa: F403
from app.api.schemas.publications import * # noqa: F401, F403 from app.api.schemas.publications import * # noqa: F403
from app.api.schemas.runs import * # noqa: F401, F403 from app.api.schemas.runs import * # noqa: F403
from app.api.schemas.scholars import * # noqa: F401, F403 from app.api.schemas.scholars import * # noqa: F403
from app.api.schemas.settings import * # noqa: F401, F403 from app.api.schemas.settings import * # noqa: F403

View file

@ -1,6 +1,6 @@
export default { export default {
"id": "deutan-blue-75", "id": "deutan-blue-75",
"label": "Deutan Colorblind - Blue", "label": "Deutan (Colorblind)",
"description": "Colorblind-oriented theme with blue-led emphasis and deutan-safer state separation.", "description": "Colorblind-oriented theme with blue-led emphasis and deutan-safer state separation.",
"modes": { "modes": {
"light": { "light": {

View file

@ -1,7 +1,7 @@
from __future__ import annotations from __future__ import annotations
from datetime import UTC, datetime from datetime import UTC, datetime
from unittest.mock import AsyncMock, MagicMock, patch from unittest.mock import AsyncMock, patch
import pytest import pytest
from sqlalchemy import select from sqlalchemy import select