Ruben Fiszel
fc08025643
small toggle fix for list & objects
2024-06-26 16:58:09 +02:00
Faton Ramadani
7e3f128541
fix(frontend): Add missing on change event when connecting an input ( #3964 )
2024-06-24 21:02:14 +02:00
Faton Ramadani
092e5dd63a
feat(frontend): add indicator when required field are missing ( #3935 )
...
* feat(frontend): add indicator when required field are missing
* feat(frontend): add indicator when required field are missing
* feat(frontend): remove reactivity
* feat(frontend): remove reactivity
* feat(frontend): remove reactivity
* feat(frontend): remove reactivity
* feat(frontend): remove reactivity
* feat(frontend): handle init flow
* feat(frontend): done
* feat(frontend): done
* feat(frontend): simplify code
* feat(frontend): improve code
* feat(frontend): improve ArgInput
* feat(frontend): fix icon alignement
2024-06-20 15:40:27 +02:00
HugoCasa
13c8d3f492
feat: oneOf inputs ( #3893 )
...
* feat: oneOf input for typescript
* feat: oneOf order and light form
* feat: oneOf UI builder
2024-06-17 21:35:46 +02:00
Faton Ramadani
4d1faece6d
feat(frontend): Added support for title and placeholder for ArgInputs ( #3779 )
...
* feat(frontend): Added support for customLabel and placeholder
* feat(frontend): correctly handle labels
* feat(frontend): rename customLabel into title
* feat(frontend): fix layout
* feat(frontend): properly implement placeholder
* feat(frontend): properly implement placeholder
* feat(frontend): add missing undefined check
* feat(frontend): remove code duplication
2024-05-21 21:58:48 +02:00
Faton Ramadani
86c5c5b5df
feat(frontend): add nullable arg ( #3729 )
...
* feat(frontend): add nullable arg
* feat(frontend): Limit nullable toggle for strings and numbers
* feat(frontend): Limit nullable toggle to strings
* feat(frontend): fix validation
* feat(frontend): Disable nullable when required + add missing config in script editor
2024-05-15 17:30:40 +02:00
Ruben Fiszel
e9011b23cd
frontend fix
2024-04-06 16:13:44 +02:00
Ruben Fiszel
a969a73a17
fix: improve list static input
2024-04-06 15:00:49 +02:00
Faton Ramadani
3b0218e32d
fix(frontend): Flow step input description ( #3409 )
...
* fix(frontend): Add missing descrpition in a flow step input
* fix(frontend): Add missing descrpition in a flow step input
2024-03-14 09:17:59 +01:00
Ruben Fiszel
b017fb6ec8
nits
2024-03-13 02:18:14 +01:00
HugoCasa
c3e7017b4b
fix: prevent AI fill inputs freezing ( #3226 )
2024-02-14 21:28:20 +01:00
HugoCasa
918518ff5c
feat: add ai for predicates and iterator expressions ( #3203 )
...
* feat: add ai for predicates and iterator expressions
* fix: npm run check
* feat: copilot like suggestion
2024-02-13 15:52:03 +01:00
HugoCasa
6eb1e27a74
feat: flow inputs ai gen ( #3191 )
...
* feat: flow inputs ai gen
* fix: prevent flow builder crash on AI gen
* fix: nits
* fix: adjust tab behavior
2024-02-10 19:51:44 +01:00
Ruben Fiszel
c1f7bb7c04
fix: fix multiplayer
2023-12-22 18:17:36 +01:00
Ruben Fiszel
279a5686d1
ata nits
2023-12-22 07:59:13 +01:00
Ruben Fiszel
d5d4d567fd
fix: improve javascript editors with semantic validation
2023-12-21 15:12:35 +01:00
HugoCasa
7f9836758f
fix: flow copilot arg types ( #2648 )
2023-11-18 13:16:25 +01:00
Ruben Fiszel
228333f0e1
fix: auto-invite all instead of by domain
2023-11-18 12:36:08 +01:00
Ruben Fiszel
3830dfe669
fix: restore flow local storage
2023-11-17 21:02:58 +01:00
Ruben Fiszel
2748f91773
fix template editor
2023-11-17 18:25:33 +01:00
Ruben Fiszel
e5c6836ffa
fix template editor
2023-11-17 18:24:17 +01:00
Ruben Fiszel
84b3ced83f
fix: nested schemas can use required
2023-11-17 14:38:00 +01:00
Guillaume Bouvignies
3443cf5ba5
feat: Flow approvers user groups can be JS InputTransforms ( #2468 )
...
* backend auth user validation
* Approval page suggesting login
* BE impl to support groups
* Add FE for setting suspend on flow step
* handle admin as a specific case
* restrict feature to entperprise only
* group names as static input transforms
* Suspend settings with tabs
* Update enterprise edition check
* cleanup
* FE InputTransformForm
* BE InputTransform
* Fix FE
* cleanup
* ArgInput list multiselect
* cleanup
* reset vscode settings
2023-10-20 01:39:31 +02:00
HugoCasa
f7ecbb9de7
feat: test openai key + improve AI UI ( #2465 )
2023-10-19 16:15:18 +02:00
Faton Ramadani
33b1c752ae
feat(frontend): add driverjs ( #2327 )
...
* feat(frontend): add driverjs
* feat(frontend): pipeline done
* feat(frontend): texts updated
* feat(frontend): split tutorials into two
* feat(frontend): Branch one tutorial
* wip
* feat(frontend): flow editor tutorial v0 done
* feat(frontend): flow editor tutorial v0 done
* feat(frontend): fix how tutorials are started
* feat(frontend): fix how tutorials are started
2023-10-04 10:12:07 +02:00
Ruben Fiszel
cbd68a944c
fix: fix resource type picker object reinitialization
2023-09-25 19:13:05 +02:00
Ruben Fiszel
8d0569249d
fix flow builder input transforms
2023-09-08 00:52:05 +02:00
Ruben Fiszel
5bf27d6898
fix flow builder input transforms
2023-09-08 00:51:09 +02:00
Ruben Fiszel
678fd0cec4
fix flow builder input transforms
2023-09-08 00:47:05 +02:00
HugoCasa
1d71154c99
feat: flow copilot ( #2219 )
...
* chore: refactoring
* feat: hub embeddings search benchmark
* feat: flow copilot v0
* feat: as trigger schedule + refactoring
* feat: improvements
* fix: remove unecessary filter
* feat: UX improvements
* fix: frontend check
* feat: switch to bun + other improvements
* fix: improve reactivity
2023-09-07 18:03:48 +02:00
HugoCasa
258899e0c3
feat: big query schema explorer ( #2247 )
...
* feat: big query schema explorer
* fix: schema caching
2023-09-07 17:49:21 +02:00
Ruben Fiszel
9977e91cee
fix: update go to 1.12.0 and deno to 1.36.2
2023-08-24 10:15:52 +02:00
Ruben Fiszel
f5483397c0
fix: improve code structure to reduce unecessary dependency of apppreview on heavy packages
2023-08-01 09:16:16 +02:00
Faton Ramadani
b39f486c91
Dark mode v0 ( #1893 )
...
* feat(frontend): wip
* wip
* wip
* wip
* wip
* add toggle
* correctly handle monaco theme
* wip
* wip
* wip
* wip
* wip
* feat(frontend): Dark mode v0
* feat(frontend): Adap AI gen poppup
* feat(frontend): Adap script metadata labels
* feat(frontend): Fix unreadable texts
* feat(frontend): Fix unreadable texts
* feat(frontend): Fix unreadable texts
* feat(frontend): Fix ressource picker
* feat(frontend): Fix unreadable texts
* feat(frontend): Fix unreadable texts
* feat(frontend): Fix unreadable texts
* feat(frontend): Add theme toggle in the login page
* feat(frontend): Fix unreadable texts
* feat(frontend): Fix language selection
* feat(frontend): Fix FlowStatusViewer colors
* feat(frontend): Fix divide colors
* feat(frontend): Fix flow graph buttons
* feat(frontend): add theme toggle in login modal
* feat(frontend): small ui fix
* feat(frontend): fix graph dark mode toggle
2023-07-25 10:43:04 +02:00
Ruben Fiszel
dc909862f7
feat: new default encoding for resource types in deno
2023-06-17 18:58:02 +02:00
Ruben Fiszel
2b705aa38b
fix: flow editor design improvements
2023-06-13 11:41:06 +02:00
Ruben Fiszel
f476904af0
fix: improve websockets handling for flow editor
2023-06-02 19:45:30 +02:00
Ruben Fiszel
7fb71fafdb
fix: transform_inputs now only support single line expressions
2023-05-14 14:46:54 +02:00
Ruben Fiszel
8d3416e525
feat: introduce draft for flows
2023-05-01 09:31:22 +02:00
Ádám Kovács
f63c1c5d2e
feat(frontend): Add seconds input ( #1445 )
...
* feat(frontend): Add seconds input
* add more instances
* fix header toggles
* add retry calculations
2023-04-21 14:35:50 +02:00
Ruben Fiszel
f057d07d95
improve further monaco assistant
2023-04-07 09:16:10 +02:00
Faton Ramadani
dc8c389526
fix(frontend): Fix connected property ( #1371 )
...
* fix(frontend): Fix connected property
* fix(frontend): fix connected property
* fix(frontend): fix connected property
2023-04-06 16:02:10 +02:00
Ruben Fiszel
99e70d223c
remove unecessary debug inputtransform
2023-04-02 22:20:05 +02:00
Ruben Fiszel
d1f2f12b15
update highlight + fix transform editor suggestions
2023-04-02 17:41:43 +02:00
Ruben Fiszel
792679ae00
feat(frontend): use rich json editor for arrays of objects and for object in ArgInput
2023-03-27 13:03:06 +02:00
Ruben Fiszel
d7aa565ea8
fix z-index of inputransformform
2023-03-06 16:04:32 +01:00
Ruben Fiszel
26fd94a8f0
feat(frontend): refactor entire flow builder UX
2023-03-05 23:00:43 +01:00
Ruben Fiszel
fa18204267
fix(frontend): arginput + apppreview fixes
2023-03-03 17:34:08 +01:00
Ruben Fiszel
a05757494c
flow improvements
2023-03-02 17:37:51 +01:00
Ruben Fiszel
d97a3fb400
fix minor UX bugs
2023-02-13 13:17:20 +01:00