Ruben Fiszel
fcab562bf2
update goto
2023-02-08 00:38:47 +01:00
Ruben Fiszel
56dd32b2f0
iife
2023-02-07 19:13:56 +01:00
Ruben Fiszel
ac991dddbc
deprecate row connection in favor of connected + selectedRow
2023-02-05 20:57:47 +01:00
Ruben Fiszel
083a304645
display token fully
2023-02-05 17:28:33 +01:00
Ruben Fiszel
91491055fa
add svg display result support
2023-02-05 17:15:40 +01:00
Ruben Fiszel
ae440203f0
script UX nits
2023-02-05 16:30:35 +01:00
Ruben Fiszel
ab432d628a
import python code as raw to avoid reindent
2023-02-05 16:03:03 +01:00
Ruben Fiszel
2ef6af4546
fix python default tabSize
2023-02-05 14:51:33 +01:00
Ruben Fiszel
a939771059
fix python type inference
2023-02-05 14:09:21 +01:00
Ruben Fiszel
8dc467b87a
toast improvements
2023-02-05 10:12:49 +01:00
Ruben Fiszel
2ece1eb475
frontend misc
2023-02-05 10:04:26 +01:00
Ruben Fiszel
7a4da3907f
frontend misc
2023-02-05 09:03:35 +01:00
Ruben Fiszel
b9d6e67791
frontend misc
2023-02-05 00:05:16 +01:00
Ruben Fiszel
f584062f13
feat: add mem peak info
2023-02-04 20:26:15 +01:00
Ruben Fiszel
21c2007ebd
use unsecure websocket if unsecure connection
2023-02-04 15:29:55 +01:00
Ruben Fiszel
784aac9d1b
typo
2023-02-04 01:55:05 +01:00
Ruben Fiszel
d4207db880
app checkbox nits
2023-02-04 01:50:09 +01:00
Ruben Fiszel
4ac9484305
app checkbox and text nits
2023-02-04 01:43:17 +01:00
Ruben Fiszel
8bc97e0041
remove templates
2023-02-03 22:34:36 +01:00
Kai Jellinghaus and Ruben Fiszel
b9ac60f8bb
feat: Add workspace webhook ( #1158 )
...
* Add workspace webhook
* Update SQLX
* Add webhook request histogram
* Move workspace webhook retrieval OOP
* Add removal to frontend, cache removed webhooks
* Remove WebhookUtil
---------
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
2023-02-03 19:50:18 +01:00
Ruben Fiszel
406cba4e73
improve instructions
2023-02-03 02:19:58 +01:00
Ruben Fiszel
8d6a8386be
refactor components to ease adding custom components
2023-02-03 02:11:06 +01:00
Ruben Fiszel
1a626980df
revert single file components change
2023-02-03 00:00:28 +01:00
Ruben Fiszel
23007f7a71
feat: adding worker_busy
2023-02-02 23:57:53 +01:00
Ádám Kovács
9f5500c196
fix(frontend): Various fixes and improvements ( #1177 )
...
* fix(frontend): Editor bar
* fix(frontend): Keep settings tabs always visible
* fix(frontend): Keep app header on top in preview
2023-02-02 23:00:43 +01:00
Ruben Fiszel
a82a2efa6a
fix nosniff html component
2023-02-02 22:10:13 +01:00
Ádám Kovács
3305481d5d
feat(frontend): App initial loading animations ( #1176 )
...
* feat(frontend): App initial loading animations
* fix(frontend): Optional prop
2023-02-02 17:55:11 +01:00
Kai Jellinghaus and Ruben Fiszel
42691bc1bd
CLI hints ( #1140 )
...
* various improvements
* passing to kai
* passing to kai
* Outline InlineCodeCopy
* Add CLI setup steps
* Workaround #1173
---------
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
2023-02-02 05:30:12 -08:00
Ruben Fiszel
f171cd8b7c
fix: navigate to new script page before saving script
2023-02-02 00:31:31 +01:00
Ruben Fiszel
0ca431b6cb
add privacy policy and terms of service links
2023-02-01 23:10:43 +01:00
Ruben Fiszel
cb9c0846ac
fix graph viewer for negative ids
2023-02-01 20:56:58 +01:00
Ádám Kovács
bc8d1a375e
fix(frontend): Render popups above components in app editor ( #1171 )
...
* fix(frontend): Render popups above items in apps
* Add explanation
2023-02-01 17:52:09 +01:00
Ruben Fiszel
b67550a790
fix nextId for components
2023-01-31 20:49:02 +01:00
Ruben Fiszel
202b04bb08
fix nextId for components
2023-01-31 20:01:48 +01:00
Ruben Fiszel
a2ed69f87f
fix demoting users
2023-01-31 15:23:58 +01:00
Ruben Fiszel
f377c84f5a
feat: add sync webhook for flows
2023-01-31 10:21:48 +01:00
Ruben Fiszel
a4f8f9e1cf
feat(frontend): add plotly support
2023-01-31 08:04:46 +01:00
Ruben Fiszel
0bc995bd07
clarify exponential backoff
2023-01-30 08:58:09 +01:00
Ruben Fiszel
161e76c500
clarify exponential backoff
2023-01-30 08:49:58 +01:00
Ruben Fiszel
c186db4e3b
handle backquotes in template
2023-01-30 08:31:21 +01:00
Ruben Fiszel
a98ba6dc41
parseJson on resource changes
2023-01-30 03:55:01 +01:00
Ruben Fiszel
080ecb04d7
feat: add resource and resource type from json
2023-01-29 16:27:51 +01:00
Ruben Fiszel
8de3804d4a
flow builder args handling improvements
2023-01-28 23:22:51 +01:00
Ruben Fiszel
285b896a1d
add stripe integration
2023-01-27 07:58:16 +01:00
Ruben Fiszel
098cd96655
add stripe integration
2023-01-27 07:29:51 +01:00
Ádám Kovács
c01bf70f62
feat(frontend): Add HTML result rendering ( #1160 )
...
* feat(frontend): Add HTML result rendering
* fix(frontend): Add reference for XSS
* fix(frontend): Require approval only in apps
* fix(frontend): Require approval in public apps
2023-01-26 18:03:25 +01:00
Faton Ramadani
3ed16b88a4
feat(frontend): Add app inputs configurations ( #1142 )
...
* feat(frontend): Add app inputs configurations
* feat(frontend): only display resource input by default
* feat(frontend): Fix no resource field empty display
* feat(frontend): open the drawer when forked from the hub
2023-01-26 15:51:38 +01:00
Ádám Kovács and Faton Ramadani
18f30c8286
fix(frontend): Update app scripts pane ( #1146 )
...
* fix(frontend): Update app scripts pane
* fix wrapping content
* import capitalize util
Co-authored-by: Faton Ramadani <faton.ramadani14@gmail.com >
2023-01-26 15:51:09 +01:00
Ádám Kovács
f221a6c17f
fix(frontend): Add highlight to selected workspace ( #1159 )
2023-01-26 15:11:29 +01:00
Ruben Fiszel
51a710ffa0
do not copy necessarily for the flow object viewer
2023-01-26 03:20:01 +01:00