@agent-link/server 0.1.154 → 0.1.156

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-link/server",
3
- "version": "0.1.154",
3
+ "version": "0.1.156",
4
4
  "description": "AgentLink relay server",
5
5
  "license": "MIT",
6
6
  "repository": {
package/web/app.js CHANGED
@@ -914,7 +914,6 @@ const App = {
914
914
  @click="renamingTeamId !== t.teamId && viewHistoricalTeam(t.teamId)"
915
915
  :title="t.title"
916
916
  >
917
- <svg class="team-history-icon" viewBox="0 0 24 24" width="14" height="14"><path fill="currentColor" d="M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5c-1.66 0-3 1.34-3 3s1.34 3 3 3zm-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5C6.34 5 5 6.34 5 8s1.34 3 3 3zm0 2c-2.33 0-7 1.17-7 3.5V19h14v-2.5c0-2.33-4.67-3.5-7-3.5zm8 0c-.29 0-.62.02-.97.05 1.16.84 1.97 1.97 1.97 3.45V19h6v-2.5c0-2.33-4.67-3.5-7-3.5z"/></svg>
918
917
  <div class="team-history-info">
919
918
  <div v-if="renamingTeamId === t.teamId" class="session-rename-row">
920
919
  <input
@@ -1163,7 +1162,6 @@ const App = {
1163
1162
  @click="viewHistoricalTeam(t.teamId)"
1164
1163
  :title="t.title"
1165
1164
  >
1166
- <svg class="team-history-icon" viewBox="0 0 24 24" width="14" height="14"><path fill="currentColor" d="M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5c-1.66 0-3 1.34-3 3s1.34 3 3 3zm-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5C6.34 5 5 6.34 5 8s1.34 3 3 3zm0 2c-2.33 0-7 1.17-7 3.5V19h14v-2.5c0-2.33-4.67-3.5-7-3.5zm8 0c-.29 0-.62.02-.97.05 1.16.84 1.97 1.97 1.97 3.45V19h6v-2.5c0-2.33-4.67-3.5-7-3.5z"/></svg>
1167
1165
  <div class="team-history-info">
1168
1166
  <div class="team-history-title">{{ t.title || 'Untitled team' }}</div>
1169
1167
  <div class="team-history-meta">
package/web/style.css CHANGED
@@ -138,6 +138,7 @@ body {
138
138
  justify-content: center;
139
139
  width: 32px;
140
140
  height: 32px;
141
+ flex-shrink: 0;
141
142
  background: none;
142
143
  border: 1px solid var(--border);
143
144
  border-radius: 8px;
@@ -3721,7 +3722,6 @@ body {
3721
3722
  .team-history-item {
3722
3723
  display: flex;
3723
3724
  align-items: center;
3724
- gap: 8px;
3725
3725
  padding: 8px 10px;
3726
3726
  border-radius: 8px;
3727
3727
  cursor: pointer;
@@ -3738,11 +3738,6 @@ body {
3738
3738
  border-left-color: var(--accent);
3739
3739
  }
3740
3740
 
3741
- .team-history-icon {
3742
- flex-shrink: 0;
3743
- color: var(--text-secondary);
3744
- }
3745
-
3746
3741
  .team-history-info {
3747
3742
  min-width: 0;
3748
3743
  flex: 1;
@@ -4177,6 +4172,19 @@ body {
4177
4172
  display: none;
4178
4173
  }
4179
4174
 
4175
+ .latency {
4176
+ display: none;
4177
+ }
4178
+
4179
+ .top-bar-info {
4180
+ gap: 0.4rem;
4181
+ }
4182
+
4183
+ .team-mode-btn {
4184
+ padding: 4px 10px;
4185
+ font-size: 0.7rem;
4186
+ }
4187
+
4180
4188
  /* Message area */
4181
4189
  .message-list {
4182
4190
  padding: 0.75rem 0.75rem 0.5rem;