{% extends "scitex_ui/standalone_shell.html" %} {% load static %} {% comment %} Board v3 now extends the scitex-ui workspace shell (operator-asked, TG msg 302 / 303 โ€” wants Alt+I element-inspector + shared chrome parity with the legacy GraphView). All inline content is repacked into the shell's three blocks: extra_css holds the page-local styles, app_content holds the kanban + BLOCKING-YOU panel + detail modal, extra_js holds the page logic. Alt+I element-inspector wires up automatically via scitex-ui's context_processor (settings.py guards the install at scitex-ui โ‰ฅ0.5.0). For older scitex-ui installs the inspector degrades silently; the board itself works either way. The favicon link is injected via extra_css (the shell template has no favicon block; extra_css renders inside ). {% endcomment %} {% block extra_css %} {% endblock extra_css %} {% block app_content %}

SciTeX Todo โ€” Board v3

LIVE
๐Ÿ™ˆ hide project (0)
No projects loaded yet.
loadingโ€ฆ
v3 LIVE ยท real data ยท operator schema (ADR-0007) ยท GUIโ†’code (ADR-0006) โ€ฆ

๐Ÿ’ฌ Comments

โ€ฆ
Posts to comments[]; visible to the owning agent.

+ Add Task

{% endblock app_content %} {% block extra_js %} {% endblock extra_js %}