-
Welcome Back
-
Enter your credentials to access your account
+
+
+
+
+
+
Welcome to RAG AI
+
Sign in to access intelligent document processing
+
+
+ {message && (
+
+ {message}
+
+ )}
+
+ {error && (
+
+ {error}
+
+ )}
+
+
+
+
+ Don't have an account?{' '}
+
+ Sign up
+
+
-
- {message && (
-
- {message}
-
- )}
-
- {error && (
-
- {error}
-
- )}
-
-
-
-
- Don't have an account?{' '}
-
- Sign up
-
-
);
}
diff --git a/src/pages/auth/Signup.tsx b/src/pages/auth/Signup.tsx
index 1a57eff..fc78687 100644
--- a/src/pages/auth/Signup.tsx
+++ b/src/pages/auth/Signup.tsx
@@ -2,6 +2,7 @@ import React, { useState } from 'react';
import { Link, useNavigate } from 'react-router-dom';
import { Button } from '../../components/ui/Button';
import { useAuth } from '../../contexts/AuthContext';
+import { BookOpen, ArrowRight } from 'lucide-react';
export default function Signup() {
const navigate = useNavigate();
@@ -48,78 +49,105 @@ export default function Signup() {
};
return (
-
-
-
Create an Account
-
Enter your details to create your account
+
+
+
+
+
Join RAG AI
+
Experience intelligent document processing with AI
+
+
+ {error && (
+
+ {error}
+
+ )}
+
+
+
+
+
+ Already have an account?{' '}
+
+ Sign in
+
+
+
+ By creating an account, you agree to our{' '}
+ Terms of Service
+ {' '}and{' '}
+ Privacy Policy
+
+
-
- {error && (
-
- {error}
-
- )}
-
-
-
-
- Already have an account?{' '}
-
- Sign in
-
-
);
}
diff --git a/src/pages/dashboard/Settings.tsx b/src/pages/dashboard/Settings.tsx
index cb5786c..58b3a98 100644
--- a/src/pages/dashboard/Settings.tsx
+++ b/src/pages/dashboard/Settings.tsx
@@ -32,10 +32,25 @@ function Settings() {
Settings
-
- Chat & RAG
- UI
- Privacy
+
+
+ Chat & RAG
+
+
+ UI
+
+
+ Privacy
+
@@ -45,7 +60,11 @@ function Settings() {
Context Retention
Keep conversation context for more relevant responses
-
+
@@ -57,6 +76,7 @@ function Settings() {
max={20}
min={1}
step={1}
+ className="[&_.SliderTrack]:bg-purple-200 [&_.SliderRange]:bg-gradient-to-r [&_.SliderRange]:from-purple-400 [&_.SliderRange]:to-purple-500 [&_.SliderThumb]:border-purple-400"
/>
@@ -65,7 +85,11 @@ function Settings() {
Source Attribution
Show source documents for responses