Added images for getting started page
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 69 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 79 KiB |
@@ -6,6 +6,7 @@ docker rm shuffle-frontend
|
||||
echo "Running build for website"
|
||||
#sudo npm run build
|
||||
docker build . -t ghcr.io/frikky/shuffle-frontend:nightly
|
||||
docker tag ghcr.io/frikky/shuffle-frontend:nightly ghcr.io/shuffle/shuffle-frontend:nightly
|
||||
|
||||
echo "Starting server"
|
||||
# Rerun build locally for it to update :)
|
||||
|
||||
@@ -180,6 +180,8 @@ const Header = (props) => {
|
||||
org_id: orgId,
|
||||
};
|
||||
|
||||
localStorage.setItem("getting_started_sidebar", "open");
|
||||
|
||||
fetch(`${globalUrl}/api/v1/orgs/${orgId}/change`, {
|
||||
mode: "cors",
|
||||
method: "POST",
|
||||
|
||||
Reference in New Issue
Block a user