dev #46
Reference in New Issue
Block a user
Delete Branch "dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The vehicle detail page had no error handling: a failed /vehicles/:id (404 or network) rendered a broken header (" ()") with no retry, while only the categories sub-page had a proper error block. Now a failed load shows a not-found vs. generic-error alert with retry (mirroring the category page), and 404s skip retries so the state appears immediately. The back button now uses the router history and falls back to /dashboard/search on deep links instead of window.history.back() leaving the site. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>Root-level category grid cards clipped their names to one line ("Yakıt, egzoz gaz…", "Ön aks, direksiy…"). Switch the icon card title from truncate to line-clamp-2 so two-line names stay legible (matching the image card). Also add a focus-visible ring to the grid category buttons so keyboard users can see where they are — the tree view already had one, the grid did not. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>