Fixed some app sdk things, added images for missing triggers and re-added Wait For Response to Webhooks

This commit is contained in:
Frikky
2023-09-20 22:34:06 +02:00
parent 210412ec84
commit 6de66413c7
7 changed files with 66 additions and 45 deletions
+1 -1
View File
@@ -521,7 +521,7 @@ const { globalUrl, setNotifications, notifications, isLoggedIn, removeCookie, ho
}
// Handle top bar or something
const defaultTop = 0
const defaultTop = isCloud ? 0 : 6
const loginTextBrowser = !isLoggedIn ?
<div style={{display: "flex", minWidth: 1250, maxWidth: 1250, margin: "auto", textAlign: "center",}}>
<div style={{display: "flex", flex: 1, }}>