Commit Graph

1748 Commits

Author SHA1 Message Date
Ádám Kovács
0b6bdc82e6 feat(frontend): Add app preview lock (#1127)
* feat(frontend): Add locked state to app preview

* change color

* add transition
2023-01-19 11:27:16 +01:00
Ruben Fiszel
16f71ac729 minor UI fixes 2023-01-18 17:56:40 +01:00
Ruben Fiszel
b2da53c806 minor UI fixes 2023-01-18 17:08:34 +01:00
Ruben Fiszel
b0471f72cd remove vega lite actions 2023-01-18 16:06:56 +01:00
Ruben Fiszel
301366f525 feat(frontend): add vega-lite component 2023-01-18 15:49:47 +01:00
Ádám Kovács
961b85615b fix(frontend): Prepare app scripts code for export (#1123) 2023-01-18 12:43:24 +01:00
Ruben Fiszel
ac29f6e1fc UX nits 2023-01-18 11:30:08 +01:00
Ruben Fiszel
e893db6a97 fix reporting duration above 60s 2023-01-18 11:23:25 +01:00
Ruben Fiszel
a1f87f1fbd HTMLComponent refresh on content change 2023-01-18 10:24:29 +01:00
Ádám Kovács
8b8302e32f feat(frontend): Add tooltip to app recompute (#1122) 2023-01-18 10:10:47 +01:00
Ruben Fiszel
698cfc49c7 UX nits on schedule 2023-01-18 09:42:49 +01:00
Ruben Fiszel
5a7a647c55 UX nits on schedule 2023-01-18 09:38:54 +01:00
Ruben Fiszel
40f32e644e feat(backend): add queue_limit + configurable timeout + fix timeout cancel 2023-01-18 09:02:38 +01:00
Ruben Fiszel
470fb51d13 fix all cases where schema has been set to undefined 2023-01-18 06:56:44 +01:00
Ruben Fiszel
aeb7e6e3d8 do not cancel the job on leaving the preview page 2023-01-18 00:31:55 +01:00
Ruben Fiszel
8203edf6c1 do not cancel the job on leaving the preview page 2023-01-18 00:14:29 +01:00
Faton Ramadani
006e7353ce fix(frontend): Select the first row by default, and remove the abilit… (#1121)
* fix(frontend): Select the first row by default, and remove the ability to deselect + fix table header z-index

* fix(frontend): restore z-index, under the floating tags
2023-01-17 19:10:06 +01:00
Ruben Fiszel
96c533d60b inline tailwindcss for html component in apps 2023-01-17 17:48:40 +01:00
Ruben Fiszel
c3ffb49775 frontend(apps): html component uses iframe for security 2023-01-17 17:29:01 +01:00
Ádám Kovács
87e07be1c2 fix(frontend): App table header z-index (#1120) 2023-01-17 14:00:54 +01:00
Ádám Kovács
47f756d115 fix(frontend): Runnable table overflow (#1119) 2023-01-17 12:51:14 +01:00
Ruben Fiszel
983c1c732f remove unecessary badge width 2023-01-17 12:32:30 +01:00
Ádám Kovács
984425a6d1 fix(frontend): Show app builder header always on top (#1118)
* fix(frontend): Keep app header always on top

* various fixes

* fix
2023-01-17 12:02:21 +01:00
Ruben Fiszel
0b509a2bed UI nits 2023-01-17 12:00:17 +01:00
Ruben Fiszel
ea4eabb840 various fixes 2023-01-17 11:30:37 +01:00
Ruben Fiszel
de49110ff7 all 2023-01-17 08:09:39 +01:00
Faton Ramadani
768d68bc78 fix(frontend): Fix id generation when a second action (#1110) 2023-01-16 19:07:22 +01:00
Faton Ramadani
2e14012cf8 feat(frontend): Add Supabase resource (#1107)
* feat(frontend): Add Supabase resource

* feat(frontend): Added an image
2023-01-16 16:54:06 +01:00
Ruben Fiszel
c703625ba5 add row to eval input 2023-01-16 13:23:31 +01:00
Ruben Fiszel
7fc2996e7a add dynamic disabled field to button 2023-01-16 01:52:18 +01:00
Ruben Fiszel
7084eb4a36 script_helpers nit 2023-01-15 08:32:37 +01:00
Ruben Fiszel
1b82cd7667 nit error handling 2023-01-15 07:22:35 +01:00
Ruben Fiszel
cd47170b06 : 2023-01-15 01:39:07 +01:00
Ruben Fiszel
3f0caa9153 error improvements 2023-01-15 01:28:13 +01:00
Ruben Fiszel
cfa2cf187e improve default connection for failure module 2023-01-14 19:22:59 +01:00
Ruben Fiszel
ec2e0fdc33 error handling improvements 2023-01-14 17:46:03 +01:00
Ruben Fiszel
a14cc80dfe improve error handling 2023-01-14 15:08:47 +01:00
Ruben Fiszel
421571b706 avoid annoying panel resizing on value change 2023-01-14 14:29:12 +01:00
Ádám Kovács
95c410d88a feat(frontend): Add surreal db logo (#1102) 2023-01-14 14:17:43 +01:00
Ruben Fiszel
5cbbfd761f add hub compatible json export to apps 2023-01-14 09:10:39 +01:00
Ruben Fiszel
0e2b9e2140 minor tooltip fix 2023-01-14 07:45:15 +01:00
Ádám Kovács
85c7571dc5 fix(frontend): App script list panel overflow (#1101) 2023-01-13 20:24:18 +01:00
Ruben Fiszel
b1fa5da465 minor improvements 2023-01-13 18:52:34 +01:00
Ádám Kovács
7d36367864 feat(frontend): Update app table component styles (#1100)
* feat(frontend): Update app table component styles

* feat(frontend): Update table search style
2023-01-13 18:44:21 +01:00
Ruben Fiszel
d0e7d7ac91 clarify run detail page + allow i64 for MAX_LOG_SIZE 2023-01-13 18:39:17 +01:00
Ádám Kovács
d87408b82c feat(frontend): Add default codes to app editor (#1099) 2023-01-13 13:48:28 +01:00
Ruben Fiszel
4f8b2acf41 fix table static exports 2023-01-13 12:08:37 +01:00
Ádám Kovács
29e675e3d0 feat(frontend): Add more integration icons (#1097)
* feat(frontend): Add more integration icons

* fix

* fix
2023-01-13 08:48:31 +01:00
Ruben Fiszel
dc9eee265e various improvements 2023-01-12 22:20:54 +01:00
Ruben Fiszel
0bbb41c81f fix execute_component tokens 2023-01-12 16:53:54 +01:00