Skip to content

Commit

Permalink
Updated metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Javier Tarazaga committed Oct 3, 2019
1 parent 25401d5 commit 06a7c9f
Show file tree
Hide file tree
Showing 35 changed files with 34 additions and 182 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ about: Create a report to help us improve
---

<!-- Please search existing issues to avoid creating duplicates. -->
<!-- Also please test using the latest beta version to make sure your issue has not already been fixed: https://lab-beta.superblocks.com/ -->
<!-- Also please test using the latest beta version to make sure your issue has not already been fixed: https://studio.ethereum.org/ -->

## Environment/Browser
Simply tell which browser and version of it you are using
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ about: Suggest an idea for this project

<!--
Have you read Superblocks Lab's Code of Conduct? By filing an Issue, you are expected to comply with it, including treating everyone with respect: https://github.com/SuperblocksHQ/superblocks-lab/blob/master/CODE_OF_CONDUCT.md
Have you read Ethereum Studio's Code of Conduct? By filing an Issue, you are expected to comply with it, including treating everyone with respect: https://github.com/SuperblocksHQ/ethereum-studio/blob/master/CODE_OF_CONDUCT.md
Do you want to ask a question? Are you looking for support? The Superblocks community is the best place for getting support: https://discordapp.com/invite/6Cgg2Dw
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: Question
about: The issue tracker is not for questions. Please ask questions on https://stackoverflow.com/questions/tagged/superblocks.
about: The issue tracker is not for questions. Please ask questions on https://stackoverflow.com/questions/tagged/ethereum-studio.
---

🚨 The issue tracker is not for questions 🚨

If you have a question, please ask it on https://stackoverflow.com/questions/tagged/superblocks.
If you have a question, please ask it on https://stackoverflow.com/questions/tagged/ethereum-studio.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ deploy to dev:
- kubectl apply -f kubernetes.yml
environment:
name: dev
url: https://dashboard-dev.superblocks.com
url: https://studio.superblocks.com
only:
- master
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Superblocks Lab - Change log
# Ethereum Studio - Change log

## [1.7.0]

Expand Down
6 changes: 3 additions & 3 deletions packages/editor/public/app-view.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>Superblocks App View</title>
<title>Ethereum Studio App View</title>
<style>
body, html, #iframe {
height: 100%;
Expand All @@ -18,7 +18,7 @@
<script>
window.onload = function() {
var iframe = document.getElementById('iframe');

window.addEventListener('message', function(e) {
if (e.data.type === 'set-content') {
iframe.srcdoc = e.data.payload;
Expand All @@ -40,4 +40,4 @@
<noscript>
You need to enable JavaScript to run this app.
</noscript>
</body>
</body>
Binary file removed packages/editor/public/favicon.ico
Binary file not shown.
Binary file added packages/editor/public/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 7 additions & 7 deletions packages/editor/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico">
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.png">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="theme-color" content="#1E1E1E">
<meta name="description" content="A tool to help learn, code, build, and deploy smart contracts and decentralized applications. Don’t waste precious time setting up your development environment. Simply open Superblocks Lab in your browser and start coding.">
<meta name="description" content="A tool to help learn, code, build, and deploy smart contracts and decentralized applications. Don’t waste precious time setting up your development environment. Simply open Ethereum Studio in your browser and start coding.">

<meta property="og:title" content="Superblocks | Solidity IDE" />
<meta property="og:description" content="A tool to help learn, code, build, and deploy smart contracts and decentralized applications. Don’t waste precious time setting up your development environment. Simply open Superblocks Lab in your browser and start coding." />
<meta property="og:title" content="Ethereum Studio | Solidity IDE" />
<meta property="og:description" content="A tool to help learn, code, build, and deploy smart contracts and decentralized applications. Don’t waste precious time setting up your development environment. Simply open Ethereum Studio in your browser and start coding." />
<meta property="og:image" content="%PUBLIC_URL%/img-site-preview.png" />
<meta property="og:image:width" content="1400" />
<meta property="og:image:height" content="1120" />
<meta property="og:image:alt" content="Superblocks slogan; Build your thing" />
<meta property="og:image:alt" content="Ethereum Studio; Build your thing" />

<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Superblocks | Solidity IDE">
<meta name="twitter:title" content="Ethereum Studio | Solidity IDE">
<meta name="twitter:description" content="A tool to help learn, code, build, and deploy smart contracts and decentralized applications.">
<meta name="twitter:image:src" content="%PUBLIC_URL%/img-site-preview.png">

Expand All @@ -37,7 +37,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>Superblocks Lab | Solidity IDE</title>
<title>Ethereum Studio | Solidity IDE</title>
</head>
<body>
<noscript>
Expand Down
6 changes: 3 additions & 3 deletions packages/editor/public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"short_name": "Superblocks Lab",
"short_name": "Ethereum Studio",
"name": "The most advanced Ethereum Web based IDE",
"icons": [
{
"src": "favicon.ico",
"src": "favicon.png",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
"type": "image/png"
}
],
"start_url": ".",
Expand Down
28 changes: 0 additions & 28 deletions packages/editor/src/assets/static/img/img-ipfs-logo.svg

This file was deleted.

Loading

0 comments on commit 06a7c9f

Please sign in to comment.