Commit Graph
1399 Commits
Author SHA1 Message Date
Ruben Fiszel 96b1bdc825 fix recomputeOthers 2023-03-23 17:55:21 +01:00
Faton Ramadani f537f78f86 fix(frontend): Fix transformer (#1321) 2023-03-23 14:20:15 +01:00
Ruben Fiszel 07d3bb6977 feat(backend): introduce RESTART_ZOMBIE_JOBS and ZOMBIE_JOB_TIMEOUT 2023-03-23 12:47:49 +01:00
Ruben Fiszel 63bd0cfb28 fix(backend): increase dynamic js timeout + improve client passing 2023-03-23 10:32:09 +01:00
Ruben Fiszel 6cafc36f0f re-enable transformers 2023-03-22 21:53:28 +01:00
Ruben Fiszel 96181f78b3 fix add property not in portal 2023-03-22 21:47:59 +01:00
Ruben Fiszel 9841f7e25a refresh in more cases 2023-03-22 21:37:49 +01:00
Ruben Fiszel e52b3da6cc refresh in more cases 2023-03-22 21:29:24 +01:00
Ruben Fiszel bb6262c908 add red toggle 2023-03-22 20:06:38 +01:00
Ruben Fiszel 061ac571fd fix runnableComponent even if not changed on inputs 2023-03-22 20:01:17 +01:00
Ruben Fiszel 4dec5260e9 clarify trigger list 2023-03-22 19:41:33 +01:00
Ruben Fiszel 0c236106b6 add keys to switch scripts 2023-03-22 19:33:37 +01:00
Ruben Fiszel 0d89249df9 fix disappearing scripts 2023-03-22 19:30:11 +01:00
Faton Ramadani 71d51a6981 fix(frontend): fix refresh with manual dependencies (#1319)
* fix(frontend): fix refresh with manual dependencies

* fix(frontend): fix id generation

* fix(frontend): wip

* fix(frontend): wip

* fix(frontend): Fix binding + hide toggle for frontend scripts
2023-03-22 18:27:38 +01:00
Faton Ramadani 558af187c9 fix(frontend): remove unnecessary div (#1318) 2023-03-22 14:40:29 +01:00
Ruben Fiszel 5838f3e0db fix compile error 2023-03-22 12:03:48 +01:00
Faton Ramadani 2cdfff4462 fix(frontend): fix tabs height (#1315) 2023-03-21 23:15:22 +01:00
Ruben Fiszel e9d2920aed remove do from acceptable ids 2023-03-21 21:20:21 +01:00
Ruben Fiszel 89db623b64 improve load time for tabs 2023-03-21 20:56:54 +01:00
Ruben Fiszel ad84b3f16d improve load time for text and button components 2023-03-21 19:55:35 +01:00
Ruben Fiszel dfa9e333aa feat(apps): add action on form/button/formbutton 2023-03-21 18:22:20 +01:00
Faton Ramadani d69937090e fix(frontend): Remove action outline on preview mode (#1313) 2023-03-21 13:04:43 +01:00
Ruben Fiszel 00ff13c277 fix initialization for app with forms 2023-03-21 02:11:34 +01:00
Ruben Fiszel 01a1712e49 small fix 2023-03-20 19:54:04 +01:00
Ruben Fiszel 07743b45f6 make top bar togglable 2023-03-20 19:25:39 +01:00
Faton Ramadani b13f605866 feat(frontend): App set tab (#1307)
* feat(frontend): Set tab

* feat(frontend): Set tab

* feat(frontend): fix styling

* feat(frontend): update how set Tab is stored

* feat(frontend): clean up

* feat(frontend): update setTab to an array structure

* feat(frontend): revert

* feat(frontend): support all components

* feat(frontend): fix typing

* feat(frontend): group success side effects

* feat(frontend): add missing tooltip + remove duplicate code
2023-03-20 19:09:56 +01:00
Ruben Fiszel 343c9795ec fix table action input fields 2023-03-20 16:04:50 +01:00
Ruben Fiszel 1a628dd720 fix minor app issues 2023-03-20 15:27:30 +01:00
Ruben Fiszel 56c1817956 fix preview of ontextfocus 2023-03-20 14:01:34 +01:00
Ruben Fiszel 5cd148a287 improve drag for apps 2023-03-20 10:58:20 +01:00
Faton Ramadani aeaaa6f1ac fix(frontend): add missing optional chaining (#1306) 2023-03-20 09:49:11 +01:00
Ruben Fiszel a4325ff018 use skeleton for loading in apps 2023-03-20 08:49:51 +01:00
Ruben Fiszel fc59d23056 minor app improvements 2023-03-20 08:35:44 +01:00
Ruben Fiszel 92d36d0e0f minor app improvements 2023-03-20 08:26:02 +01:00
Ruben Fiszel 9fc26b061f improve move animation 2023-03-19 23:12:01 +01:00
Ruben Fiszel 03d42e42e0 minor app fixes 2023-03-19 22:37:00 +01:00
Ruben Fiszel b48e98d8b8 minor app fixes 2023-03-19 15:35:40 +01:00
Ruben Fiszel b42bd9893a fix when loading is set to true 2023-03-19 15:25:46 +01:00
Ruben Fiszel 164333b6ee feat(apps): add transformers for data sources 2023-03-19 15:16:31 +01:00
Ruben Fiszel 2814e03144 apps load when all outputs are initialized 2023-03-18 20:25:21 +01:00
Ruben Fiszel 68ddc672ad more typescript type safety tricks 2023-03-18 18:15:15 +01:00
Ruben Fiszel fc9e1eee0e minor app fixes 2023-03-18 16:25:34 +01:00
Ruben Fiszel d31faed648 fix lock + reactivity on ctrl + fix optionValuesKeys 2023-03-18 15:52:46 +01:00
Ruben Fiszel 69b7d92bda improve type definition of apps and sync them with static components + purge app content of unecessary data 2023-03-18 15:29:42 +01:00
Faton Ramadani 007878b5c9 fix(frontend): App button triggered by (#1304)
* feat(frontend): add trigger list

* feat(frontend): add trigger list

* feat(frontend): add support for refreshOn

* feat(frontend): add support for refreshOn

* feat(frontend): rework

* feat(frontend): rework

* feat(frontend): code cleanup

* fix(frontend): add support for triggerOnAppLoad
2023-03-17 21:55:40 +01:00
Ruben Fiszel 6f4e08005c fix apps bar not being persistent 2023-03-17 21:08:45 +01:00
Faton Ramadani 806a7593f0 feat(frontend): App component triggers (#1303)
* feat(frontend): add trigger list

* feat(frontend): add trigger list

* feat(frontend): add support for refreshOn

* feat(frontend): add support for refreshOn

* feat(frontend): rework

* feat(frontend): rework

* feat(frontend): code cleanup
2023-03-17 20:51:00 +01:00
Ruben Fiszel a6db050bcc fix reactivity for static inputs 2023-03-17 20:50:34 +01:00
Faton Ramadani 7178d0264d Fix sub grid (#1302)
* fix(frontend): fix horizontal splitpanes

* fix(frontend): fix subgrid height

* fix(frontend): fix subgrid height
2023-03-17 15:56:26 +01:00
Faton Ramadani c0669c34a0 fix(frontend): fix horizontal splitpanes (#1301) 2023-03-17 15:46:45 +01:00