ALwrity + Wix + Wordpress + GSC + Bug Fixes
This commit is contained in:
@@ -14,8 +14,7 @@ const SEOCopilotContext: React.FC<{ children: React.ReactNode }> = ({ children }
|
||||
isLoading,
|
||||
isAnalyzing,
|
||||
isGenerating,
|
||||
error,
|
||||
loadPersonalizationData
|
||||
error
|
||||
} = useSEOCopilotStore();
|
||||
|
||||
const hasLoadedPersonalization = useRef(false);
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
// SEO CopilotKit Test Component
|
||||
// Simple test to verify CopilotKit sidebar functionality
|
||||
|
||||
import React, { useEffect, useState } from 'react';
|
||||
import React, { useState } from 'react';
|
||||
import { Box, Button, Typography, Paper, Alert } from '@mui/material';
|
||||
import { useCopilotAction } from '@copilotkit/react-core';
|
||||
|
||||
|
||||
@@ -6,7 +6,6 @@ import {
|
||||
Typography,
|
||||
Alert,
|
||||
Skeleton,
|
||||
useTheme,
|
||||
Chip,
|
||||
Button
|
||||
} from '@mui/material';
|
||||
@@ -31,8 +30,6 @@ import { userDataAPI } from '../../api/userData';
|
||||
|
||||
// SEO Dashboard component
|
||||
const SEODashboard: React.FC = () => {
|
||||
const theme = useTheme();
|
||||
|
||||
// Clerk authentication hooks
|
||||
const { isSignedIn, isLoaded } = useAuth();
|
||||
const { user } = useUser();
|
||||
|
||||
@@ -60,6 +60,7 @@ const GSCLoginButton: React.FC<GSCLoginButtonProps> = ({ onStatusChange }) => {
|
||||
// Check GSC connection status on component mount
|
||||
useEffect(() => {
|
||||
checkGSCStatus();
|
||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||
}, []);
|
||||
|
||||
const checkGSCStatus = async () => {
|
||||
|
||||
@@ -31,7 +31,6 @@ import {
|
||||
} from './seoUtils';
|
||||
|
||||
// Components
|
||||
import CategoryCard from './CategoryCard';
|
||||
import CriticalIssueCard from './CriticalIssueCard';
|
||||
import AnalysisTabs from './AnalysisTabs';
|
||||
import IssueDetailsDialog from './IssueDetailsDialog';
|
||||
|
||||
Reference in New Issue
Block a user