You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add delete option inside repo detail view via three-dot menu
Three-dot menu in top-right of repo detail header (next to repo name).
Click '...' -> 'Delete repository' -> confirmation dialog -> DELETE API.
Delete is now available in TWO places:
1. Repo card grid (hover card -> three dots)
2. Inside repo detail view (top-right header)
Both use same confirmation dialog and same handleDeleteRepo handler.
After delete, navigates back to repo list automatically.
0 commit comments