mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-07-23 04:36:52 +00:00
tutorial fixes
This commit is contained in:
@@ -440,7 +440,8 @@ export const VideoPlayer: React.FC<VideoPlayerProps> = ({
|
||||
}
|
||||
}
|
||||
|
||||
console.log('!src && !isLoading) || !startPlay', startPlay, resourceStatus?.status === 'READY')
|
||||
console.log('resourceStatus', resourceStatus)
|
||||
|
||||
return (
|
||||
<VideoContainer
|
||||
tabIndex={0}
|
||||
|
@@ -98,7 +98,7 @@ useEffect(()=> {
|
||||
multi: [
|
||||
|
||||
{
|
||||
title: "Getting Started",
|
||||
title: "1. Getting Started",
|
||||
resource: {
|
||||
name: "a-test",
|
||||
service: "VIDEO",
|
||||
@@ -106,7 +106,7 @@ useEffect(()=> {
|
||||
},
|
||||
},
|
||||
{
|
||||
title: "Overview",
|
||||
title: "2. Overview",
|
||||
resource: {
|
||||
name: "a-test",
|
||||
service: "VIDEO",
|
||||
@@ -114,7 +114,7 @@ useEffect(()=> {
|
||||
},
|
||||
},
|
||||
{
|
||||
title: "Qortal Groups",
|
||||
title: "3. Qortal Groups",
|
||||
resource: {
|
||||
name: "a-test",
|
||||
service: "VIDEO",
|
||||
@@ -133,7 +133,7 @@ useEffect(()=> {
|
||||
setOpenTutorialModal({
|
||||
multi: [
|
||||
{
|
||||
title: "Apps Dashboard",
|
||||
title: "1. Apps Dashboard",
|
||||
resource: {
|
||||
name: "a-test",
|
||||
service: "VIDEO",
|
||||
@@ -141,7 +141,7 @@ useEffect(()=> {
|
||||
},
|
||||
},
|
||||
{
|
||||
title: "Apps Navigation",
|
||||
title: "2. Apps Navigation",
|
||||
resource: {
|
||||
name: "a-test",
|
||||
service: "VIDEO",
|
||||
|
Reference in New Issue
Block a user