Added Basic Order Screen

This commit is contained in:
2021-11-21 20:44:44 +10:00
parent dd1ed266f8
commit a48c3a68e0
107 changed files with 678 additions and 307 deletions

View File

@@ -16,6 +16,8 @@ open Thoth.Json.Net
let (|?) lhs rhs = if lhs = null then rhs else lhs
let getCurrentVenue () = 1
let map list = list |> Map.ofList
let JoinArray (char: string) (array: 'a[]) = String.Join(char, array)