Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
f1da1d43
Commit
f1da1d43
authored
Mar 01, 2019
by
yann300
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
naming
parent
2bbab93e
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
+5
-4
settings-tab.js
src/app/tabs/settings-tab.js
+2
-1
generate.js
src/app/ui/landing-page/generate.js
+2
-2
framingService.js
src/framingService.js
+1
-1
No files found.
src/app/tabs/settings-tab.js
View file @
f1da1d43
...
@@ -39,6 +39,7 @@ module.exports = class SettingsTab {
...
@@ -39,6 +39,7 @@ module.exports = class SettingsTab {
}
}
profile
()
{
profile
()
{
return
{
return
{
displayName
:
'settings'
,
name
:
'settings'
,
name
:
'settings'
,
methods
:
[],
methods
:
[],
events
:
[],
events
:
[],
...
@@ -84,7 +85,7 @@ module.exports = class SettingsTab {
...
@@ -84,7 +85,7 @@ module.exports = class SettingsTab {
<div class="
${
css
.
info
}
card">
<div class="
${
css
.
info
}
card">
<div class="card-body">
<div class="card-body">
<h6 class="
${
css
.
title
}
card-title">Home Page</h6>
<h6 class="
${
css
.
title
}
card-title">Home Page</h6>
<button class="btn btn-primary sm-1" onclick="
${()
=>
{
this
.
_deps
.
appManager
.
ensureActivated
(
'home
page
'
)
}}
" > Load Home Page </button>
<button class="btn btn-primary sm-1" onclick="
${()
=>
{
this
.
_deps
.
appManager
.
ensureActivated
(
'home'
)
}}
" > Load Home Page </button>
<button class="
btn
btn
-
primary
sm
-
1
" onclick="
$
{()
=>
{
window
.
open
(
'https://gitter.im/ethereum/remix'
)
}}
"> Load Gitter Chat </button>
<button class="
btn
btn
-
primary
sm
-
1
" onclick="
$
{()
=>
{
window
.
open
(
'https://gitter.im/ethereum/remix'
)
}}
"> Load Gitter Chat </button>
</div>
</div>
</div>`
</div>`
...
...
src/app/ui/landing-page/generate.js
View file @
f1da1d43
...
@@ -5,8 +5,8 @@ import { defaultWorkspaces } from './workspace'
...
@@ -5,8 +5,8 @@ import { defaultWorkspaces } from './workspace'
export
function
homepageProfile
()
{
export
function
homepageProfile
()
{
return
{
return
{
displayName
:
'home
page
'
,
displayName
:
'home'
,
name
:
'home
page
'
,
name
:
'home'
,
methods
:
[],
methods
:
[],
events
:
[],
events
:
[],
description
:
' - '
,
description
:
' - '
,
...
...
src/framingService.js
View file @
f1da1d43
...
@@ -15,7 +15,7 @@ export default {
...
@@ -15,7 +15,7 @@ export default {
// mainPanelApi.event.on('showing', (moduleName) => {})
// mainPanelApi.event.on('showing', (moduleName) => {})
verticalIconApi
.
select
(
'fileExplorers'
)
verticalIconApi
.
select
(
'fileExplorers'
)
mainPanelApi
.
showContent
(
'home
page
'
)
mainPanelApi
.
showContent
(
'home'
)
resizeFeature
.
minimize
()
resizeFeature
.
minimize
()
}
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment