Commit Graph
1675 Commits
Author SHA1 Message Date
Ruben Fiszel 228286c4d9 add support for table selected as list inputs 2023-07-17 00:47:16 +02:00
Ruben Fiszel 543f195912 fix table-col 2023-07-16 23:02:10 +02:00
Ruben Fiszel 8ed05dafc8 fix aggrid initialization 2023-07-16 22:19:17 +02:00
Faton Ramadani 487ad216fa fix(frontend): fix bg script selection (#1881) 2023-07-16 22:03:56 +03:00
Faton Ramadani d6d3e81efc feat(frontend): Eval for Drawer titles (#1882) 2023-07-15 11:34:36 +02:00
Faton Ramadani 150dad6d2b feat(frontend): add modal component controls (#1877)
* feat(frontend): add modal component controls

* feat(frontend): add modal component controls
2023-07-14 15:08:27 +02:00
Faton Ramadani 4cbb323d0e feat(frontend): add missing link to job run page (#1878) 2023-07-14 15:07:37 +02:00
Ruben Fiszel 4d6833c79b fix aggrid instabilities 2023-07-14 00:44:10 +02:00
Ruben Fiszel 411f6977f8 fix aggrid instabilities 2023-07-14 00:28:32 +02:00
Ruben Fiszel 29bca0ec67 feat: add transformer to background scripts 2023-07-13 21:02:27 +02:00
Ruben Fiszel e0e11027a8 fix iter reactivity 2023-07-13 20:32:50 +02:00
Ruben Fiszel d9c98af6f7 fix compile 2023-07-13 15:45:38 +02:00
Ruben Fiszel a130230bef fix: fix initial reactivity double trigger 2023-07-13 14:48:58 +02:00
Ruben Fiszel 804317cf54 fix forking workspace scripts on app incorrect path 2023-07-13 11:25:06 +02:00
Faton Ramadani f5baa93489 fix(frontend): fix conditional portal (#1868) 2023-07-12 18:31:09 +02:00
Faton Ramadani 124df27788 fix(frontend): Fix App multi select render (#1867)
* fix(frontend): Fix App multi select render

* fix(frontend): fix app select scrolling issues

* fix(frontend): fix app select scrolling issues

* fix(frontend): fix app select scrolling issues
2023-07-12 16:40:33 +02:00
Ruben Fiszel b7c7d564ca feat: add mysql as native integration (#1859) 2023-07-11 22:53:02 +02:00
Faton Ramadani 16c9629a93 fix(frontend): only forward css variable (#1856) 2023-07-11 17:19:14 +02:00
Faton Ramadani 0d31452551 fix(frontend): Fix app drawer display + add missing flattent (#1853) 2023-07-11 15:06:27 +02:00
Faton Ramadani 6c4e2ca032 fix(frontend): Fix select width in app table to avoid content jump (#1850)
* fix(frontend): Fix select width in app table to avoid content jump

* fix(frontend): Increase width
2023-07-11 14:20:20 +02:00
Faton Ramadani c38332addc fix(frontend): App errors array (#1851)
* fix(frontend): Correctly handle errors as array

* fix(frontend): Correctly handle errors as array
2023-07-11 14:10:01 +02:00
Faton Ramadani f22a09c4ea fix(frontend): Fix debug runs zIndex (#1822) 2023-07-10 13:08:17 +02:00
Faton Ramadani a680acf6b0 Run page v2 (#1805)
* feat(frontend): Run page v2

* feat(frontend): Run page v2

* feat(frontend): Run page v2

* feat(frontend): migrate script details

* feat(frontend): migrate script details

* feat(frontend): done

* feat(frontend): revert

* feat(frontend): fix archive script

* feat(frontend): remove old run page

* feat(frontend): Update wording

* feat(frontend): done

* feat(frontend): Remove buttons for operator mode

* feat(frontend): Fix spacing + add protocol

* feat(frontend): Fix build
2023-07-08 13:40:47 +02:00
Faton Ramadani db51a89d21 fix(frontend): Fix multi select custom css (#1813)
* fix(frontend): Fix multi select custom css

* fix(frontend): Fix wording
2023-07-08 13:40:27 +02:00
Faton Ramadani 9cb1205335 feat(frontend): Fix App Select styles (#1811)
* feat(frontend): Fix App Select styles

* feat(frontend): Fix App Select styles
2023-07-07 17:40:30 +02:00
Faton Ramadani 7360a5f0c9 fix(frontend): Fix Quill component (#1797) 2023-07-05 11:52:02 +02:00
Ruben Fiszel acd6a019c3 select + drawer fix + explicit hash 2023-07-05 10:01:07 +02:00
Ruben Fiszel 43566a2e50 fix delete component on input text 2023-07-05 01:09:03 +02:00
Ruben Fiszel 04747d7183 add initial state to table config 2023-07-05 01:00:56 +02:00
Ruben Fiszel 12d33fc390 feat: add groups to app ctx 2023-07-04 23:58:42 +02:00
Ruben Fiszel 40a147ebfc feat: improve debug runs wrt to frontend scripts 2023-07-04 23:50:43 +02:00
Ruben Fiszel 198b3543e3 fix list 2023-07-04 23:24:20 +02:00
Ruben Fiszel 8df1c35540 delete autosave on saveDraft 2023-07-04 22:31:58 +02:00
Ruben Fiszel 3f14c2db0c fix: tooltip and copy button in text 2023-07-04 22:19:04 +02:00
Ruben Fiszel 41213a61aa feat: native fetch + native postgresql jobs (#1796)
* push

* test

* test

* done

* fix

* modify script lang enum

* fix tests

* update wasm

* fix tests
2023-07-04 19:39:59 +02:00
Faton Ramadani e1003ca8a6 fix(frontend): Allow AppSelectTab (#1787)
* fix(frontend): Allow AppSelectTab

* fix(frontend): Fix default value

* fix(frontend): Fix default value
2023-07-03 17:16:45 +02:00
Ruben Fiszel 7d5284a827 select fix 2023-07-03 13:04:27 +02:00
Faton Ramadani 7e22e26738 fix(frontend): Forked svelte-select to fix overflow issues using a po… (#1778)
* fix(frontend): Forked svelte-select to fix overflow issues using a portal

* fix(frontend): fix event bubble

* fix(frontend): fix build

* fix(frontend): Remove uncessary support for multiple values

* fix(frontend): conditional portal

* fix(frontend): conditional portal

* fix(frontend): fix resourcepicker

* fix(frontend): AppMultiSelect fix

* fix(frontend): fix build

* fix(frontend): AppMultiSelect fix
2023-07-03 09:33:24 +02:00
Ruben Fiszel c99835a905 fix toggle and list reactivity for apps 2023-06-29 23:56:58 +02:00
Ruben Fiszel e5d8dc5b1d fix reactive issue on expr triggered manally 2023-06-29 15:03:48 +02:00
Faton Ramadani 19e8ea1944 fix(frontend): Fix typing (#1774)
* feat(frontend): Add documentation link in the component settings

* feat(frontend): Add missing type

* feat(frontend): fix typing errors

* feat(frontend): fix typing errors
2023-06-27 14:10:40 +02:00
Faton Ramadani fa06b48c2b feat(frontend): Add documentation link in the component settings (#1773)
* feat(frontend): Add documentation link in the component settings

* feat(frontend): Add missing type
2023-06-27 12:00:04 +02:00
Ruben Fiszel 01a5ae940f add proto postgresql backend support as a job language 2023-06-26 18:23:14 +02:00
Ruben Fiszel d9c7aac976 fix: improve list component force recompute 2023-06-26 13:38:12 +02:00
Ruben Fiszel 0b3e68e0a4 docs -> www 2023-06-24 19:31:29 +02:00
Ruben Fiszel f64d5bff50 fix modal initialization issue 2023-06-23 12:51:39 +02:00
Ruben Fiszel ccfb5a8bb2 make apptable more resilient 2023-06-22 23:52:57 +02:00
Ruben Fiszel 91b33b1caf feat: script versions history 2023-06-22 23:03:27 +02:00
Ruben Fiszel 28094b29d6 feat: download logs from backend 2023-06-22 22:38:41 +02:00
Ruben Fiszel 4619dc57fd make rename of component ids more restrictive 2023-06-21 19:19:49 +02:00