Commit Graph

1181 Commits

Author SHA1 Message Date
Ádám Kovács ec2cf5c68c fix(frontend): App panel styling (#1284)
* fix(frontend): App panel styling

* remove

* revert

---------

Co-authored-by: Faton Ramadani <faton.ramadani14@gmail.com>
2023-03-16 12:42:41 +01:00
Faton Ramadani 68df5505b0 feat(frontend): Component control (#1293)
* fix(frontend): fix app tabs

* fix(frontend): app controls

* fix(frontend): app controls

* fix(frontend): align output panel

* fix(frontend): clean up

* fix(frontend): refactor events

* fix(frontend): fix display

* fix(frontend): fix indentation

* fix(frontend): merge main
2023-03-16 12:42:10 +01:00
Faton Ramadani 99d4ea68da fix(frontend): fix map render (#1297)
* fix(frontend): fix map render

* fix(frontend): fix map render
2023-03-16 12:39:12 +01:00
Ádám Kovács 75fea3c99f fix(frontend): Display app context search on top (#1300)
Fixing z-index issue of the search bar in the outputs panel
2023-03-16 12:38:35 +01:00
Ádám Kovács 9cfd6828ee fix(frontend): Hide archive toggle with empty list (#1296) 2023-03-16 12:36:56 +01:00
Faton Ramadani 6fd1c704ea feat(frontend): add table actions navigation (#1298)
* feat(frontend): add table actions navigation

* feat(frontend): add table actions navigation

* feat(frontend): add table actions navigation
2023-03-16 12:36:33 +01:00
Ruben Fiszel 5d2cca17de context panel transitions 2023-03-16 03:00:01 +01:00
Ruben Fiszel 4db0e0a762 feat(frontend): app textcomponent editable + tooltip 2023-03-16 02:34:39 +01:00
Ruben Fiszel eebc6ddee6 fix minor flow UX 2023-03-16 01:18:11 +01:00
Ruben Fiszel 857b57deb8 apps minor fixes 2023-03-16 00:55:45 +01:00
Ruben Fiszel 90e2361020 lightarginput for apps forms 2023-03-16 00:13:09 +01:00
Ruben Fiszel bb860f94a5 various minor fixes 2023-03-15 23:31:35 +01:00
Ruben Fiszel dab7b68e40 context panel refactor 2023-03-15 22:24:13 +01:00
Ruben Fiszel 2c6673ae1d fix(frontend): remove staticOutputs from apps 2023-03-15 17:22:46 +01:00
Ruben Fiszel ac22ae80b9 fix(frontend): improve rendering performance after component moving 2023-03-15 12:35:11 +01:00
Ádám Kovács 9d88e2aecc fix(frontend): Update setting accordion (#1285)
* fix(frontend): Update setting accordion

* remove empty tooltip

---------

Co-authored-by: Faton Ramadani <faton.ramadani14@gmail.com>
2023-03-14 22:24:23 +01:00
Ruben Fiszel c442ea0942 add env build configuration 2023-03-14 22:16:22 +01:00
hcourdent 801e9467a9 Added tooltips to App editor (#1289) 2023-03-14 22:05:34 +01:00
Ruben Fiszel 85ffdd3e6d feat(apps): state can be used as input in apps 2023-03-14 20:44:14 +01:00
Ruben Fiszel 5410498212 improve reactivity of apps 2023-03-14 18:46:31 +01:00
Faton Ramadani 77935899a0 fix(frontend): fix app tabs (#1288) 2023-03-14 16:11:07 +01:00
Faton Ramadani 79e99fea87 fix(frontend): fix container deletion (#1287)
* fix(frontend): fix container deletion

* fix(frontend): fix container deletion
2023-03-14 14:57:44 +01:00
Faton Ramadani 25b8b4c9d4 feat(frontend): app components output panel (#1283)
* feat(frontend): hierarchical output panel WIP

* feat(frontend): wip

* feat(frontend): working animations

* feat(frontend): working animations

* feat(frontend): wip

* feat(frontend): wip

* feat(frontend): improving connection

* feat(frontend): fix search

* feat(frontend): output panel v2

* feat(frontend): support table actions

* feat(frontend): support table actions

* feat(frontend): support background script

* feat(frontend): fix background scripts

* feat(frontend): simplify code

* feat(frontend): fix animation

* feat(frontend): fix wording

* feat(frontend): fix bg script click

* feat(frontend): fix bg script click

* feat(frontend): fix bg script click
2023-03-14 14:42:40 +01:00
Ruben Fiszel 036b8d4884 feat(frontend): add setTab to frontend scripts 2023-03-14 14:42:26 +01:00
Ruben Fiszel 908602f444 feat(apps): tabs can be made pages or invisible + better frontend scripts reactivity 2023-03-14 12:34:08 +01:00
Ruben Fiszel 4aa0d2c407 fix flow viewer select event 2023-03-14 00:11:37 +01:00
Ruben Fiszel 03a4f2cfa1 improve refresh and background script behavior 2023-03-13 23:38:14 +01:00
Ruben Fiszel c46b79dd4b fix compile 2023-03-13 20:59:27 +01:00
Ruben Fiszel ace6e90bc3 feat(frontend): add frontend (JS) scripts to apps 2023-03-13 19:29:35 +01:00
Ruben Fiszel 6aba317197 feat(frontend): disabled for action buttons can now depend on row 2023-03-13 14:36:42 +01:00
Ádám Kovács 693608955f fix(frontend): General fixes and updates (#1281)
* fix(frontend): App icon select double click issue

* fix(frontend): Update script metadata page

* fix(frontend): Set dropdown default icon to vertical dots

* fix(frontend): Clean up

* fix(frontend): Update table styles

* fix(frontend): Add spacing to secondary menu items

* fix(frontend): Scale down full path

* fix(frontend): Table loading state

* fix(frontend): Hide script kind setting by default
2023-03-13 14:17:57 +01:00
Ruben Fiszel b0cf69611d fix runs reload 2023-03-13 13:00:23 +01:00
Ruben Fiszel d99f84bd8b feat(frontend): improve drag-n-drop behavior 2023-03-13 12:44:39 +01:00
Ruben Fiszel 1778982475 integrate svelte-grid in codebase 2023-03-13 10:01:02 +01:00
Ruben Fiszel 895792ba2a small app fixes 2023-03-12 21:32:41 +01:00
Faton Ramadani d604a273ee feat(frontend): Copy, Cut and Paste (#1279)
* feat(frontend): add copy, paste and cut

* feat(frontend): simplify code

* feat(frontend): add apple modifiers

---------

Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com>
2023-03-12 20:58:06 +01:00
Ruben Fiszel ca9ba83f67 feat(frontend): make runs filters synced with query args 2023-03-11 17:13:49 +01:00
Ruben Fiszel d3296c958e feat: add filter jobs by args or result 2023-03-11 15:30:46 +01:00
Ruben Fiszel f586f75f05 handle better linked variables renaming 2023-03-11 11:25:47 +01:00
Ruben Fiszel 40dc3e3d34 apps improvements 2023-03-10 23:27:55 +01:00
Ruben Fiszel ca4b9cc1ec fix for app viewer 2023-03-10 20:26:49 +01:00
Ruben Fiszel 7ec85d42e4 feat(apps): add resource picker 2023-03-10 20:01:00 +01:00
Ruben Fiszel 3be96d8773 feat(frontend-apps): add variable picker for static string input on apps 2023-03-10 18:41:27 +01:00
Ruben Fiszel 2d8e3acdef feat(bash): add default argument handling for bash 2023-03-10 15:04:34 +01:00
Ruben Fiszel 84b696361d fix(backend): add killpill for lines reading 2023-03-10 12:04:05 +01:00
Ruben Fiszel cfa91f55d5 trim tailwind safelist 2023-03-10 01:06:55 +01:00
Faton Ramadani c530127216 fix(frontend): fix splitpanes navigation (#1276) 2023-03-10 00:32:33 +01:00
Ruben Fiszel 2edbd1719d make frontend configurable through consts.ts 2023-03-09 22:54:25 +01:00
Ruben Fiszel d3496c6a49 fix importjson 2023-03-09 22:42:47 +01:00
Ruben Fiszel be5b81b4ca fix(apps): proper reactivity for non rendered static components 2023-03-09 22:29:19 +01:00