diff --git a/apps/formbricks-com/components/docs/Layout.tsx b/apps/formbricks-com/components/docs/Layout.tsx
index 39f1ac80d2..855f410e5e 100644
--- a/apps/formbricks-com/components/docs/Layout.tsx
+++ b/apps/formbricks-com/components/docs/Layout.tsx
@@ -64,9 +64,9 @@ function Header({ navigation }: any) {
onClick={() => router.push("https://github.com/formbricks/formbricks")}>
View on Github
- */}
);
@@ -124,15 +124,6 @@ export function Layout({ children, meta }: LayoutProps) {
)}
- Join our Discord and ask away. We're happy to help where we can! -
-+ Join our Discord and ask away. We're happy to help where we can! +
+- Pending -
- )} + {!member.accepted &&{``} tag of your website:
You're done 🎉
@@ -125,7 +131,10 @@ if (typeof window !== "undefined") { Want to learn how to add user attributes, custom events and more? {" "} - + Dive into the docs. diff --git a/apps/web/app/environments/[environmentId]/surveys/SurveyList.tsx b/apps/web/app/environments/[environmentId]/surveys/SurveyList.tsx index 9e40ff49cd..b18ed25ca6 100644 --- a/apps/web/app/environments/[environmentId]/surveys/SurveyList.tsx +++ b/apps/web/app/environments/[environmentId]/surveys/SurveyList.tsx @@ -9,9 +9,10 @@ import { DropdownMenuTrigger, } from "@/components/shared/DropdownMenu"; import LoadingSpinner from "@/components/shared/LoadingSpinner"; +import Modal from "@/components/shared/Modal"; import SurveyStatusIndicator from "@/components/shared/SurveyStatusIndicator"; -import { ErrorComponent } from "@formbricks/ui"; import { deleteSurvey, useSurveys } from "@/lib/surveys/surveys"; +import { Button, ErrorComponent, ResponsiveVideo } from "@formbricks/ui"; import { PlusIcon } from "@heroicons/react/24/outline"; import { EllipsisHorizontalIcon, PencilSquareIcon, TrashIcon } from "@heroicons/react/24/solid"; import Link from "next/link"; @@ -24,6 +25,7 @@ export default function SurveysList({ environmentId }) { const { surveys, mutateSurveys, isLoadingSurveys, isErrorSurveys } = useSurveys(environmentId); const [isDeleteDialogOpen, setDeleteDialogOpen] = useState(false); + const [isVideoDialogOpen, setVideoDialogOpen] = useState(false); const [activeSurvey, setActiveSurvey] = useState("" as any); const [activeSurveyIdx, setActiveSurveyIdx] = useState("" as any); @@ -67,6 +69,25 @@ export default function SurveysList({ environmentId }) {
Kinda lost?
+ +