diff --git a/assets/.assets.index b/assets/.assets.index index 48d7d0a..a2ab220 100644 --- a/assets/.assets.index +++ b/assets/.assets.index @@ -1,10 +1,11 @@ 1 -34 +35 icons/bell-slash.png icons/bell.png icons/comments.png icons/default_cover.png icons/globe.png +icons/home.png icons/ic_add.png icons/ic_add_bookmarks.png icons/ic_cancel.png diff --git a/assets/StreamTab.qml b/assets/StreamTab.qml index 4430e3c..220f1d2 100644 --- a/assets/StreamTab.qml +++ b/assets/StreamTab.qml @@ -216,7 +216,7 @@ NavigationPane { onCreationCompleted: { switch (stream_type) { case "Home": - endpoint = "/posts/streams/me"; + endpoint = "/posts/streams/unified"; break; case "Global": default: diff --git a/assets/icons/globe.png b/assets/icons/globe.png index a020ffe..404f107 100644 Binary files a/assets/icons/globe.png and b/assets/icons/globe.png differ diff --git a/assets/icons/home.png b/assets/icons/home.png new file mode 100644 index 0000000..87123b3 Binary files /dev/null and b/assets/icons/home.png differ diff --git a/assets/main.qml b/assets/main.qml index 5e713de..b781365 100644 --- a/assets/main.qml +++ b/assets/main.qml @@ -39,6 +39,19 @@ TabbedPane { ] } + activeTab: globalStream + + Tab { + id: homeStream + title: qsTr("Home") + delegate: Delegate { + StreamTab { + stream_type: "Home" + } + } + imageSource: "asset:///icons/home.png" + } + Tab { id: globalStream title: qsTr("Global") @@ -51,15 +64,4 @@ TabbedPane { imageSource: "asset:///icons/globe.png" } -// Tab { -// id: homeStream -// title: qsTr("Home") -// delegate: Delegate { -// StreamTab { -// stream_type: "Home" -// } -// } -// imageSource: "asset:///icons/ic_home.png" -// } - } diff --git a/buildnum b/buildnum index d800886..afbe847 100644 --- a/buildnum +++ b/buildnum @@ -1 +1 @@ -123 \ No newline at end of file +126 \ No newline at end of file diff --git a/config.pri b/config.pri index 9b0c171..716508b 100644 --- a/config.pri +++ b/config.pri @@ -78,6 +78,7 @@ config_pri_assets { $$quote($$BASEDIR/assets/icons/comments.png) \ $$quote($$BASEDIR/assets/icons/default_cover.png) \ $$quote($$BASEDIR/assets/icons/globe.png) \ + $$quote($$BASEDIR/assets/icons/home.png) \ $$quote($$BASEDIR/assets/icons/ic_add.png) \ $$quote($$BASEDIR/assets/icons/ic_add_bookmarks.png) \ $$quote($$BASEDIR/assets/icons/ic_cancel.png) \ diff --git a/translations/Goober.ts b/translations/Goober.ts index 09b32fb..8b5a54b 100644 --- a/translations/Goober.ts +++ b/translations/Goober.ts @@ -139,12 +139,12 @@ - + Reload - + Load Older @@ -157,7 +157,12 @@ - + + Home + + + + Global