Skip to content

Commit

Permalink
Hello app remove popup
Browse files Browse the repository at this point in the history
  • Loading branch information
ramedina86 committed May 1, 2023
1 parent 636879b commit 4de00df
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
3 changes: 0 additions & 3 deletions src/streamsync/app_templates/hello/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ def handle_story_download(state):
state.file_download(data, file_name)


def handle_open_streamsync_website(state):
state.open_url("https://streamsync.cloud")

# LOAD / GENERATE DATA


Expand Down
19 changes: 1 addition & 18 deletions src/streamsync/app_templates/hello/ui.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"metadata": {
"streamsync_version": "0.1.4"
"streamsync_version": "0.1.5"
},
"components": {
"root": {
Expand Down Expand Up @@ -911,23 +911,6 @@
"click": "handle_story_download"
},
"visible": true
},
"c9c3a3fa-df85-47d6-a01d-01c4a4ac7b9e": {
"id": "c9c3a3fa-df85-47d6-a01d-01c4a4ac7b9e",
"type": "button",
"content": {
"text": "Visit streamsync.cloud",
"icon": "link",
"buttonColor": "#29cf00",
"buttonTextColor": "#ffffff",
"buttonShadow": "0px 3px 14px -12px #000000"
},
"parentId": "70d82458-a08f-4005-8f96-dc8d3ba92fad",
"position": 1,
"handlers": {
"click": "handle_open_streamsync_website"
},
"visible": true
}
}
}

0 comments on commit 4de00df

Please sign in to comment.