Canopy
A bird's-eye view of every branch across every local git repo on your Mac. See what's uncommitted, stashed, unpushed, or unmerged, at a glance.
Free · Apple Silicon · ~5 MB
⌕Search
2
▸acme-api
2
▾acme-mono
3
5
8
feat/dark-modeHEAD
17h
feat/auth-refresh
2d
wip/checkout-redesign
2d
feat/onboarding-v2
5d
fix/cart-overflow
5d
alex/billing-portal
6d
▸acme-relay
1
2
▸acme-marketing
1
▸acme-web
▸acme-docs
1
📁
acme-mono
/
⎇
wip/checkout-redesign
wip/checkout-redesign
Unmerged
Unpushed
↗ Open in GitHub Desktop
Files that differ from the default branch on
wip/checkout-redesign.
⎇
4 commits on this branch
Checkout: card layout for order summary + sticky CTA
Alex·yesterday·
c6674a4
OrderDetailsSheet: show just-refreshed totals immediately
Jane·4 days ago·
a4171c7
Cart: handle empty state with friendly empty illustration
Alex·4 days ago·
f79632c
Polish promo-banner layout on narrow viewports
Sam·5 days ago·
d3f7762
▤Changed files
10 files · +815 −534
▸
M
apps/web/components/checkout/order-summary.tsx
+47 −12
▸
M
apps/web/components/cart/cart-drawer.tsx
+18 −3
▸
A
apps/marketing/src/components/landing/promo-banner.tsx
+126 −0
▸
M
apps/marketing/src/components/landing/use-promo.ts
+34 −21
▸
A
packages/ui/src/checkout-button.tsx
+62 −0
📁
acme-mono
/
⎇
feat/dark-mode
HEAD
feat/dark-mode
Uncommitted
↗ Open in GitHub Desktop
Files that differ from the default branch on
feat/dark-mode.
⎇
3 commits on this branch
Add dark mode toggle to settings sheet
Jane·yesterday·
b4e2a1f
Persist theme preference across launches
Alex·2 days ago·
d3c5e6b
Apply theme tokens to button variants
Sam·3 days ago·
8f7a9b0
▤Changed files
4 files · +156 −25
▸
M
apps/web/contexts/theme-context.tsx
+42 −15
▸
A
apps/web/components/settings/theme-toggle.tsx
+84 −0
▸
M
apps/web/components/settings/settings-sheet.tsx
+12 −3
▸
M
packages/ui/src/button.tsx
+18 −7