mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-11 19:53:59 +02:00
Update AI example roadmaps
This commit is contained in:
@@ -25,20 +25,14 @@ import { Ban, Cog, Download, PenSquare, Save, Wand } from 'lucide-react';
|
|||||||
import { ShareRoadmapButton } from '../ShareRoadmapButton.tsx';
|
import { ShareRoadmapButton } from '../ShareRoadmapButton.tsx';
|
||||||
import { httpGet, httpPost } from '../../lib/http.ts';
|
import { httpGet, httpPost } from '../../lib/http.ts';
|
||||||
import { pageProgressMessage } from '../../stores/page.ts';
|
import { pageProgressMessage } from '../../stores/page.ts';
|
||||||
import {
|
import { deleteUrlParam, getUrlParams } from '../../lib/browser.ts';
|
||||||
deleteUrlParam,
|
|
||||||
getUrlParams,
|
|
||||||
setUrlParams,
|
|
||||||
} from '../../lib/browser.ts';
|
|
||||||
import { downloadGeneratedRoadmapImage } from '../../helper/download-image.ts';
|
import { downloadGeneratedRoadmapImage } from '../../helper/download-image.ts';
|
||||||
import { showLoginPopup } from '../../lib/popup.ts';
|
import { showLoginPopup } from '../../lib/popup.ts';
|
||||||
import { cn } from '../../lib/classname.ts';
|
import { cn } from '../../lib/classname.ts';
|
||||||
import { RoadmapTopicDetail } from './RoadmapTopicDetail.tsx';
|
import { RoadmapTopicDetail } from './RoadmapTopicDetail.tsx';
|
||||||
import { AIRoadmapAlert } from './AIRoadmapAlert.tsx';
|
import { AIRoadmapAlert } from './AIRoadmapAlert.tsx';
|
||||||
import { OpenAISettings } from './OpenAISettings.tsx';
|
|
||||||
import { IS_KEY_ONLY_ROADMAP_GENERATION } from '../../lib/ai.ts';
|
import { IS_KEY_ONLY_ROADMAP_GENERATION } from '../../lib/ai.ts';
|
||||||
import { AITermSuggestionInput } from './AITermSuggestionInput.tsx';
|
import { AITermSuggestionInput } from './AITermSuggestionInput.tsx';
|
||||||
import { useParams } from '../../hooks/use-params.ts';
|
|
||||||
import { IncreaseRoadmapLimit } from './IncreaseRoadmapLimit.tsx';
|
import { IncreaseRoadmapLimit } from './IncreaseRoadmapLimit.tsx';
|
||||||
import { AuthenticationForm } from '../AuthenticationFlow/AuthenticationForm.tsx';
|
import { AuthenticationForm } from '../AuthenticationFlow/AuthenticationForm.tsx';
|
||||||
|
|
||||||
|
@@ -42,7 +42,7 @@ export function RoadmapSearch(props: RoadmapSearchProps) {
|
|||||||
setIsAuthenticatedUser(isLoggedIn());
|
setIsAuthenticatedUser(isLoggedIn());
|
||||||
}, []);
|
}, []);
|
||||||
|
|
||||||
const randomTerms = ['OAuth', 'APIs', 'UX Design', 'gRPC'];
|
const randomTerms = ['OAuth', 'UI / UX', 'SRE', 'DevRel'];
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="flex flex-grow flex-col items-center px-4 py-6 sm:px-6 md:my-24 lg:my-32">
|
<div className="flex flex-grow flex-col items-center px-4 py-6 sm:px-6 md:my-24 lg:my-32">
|
||||||
|
Reference in New Issue
Block a user