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
dfbdd2d9
Commit
dfbdd2d9
authored
May 09, 2019
by
Grandschtroumpf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
semantic fixes
parent
a4f00f28
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
app.js
src/app.js
+1
-2
vertical-icons.js
src/app/components/vertical-icons.js
+1
-2
No files found.
src/app.js
View file @
dfbdd2d9
...
@@ -33,8 +33,6 @@ var TransactionReceiptResolver = require('./transactionReceiptResolver')
...
@@ -33,8 +33,6 @@ var TransactionReceiptResolver = require('./transactionReceiptResolver')
const
PluginManagerComponent
=
require
(
'./app/components/plugin-manager-component'
)
const
PluginManagerComponent
=
require
(
'./app/components/plugin-manager-component'
)
const
VerticalIcons
=
require
(
'./app/components/vertical-icons-component'
)
const
CompileTab
=
require
(
'./app/tabs/compile-tab'
)
const
CompileTab
=
require
(
'./app/tabs/compile-tab'
)
const
SettingsTab
=
require
(
'./app/tabs/settings-tab'
)
const
SettingsTab
=
require
(
'./app/tabs/settings-tab'
)
const
AnalysisTab
=
require
(
'./app/tabs/analysis-tab'
)
const
AnalysisTab
=
require
(
'./app/tabs/analysis-tab'
)
...
@@ -53,6 +51,7 @@ import { ThemeModule } from './app/tabs/theme-module'
...
@@ -53,6 +51,7 @@ import { ThemeModule } from './app/tabs/theme-module'
import
{
NetworkModule
}
from
'./app/tabs/network-module'
import
{
NetworkModule
}
from
'./app/tabs/network-module'
import
{
SwapPanel
}
from
'./app/components/swap-panel'
import
{
SwapPanel
}
from
'./app/components/swap-panel'
import
{
MainPanel
}
from
'./app/components/main-panel'
import
{
MainPanel
}
from
'./app/components/main-panel'
import
{
VerticalIcons
}
from
'./app/components/vertical-icons'
var
css
=
csjs
`
var
css
=
csjs
`
html { box-sizing: border-box; }
html { box-sizing: border-box; }
...
...
src/app/components/vertical-icons.js
View file @
dfbdd2d9
...
@@ -6,7 +6,7 @@ let globalRegistry = require('../../global/registry')
...
@@ -6,7 +6,7 @@ let globalRegistry = require('../../global/registry')
const
EventEmitter
=
require
(
'events'
)
const
EventEmitter
=
require
(
'events'
)
// Component
// Component
class
VerticalIcon
{
export
class
VerticalIcons
{
constructor
(
name
,
appStore
,
homeProfile
)
{
constructor
(
name
,
appStore
,
homeProfile
)
{
this
.
store
=
appStore
this
.
store
=
appStore
...
@@ -359,7 +359,6 @@ class VerticalIcon {
...
@@ -359,7 +359,6 @@ class VerticalIcon {
}
}
}
}
module
.
exports
=
VerticalIcon
const
css
=
csjs
`
const
css
=
csjs
`
.homeIcon {
.homeIcon {
...
...
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