Update workflow: screenshots go to screenshots/ dir

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Денис Шкабатур
2026-02-12 12:50:25 +03:00
parent f5898d30f7
commit c4993e9eee

View File

@@ -25,7 +25,7 @@ For every task, follow this sequence:
After ANY visual change:
1. Ensure dev server is running (`npm run dev`)
2. Navigate to `http://localhost:5173`
3. Take screenshot to see result
3. Take screenshot to `screenshots/` folder (gitignored)
4. Check browser console for errors
5. Fix issues before committing