diff --git a/src/dashboard/templates/base.html b/src/dashboard/templates/base.html index 8648288a..5a316a7d 100644 --- a/src/dashboard/templates/base.html +++ b/src/dashboard/templates/base.html @@ -2,7 +2,7 @@ - + @@ -11,40 +11,91 @@ - + + {% block extra_styles %}{% endblock %}
- TIMMY TIME + TIMMY TIME MISSION CONTROL
-
+ + + + + +
+ +
+ +
{% block content %}{% endblock %}
diff --git a/src/dashboard/templates/briefing.html b/src/dashboard/templates/briefing.html index 5d98f020..d7c16aa1 100644 --- a/src/dashboard/templates/briefing.html +++ b/src/dashboard/templates/briefing.html @@ -2,10 +2,154 @@ {% block title %}Timmy Time — Morning Briefing{% endblock %} +{% block extra_styles %} + +{% endblock %} + {% block content %}
-
Good morning.
@@ -18,191 +162,26 @@
- -
+
// TIMMY’S REPORT
{{ briefing.summary | e }}
-
// APPROVAL QUEUE - {{ briefing.approval_items | length }} pending + {{ briefing.approval_items | length }} pending
- -
Loading approval items…
+
Loading approval items…
- - {% endblock %} diff --git a/src/dashboard/templates/create_task.html b/src/dashboard/templates/create_task.html index 8541a000..9f8b8951 100644 --- a/src/dashboard/templates/create_task.html +++ b/src/dashboard/templates/create_task.html @@ -3,71 +3,73 @@ {% block title %}{{ page_title }}{% endblock %} {% block content %} -
-
-

➕ Create New Task

-

Agents will bid to complete this task

-
- -
-
- - -
- -
- - -
- -
- - - Agents with these capabilities will be eligible to bid -
- -
-
- - -
-
- - -
-
- - -
-
- -
- Cancel - -
-
- -
-
+
-
-
-

How Auctions Work

+
+
// CREATE NEW TASK
+
+

Agents will bid to complete this task

+ +
+
+ + +
+ +
+ + +
+ +
+ + + Agents with these capabilities will be eligible to bid +
+ +
+
+ + +
+
+ + +
+
+ + +
+
+ +
+ Cancel + +
+
+ +
-
    +
+ +
+
// HOW AUCTIONS WORK
+
+
  1. You create a task with requirements
  2. A 15-second auction begins automatically
  3. Eligible agents place bids in satoshis
  4. The lowest bid wins the task
  5. The winning agent completes the task and earns the sats
  6. -
+ +
+
+
{% endblock %} diff --git a/src/dashboard/templates/creative.html b/src/dashboard/templates/creative.html index 676a70b7..df0d1fcf 100644 --- a/src/dashboard/templates/creative.html +++ b/src/dashboard/templates/creative.html @@ -2,43 +2,105 @@ {% block title %}Creative Studio — Mission Control{% endblock %} +{% block extra_styles %} + +{% endblock %} + {% block content %} -
-
-
-

Creative Studio

-

Image, music, and video generation — powered by Pixel, Lyra, and Reel

+
+ +
+
+
CREATIVE STUDIO
+
Image, music, and video generation — powered by Pixel, Lyra, and Reel
-
-
-
-

{{ image_count }}

- Images -
+
+
+
{{ image_count }}
+
IMAGES
-
-
-

{{ music_count }}

- Tracks -
+
+
{{ music_count }}
+
TRACKS
-
-
-

{{ video_count }}

- Clips -
+
+
{{ video_count }}
+
CLIPS
-
-
-

{{ project_count }}

- Projects -
+
+
{{ project_count }}
+
PROJECTS
-