Commit Graph
718 Commits
Author SHA1 Message Date
Ruben Fiszel 9d0625e92e fix editor popover for apps 2022-11-28 20:58:30 +01:00
Jakub Kołodziejczak 692ecf0239 chore(frontend): (opinionated) description improvement (#965) 2022-11-28 20:42:40 +01:00
Jakub Kołodziejczak 4d8a5c4fd9 fix(frontend): psql demo expects integers as a key (#958) 2022-11-28 19:33:49 +01:00
Faton Ramadani acdd0fea7d App editor preview (#954)
* fix(frontend): Fix refresh button

* fix(frontend): remove preview border
2022-11-28 11:49:47 +01:00
Faton RamadaniandRuben Fiszel ed7838d6bc fix(frontend): Fix pie animation + actions wrap (#953)
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com>
2022-11-28 11:31:17 +01:00
Ruben Fiszel d9f544ea20 fix script detail page 2022-11-28 11:29:16 +01:00
Ruben Fiszel 494609364c feat: overhaul scripts and flows page 2022-11-28 11:18:32 +01:00
Ruben Fiszel c26be86cef feat: overhaul scripts and flows page 2022-11-28 11:16:10 +01:00
Faton RamadaniandRuben Fiszel 6c45fe7344 feat(frontend): rework script detail (#952)
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com>
2022-11-28 10:19:49 +01:00
Ruben Fiszel a45eff0cee fix frontend errors 2022-11-27 21:29:13 +01:00
Ruben Fiszel 48c7ed129d iteration 1 on the hub script picker 2022-11-27 19:58:48 +01:00
Ruben Fiszel c86c39ddea ensure we always load the secret value in the variable editor 2022-11-27 19:05:35 +01:00
Faton Ramadani 1069105451 feat(frontend): Add actions to tables (#951)
* fix(frontend): WIP

* fix(frontend): WIP

* fix(frontend): Sub runnable

* fix(frontend): revert changes

* fix(frontend): fix build
2022-11-27 17:47:19 +01:00
Ruben Fiszel 56204a511c ensure we always load the secret value in the variable editor 2022-11-27 17:45:11 +01:00
Ruben Fiszel 37967a7950 feat: refactor variable + resource linkage + OAuth visibility 2022-11-27 17:26:37 +01:00
Ruben Fiszel 346a7f3f47 more visibility on OAuth errors Vol 1 2022-11-27 14:00:55 +01:00
Ruben Fiszel 02a9c5c4ea feat(frontend): flow status viewer include a graph 2022-11-27 09:49:16 +01:00
Ruben Fiszel 10e4cf0205 fix flowmodule splitpane size 2022-11-27 02:04:07 +01:00
Ruben Fiszel 3301970b75 allow admins to override the c_ prefix 2022-11-27 01:17:07 +01:00
Ruben Fiszel ab03a4f190 UX improvements 2022-11-27 00:07:44 +01:00
Ruben Fiszel afbb902d3d increase description length for resource types 2022-11-26 23:10:46 +01:00
Ruben Fiszel 6c03aad73e UX improvements 2022-11-26 23:09:21 +01:00
Ruben Fiszel 53fb0ce2ee fix same_worker/shared to work with and without nsjail 2022-11-26 19:02:49 +01:00
Ruben Fiszel 9fe8e045fb fix overflow for dropdown on resources 2022-11-26 16:47:01 +01:00
Ruben Fiszel 8bf4699bd6 fix getting email from github 2022-11-26 15:33:15 +01:00
Ruben Fiszel c8d5f853c5 fix removing users 2022-11-26 14:21:42 +01:00
Ruben Fiszel ce528a7748 UX nits 2022-11-25 20:28:55 +01:00
Ruben Fiszel 9f51532d01 add support for fetching variable and resource from bash 2022-11-25 19:40:38 +01:00
Ádám Kovács ddab2dffd5 feat(frontend): Add inline script picker to apps (#945)
* feat(frontend): Add inline script picker
2022-11-25 08:27:43 +01:00
Ruben Fiszel 7bf0caa38d remove duplicate logins 2022-11-24 18:30:35 +01:00
Ádám Kovács dd75b370af feat(frontend): Add guard against script overwrite (#944)
* feat(frontend): Add guard against script overwrite

* fix: Error message flash up
2022-11-24 13:34:26 +01:00
Ádám Kovács 79cec368ba feat: Add notification on app save (#943) 2022-11-24 12:51:57 +01:00
Ruben Fiszel 9008cd7978 flex-wrap on script builder languages 2022-11-24 12:10:37 +01:00
Ruben Fiszel ae635a4d1f add custom login to the login page 2022-11-24 11:46:46 +01:00
Ruben Fiszel 267d30f9ac fix flow UX 2022-11-24 09:16:05 +01:00
Ruben Fiszel afbba6bbd1 fix flow UX 2022-11-24 02:30:41 +01:00
Ruben Fiszel 7191c294d4 fix UX flow 2022-11-24 02:04:53 +01:00
Ruben Fiszel b3ac7e1337 fix flow UX 2022-11-24 02:04:53 +01:00
Faton Ramadani 43a1d7ef2a fix(frontend): add checkbox component + fix alignment (#941) 2022-11-24 00:08:56 +01:00
Faton Ramadani e64195e42b fix(frontend): prevent runnable to run if the script is not defined (#938) 2022-11-23 20:37:38 +01:00
Ádám KovácsandFaton Ramadani 4b2b3467d2 feat: Update apps button component with colors (#936)
* feat: Update app component types

* fix: Typos

* feat: Add select input type to components

* fix: Remove width property from component types

* fix: Make button full width in editor

* fix: Types

Co-authored-by: Faton Ramadani <faton.ramadani14@gmail.com>
2022-11-23 19:45:19 +01:00
Faton Ramadani ab481b3096 fix(frontend): Fix context panel + delete component (#937)
* fix(frontend): Fix context panel + delete component

* fix(frontend): Handle nested paths
2022-11-23 19:31:36 +01:00
Faton Ramadani fa4840ad65 fix(frontend): Cleanup dead code (#935) 2022-11-23 14:45:56 +01:00
Faton Ramadani b59a1de93b fix(frontend): properly refresh context panel + Adjust style in the flow editor (#934) 2022-11-23 14:24:04 +01:00
Ruben Fiszel 0968caa6e9 nits on nsjail config 2022-11-23 14:00:49 +01:00
Ruben Fiszel 1ad3d263d9 UX nits and theme 2022-11-23 12:30:05 +01:00
Ruben Fiszel 90d4d99bea UX nits and theme 2022-11-23 12:19:00 +01:00
Ruben Fiszel 2a1898216b UX nits 2022-11-23 11:29:06 +01:00
Faton Ramadani 682c44a39e Runnable refactor (#932)
* fix(frontend): Support runnable everywhere

* fix(frontend): Runnable component working

* fix(frontend): Simplify implementation

* fix(frontend): User inputs working

* fix(frontend): Fix connections

* fix(frontend): auto refresh

* fix(frontend): revert changes
2022-11-23 10:30:58 +01:00
Ruben Fiszel df97121527 UX nits 2022-11-23 10:30:08 +01:00