From 3f78ad957f5b43d18b61277c6808091487b595ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=EA=A6=AB=EA=A6=B6=EA=A6=8F=EA=A7=80=EA=A6=A6?= =?UTF-8?q?=EA=A6=BF=EA=A6=A7=EA=A6=AE=EA=A6=91=EA=A6=A9=EA=A6=AD=EA=A7=80?= Date: Mon, 27 Mar 2023 19:25:41 +0800 Subject: Favorite implementation --- Home/Default.ui.qml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'Home/Default.ui.qml') diff --git a/Home/Default.ui.qml b/Home/Default.ui.qml index 19f3166..d14c849 100644 --- a/Home/Default.ui.qml +++ b/Home/Default.ui.qml @@ -269,6 +269,7 @@ Flickable { level: "All level" levelColor: "#ff6f42c1" levelBackgroundColor: "#1a6f42c1" + liked: false title: "Sketch from A to Z: for app designer" truncated: "Proposal indulged no do sociable he throwing settling." rate: 4.0 @@ -278,6 +279,7 @@ Flickable { level: "Beginner" levelColor: "#ff0cbc87" levelBackgroundColor: "#1a0cbc87" + liked: true title: "Graphic Design Masterclass" truncated: "Rooms oh fully taken by worse do Points afraid but may end Rooms" rate: 4.5 @@ -287,6 +289,7 @@ Flickable { level: "Beginner" levelColor: "#ff0cbc87" levelBackgroundColor: "#1a0cbc87" + liked: false title: "Create a Design System in Figma" truncated: "Rooms oh fully taken by worse do. Points afraid but may end afraid but may end." rate: 4.5 @@ -296,6 +299,7 @@ Flickable { level: "Beginner" levelColor: "#ff0cbc87" levelBackgroundColor: "#1a0cbc87" + liked: true title: "Deep Learning with React-Native" truncated: "Far advanced settling say finished raillery. Offered chiefly farther" rate: 4.0 @@ -305,6 +309,7 @@ Flickable { level: "All level" levelColor: "#ff6f42c1" levelBackgroundColor: "#1a6f42c1" + liked: true title: "Build Responsive Websites with HTML" truncated: "Far advanced settling say finished raillery. Offered chiefly farther" rate: 4.0 @@ -314,6 +319,7 @@ Flickable { level: "Beginner" levelColor: "#ff0cbc87" levelBackgroundColor: "#1a0cbc87" + liked: false title: "Build Websites with CSS" truncated: "Far advanced settling say finished raillery. Offered chiefly farther" rate: 4.5 @@ -323,6 +329,7 @@ Flickable { level: "All level" levelColor: "#ff6f42c1" levelBackgroundColor: "#1a6f42c1" + liked: true title: "Learn Invision" truncated: "Arrived off she elderly beloved him Course regard to up he hardly." rate: 3.5 @@ -332,6 +339,7 @@ Flickable { level: "All level" levelColor: "#ff6f42c1" levelBackgroundColor: "#1a6f42c1" + liked: false title: "JavaScript: Full Understanding" truncated: "Far advanced settling say finished raillery. Offered chiefly farther" rate: 5.0 @@ -361,8 +369,9 @@ Flickable { imageSource: image badgeText: level badgeColor: levelColor - badgeBackgroundColor - : levelBackgroundColor + badgeBackgroundColor: + levelBackgroundColor + favorite.checked: liked titleText: title truncatedText: truncated rating: rate -- cgit v1.2.3