Files
vibe-kanban/frontend
Solomon b88436052c Fix UI crash during on-boarding (#170)
Github login fails when vibe-kanban is executed inside docker.

Root cause: navigator.clipboard.writeText() fails in Docker environments when accessed over HTTP, causing GitHub auth dialog crashes.
Fix: Added clipboard API availability check with document.execCommand('copy') fallback and proper error handling.
2025-07-14 16:37:03 +01:00
..
2025-07-11 15:57:30 +01:00
2025-06-25 09:36:07 +01:00
2025-06-25 09:36:07 +01:00
2025-06-14 15:14:08 -04:00
2025-07-08 13:41:47 +02:00
2025-06-14 15:14:08 -04:00
2025-06-14 16:26:48 -04:00
2025-06-14 15:14:08 -04:00
2025-07-04 11:11:45 +02:00