File size: 2,797 Bytes
e727079 | 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 | {
"link": "https://sentry.io/",
"topic": "Code",
"framework": "react",
"1": {
"src": "1",
"dst": "2",
"action": "hover the mouse over the \"breaks\" item",
"description": "When the mouse hover over the \"breaks\" item, the \"breaks\" item position changes",
"tag type": [
"span"
],
"visual type": [
"position"
]
},
"2": {
"src": "3",
"dst": "4",
"action": "hover the mouse over the \"Want to connect with the folks building Sentry? Join us on Discord \" item",
"description": "When the mouse hover over the \"Want to connect with the folks building Sentry? Join us on Discord \" item, the item color changes",
"tag type": [
"span"
],
"visual type": [
"color"
]
},
"3": {
"src": "5",
"dst": "6",
"action": "hover the mouse over the \"PRODUCT \" item",
"description": "When the mouse hover over the \"PRODUCT\" item, the item color changes",
"tag type": [
"span",
"button"
],
"visual type": [
"color"
]
},
"4": {
"src": "7",
"dst": "8",
"action": "click to the \"PRODUCT\" item",
"description": "When the \"PRODUCT\" item is clicked, the new component and text appear",
"tag type": [
"span",
"button"
],
"visual type": [
"text",
"new component",
"color"
]
},
"5": {
"src": "9",
"dst": "10",
"action": "click to the \"Next.js\" select",
"description": "When the \"Next.js\" select is clicked, the new component, option and text appear",
"tag type": [
"select",
"option"
],
"visual type": [
"text",
"new component"
]
},
"6": {
"src": "11",
"dst": "12",
"action": "switch \"Python\" option to \"PHP\" option",
"description": "When user switches \"Python\" option to \"PHP\" option, the page switches",
"tag type": [
"option",
"select"
],
"visual type": [
"switch",
"size"
]
},
"7": {
"src": "13",
"dst": "14",
"action": "click to the Triangle mark",
"description": "When the Triangle mark is clicked, the image switches",
"tag type": [
"button",
"image"
],
"visual type": [
"switch",
"position"
]
}
} |