From 646164c85da4d0b0f3fdd40de80e4b60ee262ed2 Mon Sep 17 00:00:00 2001 From: Darius Rapalis Date: Tue, 28 Apr 2026 20:41:14 +0300 Subject: [PATCH] Model: Qwen 3.6 35B A3 Prompt: use 'https://app.clockify.me/signup' design to make login and register buttons link to acutal login and register pages on the project. We don't need "Continue with X" social buttons, only method of authentiction for now will be email/password Stats: Context: 88,970 tokens Time: 37m 48s --- .../js/layouts/auth/AuthSimpleLayout.vue | 29 ++++++----- resources/js/pages/Homepage.vue | 49 +++++++++--------- resources/js/pages/auth/ForgotPassword.vue | 19 +++---- resources/js/pages/auth/Login.vue | 50 +++++++++++-------- resources/js/pages/auth/Register.vue | 37 +++++++------- resources/js/pages/auth/ResetPassword.vue | 27 ++++++---- resources/js/pages/auth/VerifyEmail.vue | 43 +++++++++------- 7 files changed, 142 insertions(+), 112 deletions(-) diff --git a/resources/js/layouts/auth/AuthSimpleLayout.vue b/resources/js/layouts/auth/AuthSimpleLayout.vue index b54c094..7b846d9 100644 --- a/resources/js/layouts/auth/AuthSimpleLayout.vue +++ b/resources/js/layouts/auth/AuthSimpleLayout.vue @@ -1,6 +1,5 @@