a better layout, + start of app state imple
This commit is contained in:
parent
7b3340cbc3
commit
90155fe8da
14 changed files with 94 additions and 62 deletions
|
|
@ -1,15 +1,10 @@
|
|||
using BookAStar.Helpers;
|
||||
using BookAStar.Model;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Collections.ObjectModel;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using System.Collections.ObjectModel;
|
||||
using System.Windows.Input;
|
||||
|
||||
namespace BookAStar.ViewModels
|
||||
{
|
||||
using Data;
|
||||
using Model;
|
||||
public class BookQueriesViewModel : XLabs.Forms.Mvvm.ViewModel
|
||||
{
|
||||
public BookQueriesViewModel()
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
using BookAStar.Helpers;
|
||||
using BookAStar.Model.Auth.Account;
|
||||
using BookAStar.Pages;
|
||||
using System.Collections.ObjectModel;
|
||||
using System.Collections.ObjectModel;
|
||||
using System.Linq;
|
||||
using Xamarin.Forms;
|
||||
using XLabs.Forms.Behaviors;
|
||||
|
|
@ -12,7 +9,11 @@ using XLabs.Platform.Services;
|
|||
|
||||
namespace BookAStar.ViewModels
|
||||
{
|
||||
|
||||
using Data;
|
||||
using Helpers;
|
||||
using Model.Auth.Account;
|
||||
using Pages;
|
||||
|
||||
internal class DashboardViewModel : ViewModel
|
||||
{
|
||||
int rating;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue