Skip to content

Commit

Permalink
Updated help center links and bump version to 1.8.1 (#428)
Browse files Browse the repository at this point in the history
  • Loading branch information
javier-tarazaga authored and filippsen committed Aug 2, 2019
1 parent d4ab912 commit e9684df
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 33 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Superblocks Lab - Change log

## [1.8.1]

* Change: Help center links #428


## [1.8.0]

+ Addition: Superblocks.com banner to mention the newly created platform #426
Expand Down
2 changes: 1 addition & 1 deletion src/components/analyticsDialog/AnalyticsDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export default class AnalyticsDialog extends Component {
<h2>Support Superblocks Lab!</h2>
<div>By allowing us to track (anonymously) how you use Lab, Superblocks can get valuable insights and better understand what the tool needs in order to make you a happier developer. By leaving the tracking on, you will really help us see what can be improved, iterated or removed.</div>
<br/>
<div><b>We do not track any personal data, private keys or addresses.</b> Lab is Open Source, so you can either check out the <a onClick={()=>console.log("hola")} href="https://github.com/SuperblocksHQ/superblocks-lab" target="_blank" rel="noopener noreferrer" title="Lab's Github repository">code</a> for yourself or read more on what we track and why in our <a href="https://help.superblocks.com/hc/en-us/articles/360014689153" target="_blank" rel="noopener noreferrer" title="Tracking article">Help Center.</a></div>
<div><b>We do not track any personal data, private keys or addresses.</b> Lab is Open Source, so you can either check out the <a onClick={()=>console.log("hola")} href="https://github.com/SuperblocksHQ/superblocks-lab" target="_blank" rel="noopener noreferrer" title="Lab's Github repository">code</a> for yourself or read more on what we track and why in our <a href="https://help.superblocks.com/en/articles/3195311-what-and-why-are-we-tracking-in-superblocks-lab" target="_blank" rel="noopener noreferrer" title="Tracking article">Help Center.</a></div>
<br/>
<div>Thanks for your support and happy buidling!</div>
<div className={style.switchContainer}>
Expand Down
13 changes: 3 additions & 10 deletions src/components/learnAndResources/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,30 +53,23 @@ export default class LearnAndResources extends Component {
icon={<IconGuide />}
title={'Guide to Superblocks Lab'}
link={
'https://help.superblocks.com/hc/en-us/categories/360000486714-Using-Superblocks-Lab'
'https://help.superblocks.com/en/collections/1865071-superblocks-lab'
}
/>
</li>
<li>
<LinkItem
icon={<IconVideoTutorials />}
title={'Video tutorials'}
link={
'https://www.youtube.com/playlist?list=PLjnjthhtIABuzW2MTsPGkihZtvvepy-n4'
}
/>
</li>
<LinkItem
icon={<IconHelpCenter />}
title={'Help Center'}
link={'https://help.superblocks.com/'}
/>
</li>
<li>
<LinkItem
icon={<IconAskQuestion />}
title={'Ask a question'}
link={
'https://help.superblocks.com/hc/en-us/requests/new'
'https://discuss.superblocks.com/c/superblocks-lab'
}
/>
</li>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
// Copyright 2019 Superblocks AB
//
//
// This file is part of Superblocks Lab.
//
//
// Superblocks Lab is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation version 3 of the License.
//
//
// Superblocks Lab is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
//
// You should have received a copy of the GNU General Public License
// along with Superblocks Lab. If not, see <http://www.gnu.org/licenses/>.

Expand All @@ -24,7 +24,7 @@ export function ConstructorArgumentsHeader() {
<p className={style.infoText}>
When deploying your contract, you need to provide the initial values for the contract's constructor arguments.
<a
href='https://help.superblocks.com/hc/en-us/articles/360008422373-Working-with-smart-contracts'
href='https://help.superblocks.com/en/articles/3195299-working-with-smart-contracts'
target='_blank'
rel='noopener noreferrer'
>
Expand Down
8 changes: 4 additions & 4 deletions src/components/projecteditor/welcome/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ export default class Welcome extends Component {
</div>
<h2>Getting started</h2>
<div className={style.linksContainer}>
<a href="https://help.superblocks.com/hc/en-us/articles/360008277034-Introduction-to-Superblocks-Lab" target="_blank" rel="noopener noreferrer" title="Introduction">Introduction to Superblocks Lab</a>
<a href="https://help.superblocks.com/hc/en-us/articles/360008422273-Creating-a-new-project" target="_blank" rel="noopener noreferrer" title="New project">Creating a new project</a>
<a href="https://help.superblocks.com/hc/en-us/articles/360008423653-Exporting-DApps-to-be-published-on-the-Internet" target="_blank" rel="noopener noreferrer" title="Export">Export your DApp</a>
<a href="https://help.superblocks.com/hc/en-us/categories/360000486714-Using-Superblocks-Lab" target="_blank" rel="noopener noreferrer" title="Documentation">
<a href="https://help.superblocks.com/en/articles/3195297-introduction-to-superblocks-lab" target="_blank" rel="noopener noreferrer" title="Introduction">Introduction to Superblocks Lab</a>
<a href="https://help.superblocks.com/en/articles/3195301-creating-a-new-project" target="_blank" rel="noopener noreferrer" title="New project">Creating a new project</a>
<a href="https://help.superblocks.com/en/articles/3195312-exporting-dapps-to-be-published-on-the-internet" target="_blank" rel="noopener noreferrer" title="Export">Export your DApp</a>
<a href="https://help.superblocks.com/en/collections/1865071-superblocks-lab" target="_blank" rel="noopener noreferrer" title="Documentation">
<IconRight className={style.arrow} />
Check out all the documentation
</a>
Expand Down
13 changes: 2 additions & 11 deletions src/components/topbar/Topbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,22 +89,13 @@ const HelpDropdownDialog = () => (
<ul>
<li>
<a
href="https://help.superblocks.com/hc/en-us/categories/360000486714-Using-Superblocks-Lab"
href="https://help.superblocks.com/en/collections/1865071-superblocks-lab"
target="_blank"
rel="noopener noreferrer"
>
Guide to Superblocks Lab
</a>
</li>
<li>
<a
href="https://www.youtube.com/playlist?list=PLjnjthhtIABuzW2MTsPGkihZtvvepy-n4"
target="_blank"
rel="noopener noreferrer"
>
Video tutorials
</a>
</li>
<li>
<a
href="https://help.superblocks.com"
Expand All @@ -116,7 +107,7 @@ const HelpDropdownDialog = () => (
</li>
<li>
<a
href="https://help.superblocks.com/hc/en-us/requests/new"
href="https://discuss.superblocks.com/c/superblocks-lab"
target="_blank"
rel="noopener noreferrer"
>
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"display": "standalone",
"orientation": "portrait",
"icons": [ ],
"version": "1.8.0"
"version": "1.8.1"
}
2 changes: 1 addition & 1 deletion src/reducers/app.reducer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { AnyAction } from 'redux';
import { appActions } from '../actions';

export const initialState = {
version: '1.8.0',
version: '1.8.1',
isEmbeddedMode: false,
showBanner: getShowBanner()
};
Expand Down

0 comments on commit e9684df

Please sign in to comment.