-
+ if (loadingProject) {
+ return (
+
+ );
+ }
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ if (project.mode === "pj" && isPortrait) {
+ return (
+
+

-
-
-
-
-
-
+
+ Projects are currently not supported in mobile! Please use a
+ desktop device, anyway you can still view examples.
+
+
+
+
+
+ );
+ }
+
+ return (
+ <>
+ {getProject().mode === "pj"
+ ? (
+