From 54d64f5927dddaa5b191f51290a6a1c5563c4ddb Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 5 Aug 2025 09:22:13 +0530 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Streamline=20user=20experience=20wi?= =?UTF-8?q?th=20cleaner=20UI=20and=20improved=20authentication=20flow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Remove special styling for career navigator button, unify all Try Now buttons - Clean up authentication messaging system to prevent message confusion - Replace immediate success messages with direct redirections for smoother UX - Add session-based post-login messaging for better redirect handling - Improve login page with verification resend button and cleaner message display - Remove redundant payment success messages for free agents 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- agents/templates/agents/marketplace.html | 24 ++---------- agents/views.py | 48 ++++++++++++------------ authentication/views.py | 23 +++++++++--- templates/authentication/login.html | 40 +++++++++++++++++++- 4 files changed, 83 insertions(+), 52 deletions(-) diff --git a/agents/templates/agents/marketplace.html b/agents/templates/agents/marketplace.html index d17c1a8..1361da7 100644 --- a/agents/templates/agents/marketplace.html +++ b/agents/templates/agents/marketplace.html @@ -7,23 +7,7 @@ {% endblock %} @@ -92,12 +76,12 @@