Skip to content
Merged
Show file tree
Hide file tree
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
17 changes: 0 additions & 17 deletions apps/backend/check_schema.py

This file was deleted.

83 changes: 0 additions & 83 deletions apps/backend/debug_allevents.py

This file was deleted.

88 changes: 0 additions & 88 deletions apps/backend/debug_detail_happeningnext.py

This file was deleted.

658 changes: 0 additions & 658 deletions apps/backend/debug_detail_page.html

This file was deleted.

80 changes: 0 additions & 80 deletions apps/backend/debug_happeningnext.py

This file was deleted.

1 change: 0 additions & 1 deletion apps/backend/debug_page.html

This file was deleted.

Binary file removed apps/backend/debug_screenshot.png
Binary file not shown.
7 changes: 0 additions & 7 deletions apps/frontend/src/lib/components/PageHeader.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,5 @@
<div class="flex items-center gap-4">
{@render action()}
</div>
{:else}
<div class="flex items-center gap-4 text-sm text-muted">
<span>{new Date().toLocaleString(undefined, { month: 'short', day: 'numeric' })}</span>
<span class="flex h-8 w-8 items-center justify-center rounded-full bg-surface-2 text-accent">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M18 8A6 6 0 0 0 6 8c0 7-3 9-3 9h18s-3-2-3-9" /><path d="M13.73 21a2 2 0 0 1-3.46 0" /></svg>
</span>
</div>
{/if}
</header>
5 changes: 2 additions & 3 deletions apps/frontend/src/lib/components/Sidebar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
>
<Menu size={22} />
</button>
<span class="text-base font-bold tracking-wide text-heading">VEENT<span class="text-accent">.</span></span>
<span class="text-base font-bold tracking-wide text-heading">VEENT <span class="text-accent">SCRAPER</span></span>
</div>

<!-- Backdrop (mobile only, when drawer open) -->
Expand All @@ -66,7 +66,7 @@
<span class="flex h-8 w-8 items-center justify-center rounded-lg bg-accent/15 text-accent">
<Zap size={18} strokeWidth={2} />
</span>
<span class="text-lg font-bold tracking-wide text-heading">VEENT<span class="text-accent">.</span></span>
<span class="text-lg font-bold tracking-wide text-heading">VEENT <span class="text-accent">SCRAPER</span></span>
</div>
<button
type="button"
Expand Down Expand Up @@ -104,7 +104,6 @@
</span>
<div class="leading-tight">
<div class="text-sm font-medium text-heading">Admin User</div>
<div class="text-xs text-muted">admin@veent.io</div>
</div>
</div>
</aside>
Loading