COMMAND DECK
ARCHIVE · OPERATIONS · HUYANG ONLINE
BRIDGE
·
PROJECTS
·
BELOW DECK
·
COCKPIT
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %}
// Below Deck
OPEN FULL
work
home
errand
personal
ADD
{% if bd_tasks %}
{% for task in bd_tasks %}
{{ task.title }}
{% if task.tag %}
{{ task.tag }}
{% endif %}
↑ PROJECT
✎
→
✕
{% endfor %}
{% else %}
All clear.
{% endif %}
Projects
{% if projects %}
{% for project in projects %}
{{ project.title }} {% if project.is_private %}
🔒 private
{% endif %}
{% if project.description %}
{{ project.description }}
{% endif %}
{% if project.open_task_count %}
{{ project.open_task_count }} task{{ 's' if project.open_task_count != 1 }}
{% endif %} {% if project.block_count %}
{{ project.block_count }} block{{ 's' if project.block_count != 1 }}
{% endif %}
{% endfor %}
+ NEW PROJECT
{% else %}
No projects yet.
Start one
{% endif %}
Huyang
· General
CLEAR
{% if recent_chat %} {% for msg in recent_chat %}
{{ msg.content }}
{{ 'you' if msg.role == 'user' else 'Huyang' }}
{% endfor %} {% else %}
Huyang is standing by.
Ask him anything.
{% endif %}
TX
// Promote to Project
CANCEL
CREATE PROJECT
// New Project
PRIVATE PROJECT
CANCEL
CREATE
// Private Projects
INCORRECT PIN
CANCEL
UNLOCK
// Scratch
—