issues Search Results · language:Dune language:Python language:Java language:JavaScript linked:pr
Filter by
5.8M results
Summary
CLAUDE.md documents routes/features that have drifted from src/App.jsx and the current pages:
- /admin now redirects to /admin/dashboard (docs say Admin Dashboard is /admin)
- Locations page ...
agent
chore
Description
src/pages/QuoteApproval.jsx displays valid_until but never enforces it — a customer can approve a quote months after
expiry. No server-side check either.
Steps to Reproduce
1. Send a quote ...
agent
bug
Summary
Two small consistency cleanups:
1. Archive/restore mutations (src/pages/Loads.jsx:91-107), EditLoad archive (src/pages/EditLoad.jsx:81), LoadDetail
archive (src/pages/LoadDetail.jsx:33), ...
agent
chore
Description
api/export-loads-to-sheets.js:146: loadsQuery.lte( created_at , endDate) with a date-only string excludes everything
after midnight on the end date. The repo equivalent (load-repository.js ...
agent
bug
Description
src/pages/admin/Dashboard.jsx:95-96:
const monthStart = new Date(new Date().getFullYear(), new Date().getMonth(), 1).toISOString();
const thisMonthCount = loads.filter(l = l.created_at ...
agent
bug
Description
npm run lint exits 1 on develop:
src/pages/admin/Import.jsx
171:10 error parsing is assigned a value but never used
The CI build job runs lint first, so every PR fails.
Fix
Remove ...
agent
bug
Description
public.inventory_items_for_linking (supabase/migrations/20260611000006) computes the conflict lateral join with
ld.status not in ( Cancelled ) — but the duplicate-link guard (20260611000014) ...
agent
bug
Strip the public repo down to the product. Everything below is git rm --cached (stays on disk locally, leaves the public
repo) plus gitignored so it can t re-track.
Untracked
- CLAUDE.md, GEMINI.md ...
Description
tg_rollback_inventory_on_unlink (supabase/migrations/20260611000001) resets status/outbound_date on unlink, but:
1. If the load already reached In Transit, quantity_on_hand was decremented ...
agent
bug
Description
CLAUDE.md documents that /api/schedule-load-calendar Stores calendar_event_id + calendar_event_link on the load row ,
but api/schedule-load-calendar.js never writes back to loads. Every click ...
agent
bug

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.