Commit graph

281 commits

Author SHA1 Message Date
Jonatan Kłosko
ab3f3d6b0b Fix inserting code cell via shortcut 2023-07-03 22:05:45 +02:00
Jonatan Kłosko
16723b98f0
Insert code cell when changing default language (#2031) 2023-07-03 15:59:23 +02:00
Alexandre de Souza
bcfb6d46ea
Add Team hub from environment variables (#2020) 2023-06-30 19:11:31 -03:00
José Valim
6a4a5596bf Remove padding from app info button 2023-06-30 07:21:35 +02:00
Jonatan Kłosko
9541eb91c8
Fix smart cell editor initialization (#2017) 2023-06-28 22:39:24 +02:00
Zach Allaun
e1ac442c8c
Mobile quality-of-life (part 1) (#2013) 2023-06-28 18:29:44 +02:00
Alexandre de Souza
05d691d407
Redirect to Hub page to update or delete a secret (#2005) 2023-06-23 17:54:13 -03:00
Johnny5
d6be46dd91
Show amplify button for Smart cells (#1984)
Co-authored-by: José Valim <jose.valim@gmail.com>
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2023-06-17 19:11:07 +02:00
Alexandre de Souza
7f9ba6989f
Allow secret creation from Livebook for Team Hubs (#1978) 2023-06-15 17:33:22 -03:00
Jonatan Kłosko
a72629cfe3
Implement stamping for teams hub (#1973)
Co-authored-by: José Valim <jose.valim@dashbit.co>
2023-06-09 20:59:04 +02:00
Jonatan Kłosko
300f5683ef Fix insert button ids 2023-06-08 22:25:10 +02:00
Jonatan Kłosko
75614e7885
Show notifications for new app version and import warnings (#1955) 2023-06-02 21:32:44 +02:00
Benedikt Reinartz
fb9193b8ab
Add support for Erlang code cells (#1892)
Co-authored-by: José Valim <jose.valim@gmail.com>
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2023-06-02 14:49:06 +02:00
Jonatan Kłosko
04efa5932f
Restore code markers and doctest indicators on refresh (#1949) 2023-05-31 15:52:08 +02:00
Wojtek Mach
f226387958 Update lib/livebook_web/live/session_live/attached_live.ex 2023-05-29 16:21:29 +02:00
José Valim
da0913c0aa Add iex -S mix to examples as that's the most common scenario 2023-05-29 15:30:00 +02:00
Jonatan Kłosko
34ffb8f3d5
Automatically reevaluate app sessions and support interrupt (#1928) 2023-05-26 13:12:41 +02:00
José Valim
705f122b75 Pass device code to teams server 2023-05-25 17:17:57 +02:00
José Valim
7ff4b640f6
Convert secret value to password field (#1921) 2023-05-23 20:22:06 +02:00
Jonatan Kłosko
d1ba07e0ea
Move app settings to a modal and add explanations (#1914)
Co-authored-by: José Valim <jose.valim@dashbit.co>
2023-05-21 21:21:10 +02:00
Jonatan Kłosko
52df405aca
Add support for multi-instance apps (#1913) 2023-05-19 19:40:56 +02:00
José Valim
ad0cb75f90 Organize blocks by category 2023-05-18 13:40:24 +02:00
Jonatan Kłosko
022f395bce
Add output type setting to apps (#1905) 2023-05-11 14:07:19 +02:00
Jonatan Kłosko
f262b9c0c9
Rebuild confirmation modal system (#1903) 2023-05-10 18:23:08 +02:00
Jonatan Kłosko
ff22d5b31c
Add icon and group code blocks (#1902) 2023-05-09 19:13:48 +02:00
ByeongUk Choi
6dd19a8dc9
Add Form to "+ Block" (#1750)
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2023-05-09 16:49:02 +02:00
Riccardo Massari
26834934e9
Fix typo in presentation view shortcut label (#1895) 2023-05-04 16:38:18 +02:00
Jonatan Kłosko
e7f8ee8ca8 Update keyboard shortcuts list 2023-04-28 20:39:25 +02:00
Franklin Rakotomalala
0eb0f417f5
Add notebook presentation view (#1852)
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2023-04-28 20:16:18 +02:00
Jonatan Kłosko
c9d1d304d1
App improvements (#1860) 2023-04-13 17:02:13 +02:00
José Valim
971b243f10
Make the error status clickable on failed deployments (#1854) 2023-04-12 22:16:43 +02:00
Jonatan Kłosko
2e12b74603
Update persistence and app forms (#1840) 2023-03-29 21:07:37 +02:00
Akash Hiremath
a98fce7e92
Correct cookie field label (#1837) 2023-03-29 12:00:33 +02:00
Jonatan Kłosko
dbab38a763
Show app URLs as relative (#1835) 2023-03-28 18:41:22 +02:00
José Valim
9fa8fcef1b Explain secrets on the hub page, closes #1827 2023-03-25 22:50:26 +01:00
Jonatan Kłosko
577a4657c8
Fix ignored form submissions (#1799) 2023-03-17 17:12:03 +01:00
Jannik Becher
336ae74fb6
Add keyboard shortcut for collapse/expand section (#1779)
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2023-03-13 22:37:11 +01:00
Jonatan Kłosko
9dc09c3146 Adjust headings spacing 2023-03-13 17:40:19 +01:00
Jannik Becher
cea3246766
Add section collapse functionality (#1772)
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
Co-authored-by: José Valim <jose.valim@gmail.com>
2023-03-13 14:52:26 +01:00
Jonatan Kłosko
deacb1a4a4
Explicitly track which secrets come from the hub (#1769) 2023-03-11 12:51:06 +01:00
Jannik Becher
ae797040cd
Set default folder when saving a forked notebook (#1767) 2023-03-10 17:02:30 +01:00
José Valim
5c106e81fa
Small changes (#1764) 2023-03-09 17:41:40 +01:00
Alexandre de Souza
1cdc5251dd
Make Hubs feature public and blocks the hub creation (#1756) 2023-03-07 18:43:52 -03:00
Alexandre de Souza
8754bc0d5a
Shows only the secrets from selected hub (#1747) 2023-03-07 15:24:07 -03:00
Jonatan Kłosko
b9237dd7f0
Add new notebook action to the file select (#1754) 2023-03-06 21:24:48 +01:00
ByeongUk Choi
4db39078bd
Add open page and track starred/recent notebooks (#1639)
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2023-03-06 18:14:33 +01:00
Jonatan Kłosko
1676d5469e
Add page listing apps (#1733) 2023-02-28 15:08:49 +01:00
Alexandre de Souza
5d48ffd051
Remove entire app secrets implementation (#1734) 2023-02-28 10:55:52 -03:00
Wojtek Mach
1f496c8605
Typing env and secret name automatically upcases (#1736) 2023-02-28 13:53:18 +01:00
Jonatan Kłosko
fbf52a9bd8
Update app form to use checkboxes (#1732)
Co-authored-by: José Valim <jose.valim@dashbit.co>
2023-02-27 17:54:26 +01:00