diff --git a/Gavilya/Assets/artage-io-9686_1706185685.png b/Gavilya/Assets/artage-io-9686_1706185685.png
new file mode 100644
index 0000000..f745e85
Binary files /dev/null and b/Gavilya/Assets/artage-io-9686_1706185685.png differ
diff --git a/Gavilya/Assets/pngaaa.com-2719114.png b/Gavilya/Assets/pngaaa.com-2719114.png
new file mode 100644
index 0000000..e757429
Binary files /dev/null and b/Gavilya/Assets/pngaaa.com-2719114.png differ
diff --git a/Gavilya/Components/NavBarComponent.xaml b/Gavilya/Components/NavBarComponent.xaml
index 6708e7c..e061434 100644
--- a/Gavilya/Components/NavBarComponent.xaml
+++ b/Gavilya/Components/NavBarComponent.xaml
@@ -95,6 +95,7 @@
+
+
+
+
+
+
+
@@ -40,10 +42,15 @@
+
+
+
+
Always
+
diff --git a/Gavilya/Views/HomePageView.xaml b/Gavilya/Views/HomePageView.xaml
index d288c81..e880d66 100644
--- a/Gavilya/Views/HomePageView.xaml
+++ b/Gavilya/Views/HomePageView.xaml
@@ -39,7 +39,7 @@
VerticalAlignment="Center"
FontSize="18"
FontWeight="ExtraBold"
- Text="{x:Static lang:Resources.Favorites}" />
+ Text="Check out games on the Store to download or stream." />
diff --git a/Gavilya/Views/RecentPageView.xaml b/Gavilya/Views/RecentPageView.xaml
index 9ba0f7c..c628dbf 100644
--- a/Gavilya/Views/RecentPageView.xaml
+++ b/Gavilya/Views/RecentPageView.xaml
@@ -7,6 +7,7 @@
xmlns:local="clr-namespace:Gavilya.Views"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:vm="clr-namespace:Gavilya.ViewModels"
+ xmlns:Wpf="clr-namespace:Microsoft.Web.WebView2.Wpf;assembly=Microsoft.Web.WebView2.Wpf"
d:DesignHeight="450"
d:DesignWidth="800"
FontFamily="..\Fonts\#Hauora"
@@ -14,66 +15,16 @@
mc:Ignorable="d">
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
diff --git a/Gavilya/Views/RecentPageView.xaml.cs b/Gavilya/Views/RecentPageView.xaml.cs
index 8709321..05bc75a 100644
--- a/Gavilya/Views/RecentPageView.xaml.cs
+++ b/Gavilya/Views/RecentPageView.xaml.cs
@@ -22,6 +22,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
*/
+using System.Windows;
using System.Windows.Controls;
namespace Gavilya.Views;
@@ -35,4 +36,12 @@ public RecentPageView()
{
InitializeComponent();
}
+ void OnClick1(object sender, RoutedEventArgs e)
+ {
+ MyWebView.GoBack();
+ }
+ void OnClick2(object sender, RoutedEventArgs e)
+ {
+ MyWebView.GoForward();
+ }
}