Ruben Fiszel
|
749db01ab2
|
allow updating to latest hash from within flow directly if module hash locked
|
2022-12-24 06:24:27 +01:00 |
|
Ruben Fiszel
|
40195d42f6
|
feat(backend): resume from owner directly in flow status viewer (#1042)
* foo
* progress
|
2022-12-23 13:04:31 +01:00 |
|
Ruben Fiszel
|
e228c6448e
|
feat(frontend): templatable editor with autocompletion
|
2022-12-22 08:38:12 +01:00 |
|
Ruben Fiszel
|
f73dbd8039
|
feat: add move to drawer for script and flows
|
2022-12-21 06:55:37 +01:00 |
|
Ruben Fiszel
|
43732d2fb5
|
require ownership to move items && automatically edit schedule paths
|
2022-12-18 18:45:32 +01:00 |
|
Ruben Fiszel
|
398c109afe
|
UX improvements
|
2022-12-17 17:53:32 +01:00 |
|
Ruben Fiszel
|
3e7751f705
|
groups
|
2022-12-16 09:53:17 +01:00 |
|
Ruben Fiszel
|
3735171a0d
|
Flow UX improvements wrt to triggers
|
2022-12-15 23:09:23 +01:00 |
|
Ruben Fiszel
|
2e7b2a9e20
|
rework default visibility of runs of scripts not belonging to oneself
|
2022-12-15 18:55:30 +01:00 |
|
Ruben Fiszel
|
09e38981ed
|
add visible_to_owner
|
2022-12-15 16:01:17 +01:00 |
|
Ruben Fiszel
|
847dfe1c15
|
ux nits
|
2022-12-14 21:29:00 +01:00 |
|
Ruben Fiszel
|
974dc2394f
|
UX improvements
|
2022-12-13 21:24:35 +01:00 |
|
Faton Ramadani
|
0ceb4ab1a8
|
feat(frontend): Fix UI (#1009)
* feat(frontend): Fix UI
* feat(frontend): Set correct default value when adding a new element to a typed array
* feat(frontend): add refresh all
* feat(frontend): add inline delete button
* feat(frontend): fix alignment
* feat(frontend): clean up
* feat(frontend): rework editor
* feat(frontend): Fix component dimensions
* feat(frontend): Fix default min dimensions
* feat(frontend): add missing alert
* feat(frontend): Fix default data
* feat(frontend): Support frontend/backend search
* feat(frontend): finish picker
|
2022-12-12 14:35:17 +01:00 |
|
Ruben Fiszel
|
46f3388632
|
UX nits
|
2022-12-11 21:32:07 +01:00 |
|
Ruben Fiszel
|
9a5fb6b9e5
|
UX nits
|
2022-12-11 21:24:48 +01:00 |
|
Ruben Fiszel
|
5a325c9e51
|
remove virtual list
|
2022-12-10 16:35:03 +01:00 |
|
Ruben Fiszel
|
cabadc3849
|
add more icons
|
2022-12-10 13:39:25 +01:00 |
|
Ádám Kovács
|
6198383138
|
feat(frontend): Add text input to app builder (#1008)
* fix(frontend): Use official Lucide package
* feat(frontend): Add text input to app builder
|
2022-12-09 16:41:55 +01:00 |
|
Ruben Fiszel
|
f92e581bd1
|
editor styling
|
2022-12-09 14:32:50 +01:00 |
|
Ruben Fiszel
|
08bfc1020d
|
UX flow improvements
|
2022-12-08 17:18:24 +01:00 |
|
Ruben Fiszel
|
37a775d65a
|
handle undefined modules
|
2022-12-07 13:54:39 +01:00 |
|
Ruben Fiszel
|
4225f2a414
|
nit fix
|
2022-12-07 13:40:46 +01:00 |
|
Ruben Fiszel
|
a76ec2f3ab
|
improve branches module editor
|
2022-12-07 13:20:41 +01:00 |
|
Ruben Fiszel
|
82731e7248
|
improve branches module editor
|
2022-12-07 13:10:21 +01:00 |
|
Ruben Fiszel
|
1dc3f915a6
|
fix flow input picker
|
2022-12-07 11:04:31 +01:00 |
|
Ruben Fiszel
|
8c1c508358
|
feat: implement flow as a flow step
|
2022-12-06 23:38:06 +01:00 |
|
Ruben Fiszel
|
3b46eb643c
|
early stop now bubble up to the top
|
2022-12-06 17:39:07 +01:00 |
|
Ruben Fiszel
|
799fa925b3
|
feat: add lockable version to scripts inside flows (#972)
* add it to openflow
* push
* push
* final
|
2022-12-06 13:11:11 +01:00 |
|
Faton Ramadani
|
e217fbf071
|
fix(frontend): Fix app InputValue sync (#994)
* fix(frontend): Fix app InputValue sync
* fix(frontend): Fix drawer
|
2022-12-05 15:19:12 +01:00 |
|
Faton Ramadani
|
9f59a160c3
|
fix(frontend): Align hub flow list + fix drawer content everywhere (#991)
|
2022-12-05 13:28:06 +01:00 |
|
Ruben Fiszel
|
35b57e20ed
|
fix frontend errors
|
2022-12-05 13:26:26 +01:00 |
|
Ruben Fiszel
|
177fc2b421
|
improve flow status viewer
|
2022-12-05 11:19:26 +01:00 |
|
Ruben Fiszel
|
d73eb26019
|
allow passing payload to approval method
|
2022-12-05 01:35:43 +01:00 |
|
Jakub Kołodziejczak
|
f880b88869
|
chore(frontend): update types (#990)
|
2022-12-04 22:22:35 +01:00 |
|
Jakub Kołodziejczak
|
e089109b50
|
feat(frontend): introduce mysql as a script language (#982)
* fix(deno-client): export mysql from mod.ts + improve robustness
* feat(frontend): introduce mysql as a script language
|
2022-12-04 19:56:51 +01:00 |
|
Faton Ramadani
|
11ef60fe9c
|
Hub lists (#989)
* fix(frontend): Adapt hub list design
* fix(frontend): revert changes
|
2022-12-04 18:06:57 +01:00 |
|
Ruben Fiszel
|
60984a3ed8
|
improve search windows and remove fuse.js
|
2022-12-04 11:55:26 +01:00 |
|
Ruben Fiszel
|
e7e79bbaf7
|
UX improvements
|
2022-12-04 01:03:38 +01:00 |
|
Ruben Fiszel
|
e4839e21ff
|
feat(frontend): clarified UX for connect step
|
2022-12-03 23:54:07 +01:00 |
|
Faton Ramadani
|
5ae0e5da19
|
UI refactor (#973)
* fix(frontend): ui refactor
* fix(frontend): WIP
* fix(frontend): WIP
* fix(frontend): WIP
* fix(frontend): remove virtual table
* fix(frontend): Add virtual list
* fix(frontend): fix number of items
* fix(frontend): revert changes
* fix(frontend): fix build
|
2022-12-02 19:39:23 +01:00 |
|
Ruben Fiszel
|
433512dcb3
|
fix flow input transform error
|
2022-12-02 15:36:41 +01:00 |
|
Ruben Fiszel
|
b629552a25
|
fix hub script picker
|
2022-12-02 14:01:42 +01:00 |
|
Ruben Fiszel
|
539d6be908
|
feat: unify resources under a single connect API
|
2022-12-01 19:28:00 +01:00 |
|
Ruben Fiszel
|
c31c11e451
|
readme: nits and toc
|
2022-11-30 20:01:01 +01:00 |
|
Ruben Fiszel
|
cdf042b8aa
|
add proper icon for hub scripts in flow items
|
2022-11-30 19:29:21 +01:00 |
|
Ruben Fiszel
|
a283a54da8
|
add proper icon for hub scripts in flow items
|
2022-11-30 19:27:30 +01:00 |
|
Faton Ramadani
|
96666af3d9
|
fix(frontend): Refactor apps to support multiple breakpoints (#957)
* fix(frontend): Refactor apps to support multiples breakpoints
* fix(frontend): WIP
* fix(frontend): redo apps page
* fix(frontend): Hide schema for buttons
* fix(frontend): Add apps menu
* fix(frontend): Properly handle runnable delete
* fix(frontend): simplify ui
* fix(frontend): unify flow
* fix(frontend): table action design
* fix(frontend): reework runnable pick
* fix(frontend): fix apps action
* fix(frontend): Highlight output
* fix(frontend): Fix dimensions
* fix(frontend): Hide alert on button component
* fix(frontend): add number of actions when a table is selected
|
2022-11-30 15:59:26 +01:00 |
|
Ruben Fiszel
|
f3f694e925
|
feat: add favorite/star + remove flows/scripts page in favor of unified home page (#968)
* favorites
* favorites
* favorites
* feat(frontend): add favorite + refactor homepage
|
2022-11-30 00:15:43 +01:00 |
|
Ruben Fiszel
|
c26be86cef
|
feat: overhaul scripts and flows page
|
2022-11-28 11:16:10 +01:00 |
|
Ruben Fiszel
|
a45eff0cee
|
fix frontend errors
|
2022-11-27 21:29:13 +01:00 |
|