File size: 3,408 Bytes
3ae88af | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 | {
"link": "https://supabase.com/",
"topic": "software development",
"framework": "nextjs",
"1": {
"src": "0",
"dst": "1",
"action": "hover on the \"Product\" button",
"description": "When hovering over the \"Product\" button, it triggers the display of a dropdown menu of the website products",
"tag type": [
"button"
],
"visual type": [
"new component"
]
},
"2": {
"src": "2",
"dst": "3",
"action": "click on the \"Postgres Database\" block",
"description": "after clicking, turn to the database page",
"tag type": [
"link"
],
"visual type": [
"new page"
]
},
"3": {
"src": "4",
"dst": "5",
"action": "hover on the React icon",
"description": "the React icon will be brighter, while other icons will be dimmer. \"any framework\" will change to \"React\"",
"tag type": [
"image"
],
"visual type": [
"text",
"color"
]
},
"4": {
"src": "6",
"dst": "7",
"action": "hover on the hyperlink block",
"description": "the block will stop scrolling, and the hovered block will be brighter",
"tag type": [
"button",
"link"
],
"visual type": [
"color",
"position"
]
},
"5": {
"src": "8",
"dst": "9",
"action": "click on the \"Enterprise\" button",
"description": "after clicking the button, turn to the enterprise page",
"tag type": [
"button",
"link"
],
"visual type": [
"new page"
]
},
"6": {
"src": "10",
"dst": "11",
"action": "click on the \"SQL Editor\" button",
"description": "after clicking the button, the corresponding text and image will replace the content of \"Table Editor\"",
"tag type": [
"button"
],
"visual type": [
"new component",
"text"
]
},
"7": {
"src": "12",
"dst": "13",
"action": "click on the moon icon",
"description": "after clicking the button, a selection list will show 3 options for the theme color: \"System\", \"Dark\", and \"Light\"",
"tag type": [
"button",
"select"
],
"visual type": [
"new component",
"text"
]
},
"8": {
"src": "14",
"dst": "15",
"action": "click on the \"Light\" option",
"description": "after clicking the option, the background color turn white, and the moon icon change to a sun icon",
"tag type": [
"option"
],
"visual type": [
"color"
]
},
"9": {
"src": "16",
"dst": "17",
"action": "click on the \"Start your project\" button",
"description": "after clicking the button, turn to the log-in page",
"tag type": [
"button",
"link"
],
"visual type": [
"new page"
]
}
} |