File tree Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -28,10 +28,13 @@ Page {
28
28
// Status for NavigationCover
29
29
property string navStatus: qsTr (" Following" )
30
30
31
- allowedOrientations: Orientation .All
31
+ header: PageHeader {
32
+ title: qsTr (" Followed Games" )
33
+ flickable: mainContainer
34
+ }
32
35
33
36
GridWrapper {
34
- header . title : qsTr ( " Followed Games " )
37
+ id : mainContainer
35
38
36
39
grids: [
37
40
GamesGrid {
53
56
54
57
parameters: { " fromFollowings" : true }
55
58
}]
56
-
57
- Categories {
58
- following: false
59
- }
60
59
}
61
60
}
Original file line number Diff line number Diff line change @@ -38,6 +38,13 @@ Page {
38
38
id: categories
39
39
games: false
40
40
}
41
+
42
+ trailingActionBar .actions : [
43
+ Action {
44
+ iconName: " view-expand"
45
+ onTriggered: pageStack .push (Qt .resolvedUrl (" FollowedGamesPage.qml" ))
46
+ }
47
+ ]
41
48
}
42
49
43
50
GridWrapper {
You can’t perform that action at this time.
0 commit comments