From 2a163b66f63551180a26a4aecb8445370ebcf7c5 Mon Sep 17 00:00:00 2001 From: Prince Shakya Date: Thu, 7 May 2026 18:18:49 +0530 Subject: [PATCH 1/5] UI/UX: Add mobile navigation menu structure --- finbot/apps/finbot/templates/base.html | 30 ++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/finbot/apps/finbot/templates/base.html b/finbot/apps/finbot/templates/base.html index 69dfe82b..83ad4a82 100644 --- a/finbot/apps/finbot/templates/base.html +++ b/finbot/apps/finbot/templates/base.html @@ -99,10 +99,40 @@ {% endblock %} + + +
+
+
+ MENU + +
+ + +
+
+
{% block content %}{% endblock %}
From 4f1c2aeb16bf897dc1e20f388b0efb784393f1af Mon Sep 17 00:00:00 2001 From: Prince Shakya Date: Thu, 7 May 2026 18:19:00 +0530 Subject: [PATCH 2/5] UI/UX: Implement mobile menu toggle logic --- finbot/apps/finbot/templates/base.html | 31 ++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/finbot/apps/finbot/templates/base.html b/finbot/apps/finbot/templates/base.html index 83ad4a82..7bc4c591 100644 --- a/finbot/apps/finbot/templates/base.html +++ b/finbot/apps/finbot/templates/base.html @@ -152,5 +152,36 @@ {% block scripts %}{% endblock %} + From a8425d95ab2d2c418d281068ca0f4d7ca7e5b84e Mon Sep 17 00:00:00 2001 From: Prince Shakya Date: Thu, 7 May 2026 18:19:54 +0530 Subject: [PATCH 3/5] UI/UX: Adjust mobile menu font sizes and styles --- finbot/apps/finbot/templates/base.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/finbot/apps/finbot/templates/base.html b/finbot/apps/finbot/templates/base.html index 7bc4c591..d213d297 100644 --- a/finbot/apps/finbot/templates/base.html +++ b/finbot/apps/finbot/templates/base.html @@ -117,10 +117,10 @@
diff --git a/finbot/apps/finbot/templates/home.html b/finbot/apps/finbot/templates/home.html index 0b443e1b..a390e5ec 100644 --- a/finbot/apps/finbot/templates/home.html +++ b/finbot/apps/finbot/templates/home.html @@ -53,11 +53,11 @@ {% endblock %} {% block nav %} - Challenges + - + From 73ae75442729e985aabc513264237c39502c1891 Mon Sep 17 00:00:00 2001 From: Prince Shakya Date: Thu, 7 May 2026 18:45:45 +0530 Subject: [PATCH 5/5] UI/UX: Restore GitHub link visibility on mobile nav bar --- finbot/apps/finbot/templates/home.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/finbot/apps/finbot/templates/home.html b/finbot/apps/finbot/templates/home.html index a390e5ec..277510af 100644 --- a/finbot/apps/finbot/templates/home.html +++ b/finbot/apps/finbot/templates/home.html @@ -57,7 +57,7 @@ -