Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions apps/desktop/src/components/RepoSidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1450,21 +1450,6 @@ function formatActivityDate(dateStr: string): string {
{{ t('sidebar.quickActions') }}
</div>
<div class="quick-actions">
<button class="qa" @click="emit('changeView', 'changes')">
<svg width="14" height="14" 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>
{{ t('sidebar.tabChanges') }}
</button>
<button class="qa" @click="emit('changeView', 'history')">
<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<line x1="8" y1="6" x2="21" y2="6"/><line x1="8" y1="12" x2="21" y2="12"/>
<line x1="8" y1="18" x2="21" y2="18"/>
<circle cx="4" cy="6" r="1"/><circle cx="4" cy="12" r="1"/><circle cx="4" cy="18" r="1"/>
</svg>
{{ t('sidebar.tabLog') }}
</button>
<button class="qa" @click="emit('changeView', 'graph')">
<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<circle cx="6" cy="6" r="3"/><circle cx="6" cy="18" r="3"/>
Expand Down
Loading