diff --git a/README.md b/README.md index b7e8eee..e643966 100644 --- a/README.md +++ b/README.md @@ -56,4 +56,4 @@ Based on NNostr, but I couldn't quite understand how it was meant to be used so ### Images - [BlurHash](https://blurha.sh/) is how we'll store compact representations of profile images so they load immediately and we can then load them dynamically as they are seen. -![Current progress](/pic.png "Current progress") +![Current progress](/nusocial.gif "Current progress") diff --git a/nusocial.gif b/nusocial.gif new file mode 100644 index 0000000..a1c7d08 Binary files /dev/null and b/nusocial.gif differ diff --git a/src/NuSocial/Localization/NuSocial/en.json b/src/NuSocial/Localization/NuSocial/en.json index 9ffa680..cbfb773 100644 --- a/src/NuSocial/Localization/NuSocial/en.json +++ b/src/NuSocial/Localization/NuSocial/en.json @@ -16,6 +16,7 @@ "AccountId": "Account ID", "AccountKeyPlaceholder": "nsec1...", "NuSocial": "NuSocial", - "TapToRegenerate": "Tap to regenerate" + "TapToRegenerate": "Tap to regenerate", + "WelcomeText": "#nostr NuSocial: Your Universe, Nu Connections" } } diff --git a/src/NuSocial/MauiProgram.cs b/src/NuSocial/MauiProgram.cs index a3780e0..8fd18e4 100644 --- a/src/NuSocial/MauiProgram.cs +++ b/src/NuSocial/MauiProgram.cs @@ -34,7 +34,8 @@ public static MauiApp CreateMauiApp() fonts.AddFont("FontAwesome6FreeSolid.otf", "FontAwesomeSolid"); fonts.AddFont("OpenSans-Regular.ttf", "OpenSansRegular"); fonts.AddFont("OpenSans-Semibold.ttf", "OpenSansSemibold"); - }) + fonts.AddFont("Urbanist-Medium.ttf", "Urbanist"); + }) .ConfigureMopups() .ConfigureContainer(new AbpAutofacServiceProviderFactory(GetAutofacContainerBuilder(builder.Services))); diff --git a/src/NuSocial/NuSocial.csproj b/src/NuSocial/NuSocial.csproj index c026a45..c07993f 100644 --- a/src/NuSocial/NuSocial.csproj +++ b/src/NuSocial/NuSocial.csproj @@ -125,6 +125,7 @@ + diff --git a/src/NuSocial/Resources/Fonts/Urbanist-Medium.ttf b/src/NuSocial/Resources/Fonts/Urbanist-Medium.ttf new file mode 100644 index 0000000..194aa9b Binary files /dev/null and b/src/NuSocial/Resources/Fonts/Urbanist-Medium.ttf differ diff --git a/src/NuSocial/Resources/Styles/Colors.xaml b/src/NuSocial/Resources/Styles/Colors.xaml index 7a00681..26b1e6a 100644 --- a/src/NuSocial/Resources/Styles/Colors.xaml +++ b/src/NuSocial/Resources/Styles/Colors.xaml @@ -41,4 +41,9 @@ #FF72ACF1 #FFA7CBF6 + + + + + diff --git a/src/NuSocial/Resources/Styles/Styles.xaml b/src/NuSocial/Resources/Styles/Styles.xaml index bf583b1..8679582 100644 --- a/src/NuSocial/Resources/Styles/Styles.xaml +++ b/src/NuSocial/Resources/Styles/Styles.xaml @@ -2,6 +2,8 @@ + Urbanist + @@ -24,7 +26,7 @@