|
|
|
@ -4,13 +4,13 @@ import { useKeydown } from '../../hooks/use-keydown'; |
|
|
|
|
import { httpGet } from '../../lib/http'; |
|
|
|
|
import type { ResourceType } from '../../lib/resource-progress'; |
|
|
|
|
import { topicSelectorAll } from '../../lib/resource-progress'; |
|
|
|
|
import CloseIcon from '../../icons/close.svg'; |
|
|
|
|
import { deleteUrlParam, getUrlParams } from '../../lib/browser'; |
|
|
|
|
import { useAuth } from '../../hooks/use-auth'; |
|
|
|
|
import type { GetRoadmapResponse } from '../CustomRoadmap/CustomRoadmap'; |
|
|
|
|
import { ReadonlyEditor } from '../../../editor/readonly-editor'; |
|
|
|
|
import { ProgressLoadingError } from './ProgressLoadingError'; |
|
|
|
|
import { UserProgressModalHeader } from './UserProgressModalHeader'; |
|
|
|
|
import { X } from 'lucide-react'; |
|
|
|
|
|
|
|
|
|
export type ProgressMapProps = { |
|
|
|
|
userId?: string; |
|
|
|
@ -208,7 +208,7 @@ export function UserCustomProgressModal(props: ProgressMapProps) { |
|
|
|
|
className={`absolute right-2.5 top-3 ml-auto inline-flex items-center rounded-lg bg-gray-100 bg-transparent p-1.5 text-sm text-gray-400 hover:text-gray-900 lg:hidden`} |
|
|
|
|
onClick={onClose} |
|
|
|
|
> |
|
|
|
|
<img alt={'close'} src={CloseIcon.src} className="h-4 w-4" /> |
|
|
|
|
<X className="h-4 w-4" /> |
|
|
|
|
<span className="sr-only">Close modal</span> |
|
|
|
|
</button> |
|
|
|
|
</div> |
|
|
|
|