diff --git a/.playwright-mcp/element-2026-02-19T13-33-20-065Z.png b/.playwright-mcp/element-2026-02-19T13-33-20-065Z.png new file mode 100644 index 0000000..0c6b2cf Binary files /dev/null and b/.playwright-mcp/element-2026-02-19T13-33-20-065Z.png differ diff --git a/.playwright-mcp/element-2026-02-19T13-37-44-734Z.png b/.playwright-mcp/element-2026-02-19T13-37-44-734Z.png new file mode 100644 index 0000000..8db7f82 Binary files /dev/null and b/.playwright-mcp/element-2026-02-19T13-37-44-734Z.png differ diff --git a/.playwright-mcp/element-2026-02-19T13-40-05-307Z.png b/.playwright-mcp/element-2026-02-19T13-40-05-307Z.png new file mode 100644 index 0000000..131ca6d Binary files /dev/null and b/.playwright-mcp/element-2026-02-19T13-40-05-307Z.png differ diff --git a/.playwright-mcp/element-2026-02-19T13-40-12-397Z.png b/.playwright-mcp/element-2026-02-19T13-40-12-397Z.png new file mode 100644 index 0000000..f0d4f2c Binary files /dev/null and b/.playwright-mcp/element-2026-02-19T13-40-12-397Z.png differ diff --git a/.playwright-mcp/page-2026-02-19T13-34-20-685Z.png b/.playwright-mcp/page-2026-02-19T13-34-20-685Z.png new file mode 100644 index 0000000..a1f5fb4 Binary files /dev/null and b/.playwright-mcp/page-2026-02-19T13-34-20-685Z.png differ diff --git a/app/Http/Controllers/SessionController.php b/app/Http/Controllers/SessionController.php index 3273fe1..6ee8e44 100644 --- a/app/Http/Controllers/SessionController.php +++ b/app/Http/Controllers/SessionController.php @@ -65,6 +65,8 @@ public function show(Session $session): InertiaResponse */ public function update(UpdateSessionRequest $request, Session $session): RedirectResponse { + sleep(3); + $validated = $request->validated(); if (Arr::has($validated, 'answers')) { diff --git a/resources/js/Components/QuestionCard.vue b/resources/js/Components/QuestionCard.vue index 0e412fb..dd08dd5 100644 --- a/resources/js/Components/QuestionCard.vue +++ b/resources/js/Components/QuestionCard.vue @@ -63,7 +63,7 @@ const updateTextValue = (event) => {