mirror of
https://github.com/captbaritone/webamp
synced 2024-11-21 23:32:16 +00:00
This commit is contained in:
parent
65af6bdf78
commit
c7e180687b
@ -128,22 +128,22 @@ export default function ReviewPage() {
|
||||
};
|
||||
});
|
||||
|
||||
function swiped(dir, skin) {
|
||||
switch (dir) {
|
||||
case "left":
|
||||
reject(skin);
|
||||
break;
|
||||
case "right":
|
||||
approve(skin);
|
||||
break;
|
||||
default:
|
||||
}
|
||||
console.log({ dir, skin });
|
||||
}
|
||||
// function _swiped(dir, skin) {
|
||||
// switch (dir) {
|
||||
// case "left":
|
||||
// reject(skin);
|
||||
// break;
|
||||
// case "right":
|
||||
// approve(skin);
|
||||
// break;
|
||||
// default:
|
||||
// }
|
||||
// console.log({ dir, skin });
|
||||
// }
|
||||
|
||||
function outOfFrame(skin) {
|
||||
console.log("out of frame", { skin });
|
||||
}
|
||||
// function _outOfFrame(skin) {
|
||||
// console.log("out of frame", { skin });
|
||||
// }
|
||||
if (skins.length === 0) {
|
||||
return <h2 style={{ color: "white" }}>Loading...</h2>;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user