@agent-link/server 0.1.155 → 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 +1 -1
- package/web/app.js +0 -2
- package/web/style.css +0 -6
package/package.json
CHANGED
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
|
@@ -3722,7 +3722,6 @@ body {
|
|
|
3722
3722
|
.team-history-item {
|
|
3723
3723
|
display: flex;
|
|
3724
3724
|
align-items: center;
|
|
3725
|
-
gap: 8px;
|
|
3726
3725
|
padding: 8px 10px;
|
|
3727
3726
|
border-radius: 8px;
|
|
3728
3727
|
cursor: pointer;
|
|
@@ -3739,11 +3738,6 @@ body {
|
|
|
3739
3738
|
border-left-color: var(--accent);
|
|
3740
3739
|
}
|
|
3741
3740
|
|
|
3742
|
-
.team-history-icon {
|
|
3743
|
-
flex-shrink: 0;
|
|
3744
|
-
color: var(--text-secondary);
|
|
3745
|
-
}
|
|
3746
|
-
|
|
3747
3741
|
.team-history-info {
|
|
3748
3742
|
min-width: 0;
|
|
3749
3743
|
flex: 1;
|