agentacta 1.1.4 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/public/index.html CHANGED
@@ -4,9 +4,12 @@
4
4
  <meta charset="UTF-8">
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">
6
6
  <title>AgentActa</title>
7
+ <link rel="preconnect" href="https://fonts.googleapis.com">
8
+ <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
9
+ <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
7
10
  <link rel="stylesheet" href="/style.css">
8
11
  <link rel="manifest" href="/manifest.json">
9
- <meta name="theme-color" content="#1a2744">
12
+ <meta name="theme-color" content="#0a0e1a">
10
13
  <meta name="apple-mobile-web-app-capable" content="yes">
11
14
  <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
12
15
  <link rel="apple-touch-icon" href="/icon-192.png">
@@ -16,26 +19,30 @@
16
19
  <body>
17
20
  <div class="app">
18
21
  <nav class="sidebar">
19
- <h1>Agent<span>Acta</span></h1>
20
- <div class="nav-item" data-view="sessions">
21
- <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"/></svg>
22
- Sessions
22
+ <div class="sidebar-header">
23
+ <h1>Agent<span>Acta</span></h1>
23
24
  </div>
24
- <div class="nav-item" data-view="timeline">
25
- <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><circle cx="12" cy="12" r="10"/><polyline points="12 6 12 12 16 14"/></svg>
26
- Timeline
27
- </div>
28
- <div class="nav-item active" data-view="search">
29
- <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><circle cx="11" cy="11" r="8"/><path d="m21 21-4.35-4.35"/></svg>
30
- Search
31
- </div>
32
- <div class="nav-item" data-view="files">
33
- <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"/><polyline points="14 2 14 8 20 8"/></svg>
34
- Files
35
- </div>
36
- <div class="nav-item" data-view="stats">
37
- <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M18 20V10M12 20V4M6 20v-6"/></svg>
38
- Stats
25
+ <div class="nav-section">
26
+ <div class="nav-item" data-view="sessions">
27
+ <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"/></svg>
28
+ <span>Sessions</span>
29
+ </div>
30
+ <div class="nav-item" data-view="timeline">
31
+ <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"/><polyline points="12 6 12 12 16 14"/></svg>
32
+ <span>Timeline</span>
33
+ </div>
34
+ <div class="nav-item active" data-view="search">
35
+ <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><circle cx="11" cy="11" r="8"/><path d="m21 21-4.35-4.35"/></svg>
36
+ <span>Search</span>
37
+ </div>
38
+ <div class="nav-item" data-view="files">
39
+ <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"/><polyline points="14 2 14 8 20 8"/></svg>
40
+ <span>Files</span>
41
+ </div>
42
+ <div class="nav-item" data-view="stats">
43
+ <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M18 20V10M12 20V4M6 20v-6"/></svg>
44
+ <span>Stats</span>
45
+ </div>
39
46
  </div>
40
47
  </nav>
41
48
  <main class="main" id="content"></main>