Removed Capacitor
This commit is contained in:
@@ -39,10 +39,7 @@ const setup = async () => {
|
||||
times.value = await useSupabaseSelect("times","*, profile(*), project(id, name)")
|
||||
projects.value = await useSupabaseSelect("projects","*")
|
||||
|
||||
if(await useCapacitor().getIsPhone()) {
|
||||
platform.value = "mobile"
|
||||
setPageLayout("mobile")
|
||||
}
|
||||
|
||||
|
||||
runningTimeInfo.value = (await supabase
|
||||
.from("times")
|
||||
|
||||
Reference in New Issue
Block a user