Mish Ushakov
c64e30a58d
Fixes the label in template section and toast opacity ( #498 )
...
Fixes: Visible > Public
Toast opacity to 100:
<img width="428" alt="Screenshot 2024-12-10 at 10 12 50"
src="https://github.com/user-attachments/assets/b6f303ad-c2d0-4fae-a9ff-d142b47493ca ">
---------
Co-authored-by: Mish Ushakov <mishushakov@users.noreply.github.com >
2024-12-16 22:38:25 +01:00
Vasek Mlejnsky
a72b361597
Correct free disk space text ( #502 )
...
Corrects the text in docs regarding the free disks space
2024-12-11 08:49:00 -08:00
Vasek Mlejnsky
065d5c5172
Update free disk space text
2024-12-11 08:44:18 -08:00
never not exploring
5f022cc6de
Redirect to localhost instead of e2b.dev after sign in with oauth in dev environment ( #499 )
...
this pr fixes the following in a local development environment:
- supabase auth redirect after oauth sign in
- forgot password flow
this is accomplished by adding a new environment variable
`NEXT_PUBLIC_BASE_URL` which prevents checking something like
`process.env.NODE_ENV` and conditionally hardcoding the urls in the code
itself. this way, for potential changes to these values, we can utilise
this mechanic in other places where it may be required in the near
future without traversing the codebase manually.
i already set `NEXT_PUBLIC_BASE_URL` in the vercel production
environment to: `https://e2b.dev `
2024-12-10 19:01:18 +01:00
Ben Fornefeld
145a564669
improve: replace environment variable with document location origin
2024-12-10 18:55:56 +01:00
Ben Fornefeld
640d632ddc
fix: redirectTo prop on supabase auth component
2024-12-10 18:04:27 +01:00
Jakub Novak
4537e2a63c
Fix team added by field names
2024-12-09 17:23:13 +01:00
github-actions[bot]
1c077831c6
[skip ci] Release new versions
2024-12-09 16:14:32 +00:00
github-actions[bot]
52feefc27b
[skip ci] Release new versions
2024-12-09 16:03:25 +00:00
Mish Ushakov
6252eab409
fixes breaking conflict
2024-12-09 15:24:10 +01:00
Mish Ushakov
4765dd5608
Merge branch 'main' into updated-templates-view
2024-12-09 15:14:12 +01:00
Vasek Mlejnsky
7360cfd187
Hide billing URL in developer settings for now
2024-12-06 15:22:21 -08:00
Vasek Mlejnsky
03725423fa
Fix typo
2024-12-06 15:13:26 -08:00
Vasek Mlejnsky
d35d99d11a
Update language for API URL settings and style the code appropriately
2024-12-06 15:12:57 -08:00
Mish Ushakov
0526a5db1f
UX updates
2024-12-06 23:31:29 +01:00
Mish Ushakov
d13580ecf8
vercel build again sorre
2024-12-06 22:34:03 +01:00
Mish Ushakov
d169d26ee5
removed scrolling and made footer less ugly
2024-12-06 22:28:57 +01:00
Mish Ushakov
f3fb49029c
fixes vercel no-unused vars build
2024-12-06 21:42:46 +01:00
Mish Ushakov
d5816fe439
added developer panel
2024-12-06 21:37:37 +01:00
github-actions[bot]
e8fa4be096
[skip ci] Release new versions
2024-12-06 04:41:39 +00:00
Vasek Mlejnsky
d502d3427a
Use custom domain for LP hostname
2024-12-05 18:30:32 -08:00
Vasek Mlejnsky
9dd6d3fdd1
Revert the hack for removing webflow branding
2024-12-05 18:14:45 -08:00
Vasek Mlejnsky
10a7bc9105
ignore eslint line
2024-12-05 18:02:33 -08:00
Vasek Mlejnsky
52b2583ddb
remove webflow badge
2024-12-05 18:00:45 -08:00
Vasek Mlejnsky
ff8f0abf9e
Redirect landing page to new webflow hosting
2024-12-05 16:34:38 -08:00
Jakub Novák
96441e35f5
Merge branch 'main' into teams-improved-users
2024-12-05 14:11:18 -08:00
Jakub Novák
3d4751f7ca
Merge branch 'main' into updated-templates-view
2024-12-05 14:11:02 -08:00
Mish Ushakov
88fa042e07
removed unused components in table
2024-12-05 22:47:52 +01:00
Mish Ushakov
21becc625d
changed style of visibility cell in templates view
2024-12-05 22:45:09 +01:00
Mish Ushakov
b5cbb72b6b
empty table col width
2024-12-05 22:24:04 +01:00
Mish Ushakov
7efa824af2
reverted Template Name > Aliases
2024-12-05 22:12:11 +01:00
Mish Ushakov
506191a765
stop propogation on publish button
2024-12-05 21:01:13 +01:00
Mish Ushakov
1bb820cf9a
send both headers
2024-12-05 19:48:51 +01:00
Mish Ushakov
686f569822
user.addedAt toLocaleString
2024-12-05 17:33:29 +01:00
github-actions[bot]
65257df48e
[skip ci] Release new versions
2024-12-04 03:16:05 +00:00
Mish Ushakov
0a960032c4
add added by and added at fields to table, changes to API header
2024-12-03 23:02:23 +01:00
0div
731e88fd86
Improve SDK ref styling ( #486 )
...
- [x] improve version dropdown appearance in Safari
2024-12-02 23:51:51 +01:00
0div
6859ce04a7
make prebuild index code-interpreter-python-sdk h2 fields
2024-12-02 14:36:50 -08:00
Mish Ushakov
5efeaf4a57
fixes redirect on password update form
2024-12-02 20:43:44 +01:00
0div
8ea13e9976
remove unnecessary styling and make sdk version select appearance none
2024-11-29 11:39:49 -08:00
Mish Ushakov
52734b2caa
fixed eslint build (single qutes)
2024-11-29 13:49:28 +01:00
Mish Ushakov
5ec66829d1
Made API URL variable
2024-11-29 13:44:12 +01:00
Mish Ushakov
1ee0bf36d3
Template management in dashboard
2024-11-29 13:39:30 +01:00
Vasek Mlejnsky
8dbfe6377c
Change text copy
2024-11-28 21:28:07 -08:00
Vasek Mlejnsky
fe57a4b9b5
Merge branch 'main' into improved-api-refs
2024-11-28 21:05:08 -08:00
Vasek Mlejnsky
9030f348cc
Correctly highlight either SDK reference or docs links; fix bug causing the navigation items not being highlighted in the sdk reference
2024-11-28 18:56:56 -08:00
Vasek Mlejnsky
36088654bc
Highlight the documentation type based on href
2024-11-28 17:57:51 -08:00
Vasek Mlejnsky
621c63cd4c
Add links to navigate between SDK reference and docs
2024-11-28 17:32:36 -08:00
Vasek Mlejnsky
3fc274d4fa
Prettify the version selector
2024-11-28 16:32:29 -08:00
Tomas Valenta
d6059a8e1a
Fix docs examples for Python SDK read method ( #482 )
...
The Python examples were using read that returned string, but we were
using it as bytes in the examples.
Users already opened two issues about this that we had to solve until
they mentioned it is wrong in the docs.
2024-11-28 11:40:04 -08:00