Commit Graph

1748 Commits

Author SHA1 Message Date
Ruben Fiszel
161f99d20c fix currency issues 2023-02-17 16:40:18 +01:00
Ruben Fiszel
34c34fa998 new app component: currency + improved select 2023-02-16 23:40:58 +01:00
Ruben Fiszel
868cb339a7 frontend nits 2023-02-16 18:15:42 +01:00
Ruben Fiszel
4b8b7dd8da added connection tester 2023-02-15 21:36:13 +01:00
Ruben Fiszel
8a7ffdf5a9 display IPs to whitelist 2023-02-15 19:51:58 +01:00
Ruben Fiszel
fd73824397 dynamically reload schema if it changes 2023-02-15 17:56:43 +01:00
Ádám Kovács
482ab7b425 feat(frontend): Trigger settings drawer with URL hash (#1185)
* feat(frontend): Trigger settings drawer by URL hash

* fix(frontend): Add setting auto-open to workspace selector

* fix(frontend): full path redirects

* fix(frontend): Slice safety check
2023-02-15 14:47:47 +01:00
Ruben Fiszel
69d4a23b4f send a webhook on new user + lazy static refactor (#1203)
* supercharge

* supercharge

* progress

* progress

* display config

* display config

* display config

* display config

* fix extensions

* fix build

* disable nsjail = false for test
2023-02-15 10:59:50 +01:00
Ruben Fiszel
11af91080d UX nits 2023-02-14 17:58:38 +01:00
Ruben Fiszel
8c3ace631e implement goto for app buttons 2023-02-14 03:33:08 +01:00
Ruben Fiszel
7a9bd95b07 fix run dev 2023-02-14 02:42:19 +01:00
Ruben Fiszel
8ab6c322a7 implement double ended slider 2023-02-13 22:46:42 +01:00
Ruben Fiszel
401a11ccb3 fix skipping setup 2023-02-13 18:49:13 +01:00
Ruben Fiszel
33c5305799 fix linguo 2023-02-13 15:10:48 +01:00
Ruben Fiszel
06211b74b0 fix admins workspace link 2023-02-13 15:05:27 +01:00
Ruben Fiszel
d97a3fb400 fix minor UX bugs 2023-02-13 13:17:20 +01:00
Ruben Fiszel
9b3413775b update flow viewer 2023-02-13 12:36:04 +01:00
Kai Jellinghaus
64f0fe9232 Setup Experience (#1194)
* Squash

* Update SQLX
2023-02-13 02:32:29 +01:00
Ruben Fiszel
1b56a553d3 better redirect on slack callback 2023-02-10 18:53:01 +01:00
Ádám Kovács
676b69ef18 fix: Update references to the docs (#1191) 2023-02-10 00:08:15 +01:00
Ruben Fiszel
e1374bfd06 small flow improvements 2023-02-09 16:44:28 +01:00
Faton Ramadani
0c76102d34 feat(frontend): Minimal support for custom filenames (#1190) 2023-02-07 18:29:23 +01:00
Ruben Fiszel
745e67cd8c deprecate row connection in favor of connected + selectedRow 2023-02-05 20:57:47 +01:00
Ruben Fiszel
e7ecb486e9 display token fully 2023-02-05 17:28:33 +01:00
Ruben Fiszel
b365c7b760 add svg display result support 2023-02-05 17:15:40 +01:00
Ruben Fiszel
0980f4a52e script UX nits 2023-02-05 16:30:35 +01:00
Ruben Fiszel
cca5ea8644 import python code as raw to avoid reindent 2023-02-05 16:03:03 +01:00
Ruben Fiszel
b5e1babf0a fix python default tabSize 2023-02-05 14:51:33 +01:00
Ruben Fiszel
1579b61157 fix python type inference 2023-02-05 14:09:21 +01:00
Ruben Fiszel
40858875b1 toast improvements 2023-02-05 10:12:49 +01:00
Ruben Fiszel
c731b978ab frontend misc 2023-02-05 10:04:26 +01:00
Ruben Fiszel
a79853e3ea frontend misc 2023-02-05 09:03:35 +01:00
Ruben Fiszel
cdf7a75c99 frontend misc 2023-02-05 00:05:16 +01:00
Ruben Fiszel
0ecfec2577 feat: add mem peak info 2023-02-04 20:26:15 +01:00
Ruben Fiszel
c057986b66 use unsecure websocket if unsecure connection 2023-02-04 15:29:55 +01:00
Ruben Fiszel
0be8026bd6 typo 2023-02-04 01:55:05 +01:00
Ruben Fiszel
fb64de0793 app checkbox nits 2023-02-04 01:50:09 +01:00
Ruben Fiszel
0e7611e7f8 app checkbox and text nits 2023-02-04 01:43:17 +01:00
Ruben Fiszel
56e81ed185 remove templates 2023-02-03 22:34:36 +01:00
Kai Jellinghaus
f0e3bc090e feat: Add workspace webhook (#1158)
* Add workspace webhook

* Update SQLX

* Add webhook request histogram

* Move workspace webhook retrieval OOP

* Add removal to frontend, cache removed webhooks

* Remove WebhookUtil

---------

Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com>
2023-02-03 19:50:18 +01:00
Ruben Fiszel
690399e107 improve instructions 2023-02-03 02:19:58 +01:00
Ruben Fiszel
cd4023cdb5 refactor components to ease adding custom components 2023-02-03 02:11:06 +01:00
Ruben Fiszel
9f7d31f46f revert single file components change 2023-02-03 00:00:28 +01:00
Ruben Fiszel
1623ba1658 feat: adding worker_busy 2023-02-02 23:57:53 +01:00
Ádám Kovács
b2115a5bb0 fix(frontend): Various fixes and improvements (#1177)
* fix(frontend): Editor bar

* fix(frontend): Keep settings tabs always visible

* fix(frontend): Keep app header on top in preview
2023-02-02 23:00:43 +01:00
Ruben Fiszel
843de4970d fix nosniff html component 2023-02-02 22:10:13 +01:00
Ádám Kovács
9a468be88c feat(frontend): App initial loading animations (#1176)
* feat(frontend): App initial loading animations

* fix(frontend): Optional prop
2023-02-02 17:55:11 +01:00
Kai Jellinghaus
77126a1e50 CLI hints (#1140)
* various improvements

* passing to kai

* passing to kai

* Outline InlineCodeCopy

* Add CLI setup steps

* Workaround #1173

---------

Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com>
2023-02-02 05:30:12 -08:00
Ruben Fiszel
5109509073 fix: navigate to new script page before saving script 2023-02-02 00:31:31 +01:00
Ruben Fiszel
3ecab28b91 add privacy policy and terms of service links 2023-02-01 23:10:43 +01:00