Skip to content

Commit

Permalink
Updating submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
delphian committed Jan 4, 2019
1 parent e4f31e1 commit 37c7478
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion before-our-time-client
Submodule before-our-time-client updated 29 files
+3 −0 BeforeOurTime.MobileApp.Android/BeforeOurTime.MobileApp.Android.csproj
+3 −0 BeforeOurTime.MobileApp.UWP/BeforeOurTime.MobileApp.UWP.csproj
+3 −0 BeforeOurTime.MobileApp.iOS/BeforeOurTime.MobileApp.iOS.csproj
+3 −0 BeforeOurTime.MobileApp/App.xaml.cs
+23 −0 BeforeOurTime.MobileApp/BeforeOurTime.MobileApp.projitems
+72 −0 BeforeOurTime.MobileApp/Controls/Styles/BotButtonDanger.cs
+72 −0 BeforeOurTime.MobileApp/Controls/Styles/BotButtonPrimary.cs
+72 −0 BeforeOurTime.MobileApp/Controls/Styles/BotButtonWarning.cs
+70 −0 BeforeOurTime.MobileApp/Controls/Styles/BotEditorPrimary.cs
+71 −0 BeforeOurTime.MobileApp/Controls/Styles/BotEntryPrimary.cs
+14 −0 BeforeOurTime.MobileApp/Pages/Admin/Editor/CRUD/DataTypes/JsonDataTypesPage.xaml
+11 −0 BeforeOurTime.MobileApp/Pages/Admin/Editor/CRUD/DataTypes/JsonDataTypesPage.xaml.cs
+49 −64 BeforeOurTime.MobileApp/Pages/Admin/Editor/CRUD/JsonEditorPage.xaml
+35 −1 BeforeOurTime.MobileApp/Pages/Admin/Editor/CRUD/JsonEditorPage.xaml.cs
+9 −0 BeforeOurTime.MobileApp/Pages/Admin/Editor/CRUD/JsonEditorPageViewModel.cs
+40 −0 BeforeOurTime.MobileApp/Pages/Admin/ScriptEditor/ScriptEditorPage.xaml
+43 −0 BeforeOurTime.MobileApp/Pages/Admin/ScriptEditor/ScriptEditorPage.xaml.cs
+48 −0 BeforeOurTime.MobileApp/Pages/Admin/ScriptEditor/VMScriptEditorPage.cs
+5 −1 BeforeOurTime.MobileApp/Pages/BotPageVM.cs
+1 −1 BeforeOurTime.MobileApp/Pages/Explore/ExplorePage.xaml
+1 −0 BeforeOurTime.MobileApp/Pages/Explore/VMAdminPicker.cs
+1 −0 BeforeOurTime.MobileApp/Pages/Explore/VMExplorePage.cs
+20 −0 BeforeOurTime.MobileApp/Services/Styles/IStyleService.cs
+17 −0 BeforeOurTime.MobileApp/Services/Styles/StyleButton.cs
+15 −0 BeforeOurTime.MobileApp/Services/Styles/StyleEditor.cs
+16 −0 BeforeOurTime.MobileApp/Services/Styles/StyleEntry.cs
+14 −0 BeforeOurTime.MobileApp/Services/Styles/StylePage.cs
+79 −0 BeforeOurTime.MobileApp/Services/Styles/StyleService.cs
+19 −0 BeforeOurTime.MobileApp/Services/Styles/StyleTemplate.cs
1 change: 1 addition & 0 deletions bot-reset-database.sh
Expand Up @@ -3,4 +3,5 @@ echo y|dotnet ef database drop --context EFCoreModuleContext
dotnet ef database update --context EFCoreModuleContext
dotnet ef database update --context EFAccountModuleContext
dotnet ef database update --context EFWorldModuleContext
dotnet ef database update --context EFScriptModuleContext
cd ..

0 comments on commit 37c7478

Please sign in to comment.