mirror of
https://github.com/AgentSeal/codeburn.git
synced 2026-08-20 22:14:36 +00:00
Brings the Tauri 2.x tray popover from #1022 onto main as windows/, mirroring mac/. Product name, bundle identifier, and version line up with the macOS menubar (org.agentseal.codeburn-menubar, 0.9.20); the crate is renamed off "desktop" so it no longer collides with the Electron app in app/. Linux (ksni) stays compiled and dev-usable but is documented as experimental: gnome/ is the shipping Linux surface. The five src/ CLI commits on that branch are dropped - they re-implement a daily-bucketing fix main already carries.
10 lines
355 B
Text
10 lines
355 B
Text
node_modules/
|
|
# dist/ is a Vite build output; we gitignore its contents but keep a tracked placeholder
|
|
# index.html so Tauri's compile-time `frontendDist` validation passes on fresh clones before
|
|
# anyone has run `npm run build`. Real build output replaces the placeholder locally.
|
|
dist/*
|
|
!dist/index.html
|
|
src-tauri/target/
|
|
src-tauri/gen/
|
|
.DS_Store
|
|
*.log
|