Commit Graph

152 Commits

Author SHA1 Message Date
Ruben Fiszel 83f2ba44a8 some reactive changes 2022-08-07 09:56:50 +02:00
Ruben Fiszel 6c3ef465a8 redirect even with oauth 2022-08-07 09:28:42 +02:00
Ruben Fiszel 65d2ac88db improve websocket behavior 2022-08-07 02:33:13 +02:00
Ruben Fiszel 820c395ade revert always capture mousewheel 2022-08-07 01:58:57 +02:00
Ruben Fiszel 38382f8136 fix upto + fix display result of embedded flow in flowstatusviewer 2022-08-07 01:01:07 +02:00
Ruben Fiszel ce470898d1 fix just this step 2022-08-07 00:45:16 +02:00
Ruben Fiszel fee957d2b1 better responsive size for flow preview 2022-08-07 00:18:35 +02:00
Ruben Fiszel b2404d63ff better responsive size 2022-08-06 23:58:17 +02:00
Ruben Fiszel feeaf5d963 add summary field for modules 2022-08-06 23:37:17 +02:00
Ruben Fiszel df3ebc9c0c autoresize textare and improved performance for string templates 2022-08-06 18:45:15 +02:00
Ruben Fiszel cbfe0cda4f update flowviewer 2022-08-06 14:28:45 +02:00
Ruben Fiszel a70a3b26f0 typos 2022-08-06 14:17:58 +02:00
Ruben Fiszel dcb5d8deb9 rework input transform for the forloop module 2022-08-06 14:02:39 +02:00
Ruben Fiszel 778368fb3a change object viewer default colapsed behavior 2022-08-06 13:38:07 +02:00
Ruben Fiszel ad2c46bfbb fix prop picker wrt to new iter changes 2022-08-06 13:34:26 +02:00
Ruben Fiszel 30232f438b mention #350 as solving arbitrary forloops 2022-08-06 13:18:51 +02:00
Ruben Fiszel 837a500a1a display inputs in flow viewer too 2022-08-06 09:30:10 +02:00
Ruben Fiszel 02fd242bb7 feat: _value, _index => iter.value, iter.index 2022-08-05 20:11:25 +02:00
Ruben Fiszel f6b8df732b fix: surface new _iterator value 2022-08-05 19:57:18 +02:00
Ruben Fiszel 449fb27a53 feat: remove res1 wrapping 2022-08-05 19:47:00 +02:00
Faton Ramadani c43ad1fb6e Fix flow preview + correct stylee (#346) 2022-08-05 19:02:14 +02:00
Ruben Fiszel 83fbd0755e fix: improve flow viewer with retrieving hub script 2022-08-05 17:13:05 +02:00
Faton Ramadani 598e432c45 Fix breadcrumb (#344)
* Add Toggl connect

* Fix Schedule args

* Fix breadcrumb
2022-08-05 14:19:00 +02:00
Faton Ramadani bdc10b6c83 fix(frontend): schedule args in flow (#343)
* Add Toggl connect

* Fix Schedule args
2022-08-05 13:16:49 +02:00
Faton Ramadani 7bbd048e9e fix(frontend): add toggl connect (#341) 2022-08-05 11:54:15 +02:00
Faton Ramadani 46ae4b00dc Check whether flow is defined before rendering the preview button (#337) 2022-08-05 09:11:55 +02:00
Ruben Fiszel 3fdfac02ef fix flowstatusviewer and updating to in_progress much sooner 2022-08-05 01:38:33 +02:00
Ruben Fiszel 5cc1ae2c05 fix flowstatusviewer and updating to in_progress much sooner 2022-08-05 00:46:10 +02:00
Ruben Fiszel d14237b532 gif support + _value preview in object viewer 2022-08-04 23:45:27 +02:00
Faton Ramadani 3e940ca5d0 Bug fix for whole flow preview (#335)
* Fix connect a ressource + preview on pull mode

* Remove code duplication
2022-08-04 21:31:07 +02:00
Faton Ramadani eefdfab1a6 Fix previous results in Flow preview (#332) 2022-08-04 20:14:32 +02:00
Ruben Fiszel 07b1fd9690 fix no app integration for in connect app 2022-08-04 18:54:19 +02:00
Ruben Fiszel 764bc2d3af tooltip for why python not supported for trigger scripts 2022-08-04 18:44:00 +02:00
Ruben Fiszel c5ccb00dbf fix(api): add discord webhook manual instructions 2022-08-04 17:49:13 +02:00
Faton Ramadani ced2b960f2 feat(frontend): global flow preview (#329)
* Added flow preview

* Fix blue

* Disable preview button is not inputs are valid

* Fix layout top margin
2022-08-04 17:46:40 +02:00
Ruben Fiszel fe81c17d2f fix(backend): generalize oauth clients to take in extra params 2022-08-04 14:32:04 +02:00
Faton Ramadani c7b366828c fix(frontend): Use the bracket notation when an identifier is not a valid JS expression (#327) 2022-08-04 10:13:03 +02:00
Ruben Fiszel 1414585141 fix(frontend): add jpeg support 2022-08-04 01:22:48 +02:00
Faton Ramadani 486387d0ec Flow fix property picker (#326)
* Fix property picker

* Fix property picker
2022-08-04 00:28:46 +02:00
Faton Ramadani 72a6004380 Flow: Input connect (#325)
* Fix EditorBar in the script editor

* Rework ArgInput

* Add a button to link a property

* Adapt style

* Clean up

* Clean up Toggle

* Clean up Toggleclear

* Fix editor

* Fix login test

* Fix login test

* Done

* Fix toggling issues
2022-08-03 19:51:58 +02:00
Ruben Fiszel e2127723cd fix: migrate to new style radio button 2022-08-02 17:30:12 +02:00
Ruben Fiszel 5e14b6dfb3 feat: add primitive sql format (#320) 2022-08-02 16:55:20 +02:00
Faton Ramadani 5db447de02 Fix EditorBar in the script editor (#299)
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com>
2022-08-01 16:53:01 +02:00
Faton Ramadani 080860fad8 improve Flow UI (#297)
* Improve flow ui

* Finish reworking

* Fix formating

* Fix naviation

* Fix navigaion + adjust icon sizes

* Remove duplicate code

Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com>
2022-08-01 15:07:29 +02:00
Ruben Fiszel 47c9d45922 fix loading flow from blank state 2022-08-01 13:36:09 +02:00
Ruben Fiszel d119797a34 fix: displaying which group you are a member of that gave you access to item 2022-08-01 02:30:07 +02:00
Ruben Fiszel 88c49eb286 fix: refresh jobs result when hopping from flow to flow 2022-07-31 19:40:56 +02:00
Ruben Fiszel fcae2817eb fix: encoding state now supports unicode including emojis 2022-07-31 16:17:43 +02:00
Ruben Fiszel f8171af6f0 clean further the openapi InputTransform 2022-07-31 11:23:21 +02:00
Ruben Fiszel c846128fbb urgent fix for frontend: flow -> newFlow 2022-07-31 10:22:30 +02:00