Commit Graph

5965 Commits

Author SHA1 Message Date
Ruben Fiszel
11227f07f0 requiring passing new value when updating is_secret 2023-05-11 08:50:53 +02:00
Ruben Fiszel
d2057f8af7 feat(frontend): allow copy pasting nested containers 2023-05-10 20:56:28 +02:00
Ruben Fiszel
490dbcd2fe feat(backend): run endpoints also support support x-www-form-urlencoded encoded payloads 2023-05-10 18:55:37 +02:00
Ruben Fiszel
afe7e03944 fix topHash on autosave reload for scripts 2023-05-10 18:43:16 +02:00
Ruben Fiszel
d1dea52dc3 only prettify run forms and lightweight schema form 2023-05-10 17:29:12 +02:00
Ruben Fiszel
7b364b6602 shortcut HEAD request on get run_wait_result 2023-05-10 17:15:04 +02:00
Ruben Fiszel
fde738aa1b remove default toggle 2023-05-10 17:01:35 +02:00
Ruben Fiszel
2573530c72 accept head request on post methods to send webhooks 2023-05-10 16:48:55 +02:00
Faton Ramadani
5b6582c673 feat(frontend): app on error (#1556)
* feat(frontend): app on error

* feat(frontend): Add default onError errorOverlay + add toggle to optionally append error to the error toast

* feat(frontend): Add default onError errorOverlay + add toggle to optionally append error to the error toast

* feat(frontend): hide bug icon

* feat(frontend): add missing ?

* feat(frontend): simplify the code
2023-05-10 16:32:55 +02:00
Faton Ramadani
77c1bc80da feat(frontend): App select tabs (#1557)
* feat(frontend): app select tabs

* feat(frontend): app select tabs

* feat(frontend): app select tabs

* feat(frontend): fix build

* feat(frontend): removeclasses

* feat(frontend): add tabSize
2023-05-10 16:32:37 +02:00
Faton Ramadani
e97ddee8e8 feat(frontend): conditional rendering (#1555)
* feat(frontend): conditional rendering

* feat(frontend): done

* feat(frontend): small fix

* feat(frontend): done

* feat(frontend): renaming

* feat(frontend): restructure components

* feat(frontend): revert setTab

* feat(frontend): fix setTab

* feat(frontend): fix setTab
2023-05-10 14:23:33 +02:00
Ruben Fiszel
de78a1b522 bugfix for ignoring autosave on apps 2023-05-10 12:03:11 +02:00
Ruben Fiszel
8c680c55d5 app schema form overflow-auto 2023-05-10 10:39:27 +02:00
Ruben Fiszel
74b0480870 hide refresh buttons do not apply to triggerables 2023-05-10 10:33:32 +02:00
Ruben Fiszel
35618f6bf0 feat(frontend): add hide refresh button 2023-05-10 10:08:32 +02:00
Ruben Fiszel
79860fd00e handle revert to static better for apps 2023-05-10 09:39:39 +02:00
Ruben Fiszel
4c3151dfdc improve form config 2023-05-10 09:25:17 +02:00
Ruben Fiszel
f6b938f446 nit form config 2023-05-10 08:57:04 +02:00
Ruben Fiszel
3769a33b90 fix modal 2023-05-10 00:08:09 +02:00
Ruben Fiszel
5622e67deb fix quickstyle properties with app navigation 2023-05-09 23:29:43 +02:00
Ruben Fiszel
e7c782b288 change drawer truncated for long title 2023-05-09 20:36:50 +02:00
Ruben Fiszel
aebb68c479 feat(frontend): add input library to flow builder 2023-05-09 16:08:22 +02:00
Ruben Fiszel
1b8489256c fix(backend): grant all on raw_app 2023-05-09 15:02:04 +02:00
Ruben Fiszel
96c5559374 improve login page if providers length < 2 2023-05-09 14:55:03 +02:00
Ruben Fiszel
f8dcbb701b feat(frontend): if member of a single workspace, autoset at login 2023-05-09 14:38:46 +02:00
Ruben Fiszel
e60a4b251e feat(backend): cache hub scripts in the worker cache 2023-05-09 12:45:54 +02:00
Ruben Fiszel
143a30661c feat: add support for full fleged apps (react, svelte, vue) (#1536)
* add react support

* use whoami

* update

* update

* update

* create react app

* all

* sqlx
2023-05-08 19:10:45 +02:00
Faton Ramadani
9ebb4877e9 feat(frontend): app modal (#1518)
* feat(frontend): app modal wip

* feat(frontend): Modal

* feat(frontend): fix modal title

* feat(frontend): Merge main

* feat(frontend): fix build

* feat(frontend): use ResolveConfig + rename prop

* feat(frontend): use ResolveConfig + rename prop
2023-05-08 18:04:43 +02:00
Faton Ramadani
edfda0d63a feat(frontend): Add label, description, input style + add displayType… (#1540)
* feat(frontend): Add label, description, input style + add displayType prop

* feat(frontend): add large gap prop + use ResolveConfig
2023-05-08 18:04:18 +02:00
Faton Ramadani
a4b0ce4de1 feat(frontend): Add a custom deepEqualWithOrderedArray to handle orde… (#1537)
* feat(frontend): Add a custom deepEqualWithOrderedArray to handle ordered arrays comparaison

* feat(frontend): Add a custom deepEqualWithOrderedArray to handle ordered arrays comparaison

* feat(frontend): simplify
2023-05-08 14:25:13 +02:00
Ruben Fiszel
ffe0eda63f fix login grid for providers <=2 2023-05-07 15:20:40 +02:00
Ruben Fiszel
308acca06e replaceState on deploy 2023-05-06 15:34:30 +02:00
Faton Ramadani
7c7b033eda feat(frontend): App stepper (#1529)
* feat(frontend): wip

* feat(frontend): wip

* feat(frontend): wip

* feat(frontend): stepper done

* feat(frontend): Fix colors

* feat(frontend): fix build

* feat(frontend): app stepper done

* feat(frontend): app stepper done

* feat(frontend): add editor mode

* feat(frontend): remove unnecessary reactivity

* feat(frontend): python default code

* feat(frontend): remove submit

* feat(frontend): pre-connect

* feat(frontend): Adapt AppStepper

* feat(frontend): add errorHandledByComponent

* feat(frontend): remove button + fix runStep

* feat(frontend): fix overflow
2023-05-05 17:15:40 +02:00
Faton Ramadani
c8ed25f943 feat(frontend): App Schema Form component (#1533)
* feat(frontend): app static form

* feat(frontend): working schemaForm

* feat(frontend): add lightmode

* feat(frontend): sync values direclty

* feat(frontend): remove dev code
2023-05-05 16:40:07 +02:00
Faton Ramadani
9a647bc39f feat(frontend): Merge run configuration + triggers (#1530)
* feat(frontend): Merge run configuration + triggers

* feat(frontend): merge main + fix add dependendy

* feat(frontend): merge main + fix add dependendy

* feat(frontend): merge main + fix add dependendy

* Update ScriptRunConfiguration.svelte

---------

Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com>
2023-05-05 16:20:01 +02:00
Ruben Fiszel
a01792f8f3 fix html frame clickable in preview mode 2023-05-05 15:17:34 +02:00
Ruben Fiszel
0edc3cb73a support purejs hashing if subtle not available 2023-05-05 15:10:45 +02:00
Ruben Fiszel
e606e27cdb clarify default value for property editor of flows 2023-05-05 09:57:30 +02:00
Ruben Fiszel
96ff45ecb5 feat(backend): default parameters are used in python if missing from args 2023-05-05 09:44:53 +02:00
Ruben Fiszel
e844aad155 fix(frontend): preserve customise arguments 2023-05-04 15:39:15 +02:00
Faton Ramadani
358f5e087c feat(frontend): add eval badge + alert (#1522)
* feat(frontend): add eval badge + alert

* fix(frontend): adapt eval badge

* fix(frontend): fix  eval badge
2023-05-04 12:02:40 +02:00
Faton Ramadani
818f0cc993 fix(frontend): fix ArrayStaticInputEditor width (#1528) 2023-05-04 11:55:18 +02:00
Faton Ramadani
fa7dd29429 fix(frontend): fix select width (#1526) 2023-05-04 09:35:35 +02:00
Ruben Fiszel
43f8759188 fix tabs configuration 2023-05-03 23:59:53 +02:00
Henri Courdent
4cca161816 Replaced background scripts by background runnables -> validate PR 165 on wmildocs before (#1523) 2023-05-03 16:10:55 +02:00
Ruben Fiszel
0f2d207e29 fix reactivity issue wrt to updating worldStore on state output already existing 2023-05-03 14:16:07 +02:00
Ruben Fiszel
3649eb5f8d nit select undefined item 2023-05-03 13:30:59 +02:00
Ruben Fiszel
2b63f1b314 fix(frontend): deploy path for apps 2023-05-03 13:24:25 +02:00
Ruben Fiszel
600d9d0557 minor menu nits 2023-05-03 12:02:12 +02:00
Ruben Fiszel
ea4813053b fix hover issue for popups 2023-05-03 11:49:03 +02:00