Rome Online White Labelling.

This commit is contained in:
Patrick Fic
2023-02-24 15:51:37 -08:00
parent 90202e2d3c
commit 86fc13ce7f
66 changed files with 173 additions and 229 deletions

View File

@@ -1,5 +1,5 @@
using BodyshopPartner.Models;
using BodyshopPartner.Utils.Growls;
using RomeOnlinePartner.Models;
using RomeOnlinePartner.Utils.Growls;
using GraphQL.Client;
using GraphQL;
using Newtonsoft.Json;
@@ -16,7 +16,7 @@ using Firebase.Auth;
using ToastNotifications.Messages;
using Microsoft.Win32;
namespace BodyshopPartner.ViewModels
namespace RomeOnlinePartner.ViewModels
{
public partial class MainViewModel : BaseViewModel
{
@@ -109,7 +109,7 @@ namespace BodyshopPartner.ViewModels
}
// string msg = "An update to ImEX Online Partner is Available. It will be automatically downloaded and applied.";
// string msg = "An update to Rome Online Partner is Available. It will be automatically downloaded and applied.";
// Utils.Notifications.notifier.ShowInformation(msg);
// logger.Debug("Updates are available! Installing.");
// try
@@ -391,7 +391,7 @@ namespace BodyshopPartner.ViewModels
logger.Trace(newLine);
}
private FirebaseAuthLink al = BodyshopPartner.Utils.Auth.authlink;
private FirebaseAuthLink al = RomeOnlinePartner.Utils.Auth.authlink;
public async Task TestGql()
{