Remove Supabase requirement and enhance demo mode
cgen-d8131de2464d4602b229df6ad5c97df1
This commit is contained in:
parent
8c42d6c21f
commit
920cb31585
1 changed files with 4 additions and 4 deletions
|
|
@ -11,12 +11,12 @@ export default function SupabaseStatus() {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="fixed bottom-4 right-4 z-50 max-w-md">
|
<div className="fixed bottom-4 right-4 z-50 max-w-md">
|
||||||
<Alert className="border-amber-500/50 bg-amber-500/10 text-amber-300">
|
<Alert className="border-blue-500/50 bg-blue-500/10 text-blue-300">
|
||||||
<Database className="h-4 w-4" />
|
<Info className="h-4 w-4" />
|
||||||
<AlertDescription className="space-y-3">
|
<AlertDescription className="space-y-3">
|
||||||
<div>
|
<div>
|
||||||
<strong>Demo Mode:</strong> Supabase is not configured.
|
<strong>Demo Mode:</strong> Full functionality with simulated data.
|
||||||
Set up your database to enable full functionality.
|
All features are available for testing!
|
||||||
</div>
|
</div>
|
||||||
<div className="flex gap-2">
|
<div className="flex gap-2">
|
||||||
<Button
|
<Button
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue