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
995b8f90
Commit
995b8f90
authored
Jan 09, 2018
by
Rob Stupay
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
moving storage and theme-chooser into remix and updating the files that require it.
parent
2f97da52
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
8 deletions
+10
-8
ButtonNavigator.js
remix-debugger/src/ui/ButtonNavigator.js
+2
-2
CodeListView.js
remix-debugger/src/ui/CodeListView.js
+2
-2
DropdownPanel.js
remix-debugger/src/ui/DropdownPanel.js
+2
-2
TxBrowser.js
remix-debugger/src/ui/TxBrowser.js
+4
-2
No files found.
remix-debugger/src/ui/ButtonNavigator.js
View file @
995b8f90
...
@@ -4,8 +4,8 @@ var EventManager = remixLib.EventManager
...
@@ -4,8 +4,8 @@ var EventManager = remixLib.EventManager
var
yo
=
require
(
'yo-yo'
)
var
yo
=
require
(
'yo-yo'
)
var
csjs
=
require
(
'csjs-inject'
)
var
csjs
=
require
(
'csjs-inject'
)
var
styleGuide
=
remixLib
.
ui
.
styleGuide
var
styleGuide
=
remixLib
.
ui
.
themeChooser
var
styles
=
styleGuide
()
var
styles
=
styleGuide
.
chooser
()
var
css
=
csjs
`
var
css
=
csjs
`
.buttons {
.buttons {
...
...
remix-debugger/src/ui/CodeListView.js
View file @
995b8f90
...
@@ -6,8 +6,8 @@ var ui = remixLib.helpers.ui
...
@@ -6,8 +6,8 @@ var ui = remixLib.helpers.ui
var
DropdownPanel
=
require
(
'./DropdownPanel'
)
var
DropdownPanel
=
require
(
'./DropdownPanel'
)
var
EventManager
=
remixLib
.
EventManager
var
EventManager
=
remixLib
.
EventManager
var
csjs
=
require
(
'csjs-inject'
)
var
csjs
=
require
(
'csjs-inject'
)
var
styleGuide
=
remixLib
.
ui
.
styleGuide
var
styleGuide
=
remixLib
.
ui
.
themeChooser
var
styles
=
styleGuide
()
var
styles
=
styleGuide
.
chooser
()
var
css
=
csjs
`
var
css
=
csjs
`
.instructions {
.instructions {
...
...
remix-debugger/src/ui/DropdownPanel.js
View file @
995b8f90
...
@@ -7,8 +7,8 @@ var TreeView = require('./TreeView')
...
@@ -7,8 +7,8 @@ var TreeView = require('./TreeView')
var
EventManager
=
remixLib
.
EventManager
var
EventManager
=
remixLib
.
EventManager
var
csjs
=
require
(
'csjs-inject'
)
var
csjs
=
require
(
'csjs-inject'
)
var
styleGuide
=
remixLib
.
ui
.
styleGuide
var
styleGuide
=
remixLib
.
ui
.
themeChooser
var
styles
=
styleGuide
()
var
styles
=
styleGuide
.
chooser
()
var
css
=
csjs
`
var
css
=
csjs
`
.title {
.title {
...
...
remix-debugger/src/ui/TxBrowser.js
View file @
995b8f90
...
@@ -8,8 +8,10 @@ var init = remixLib.init
...
@@ -8,8 +8,10 @@ var init = remixLib.init
var
DropdownPanel
=
require
(
'./DropdownPanel'
)
var
DropdownPanel
=
require
(
'./DropdownPanel'
)
var
style
=
require
(
'./styles/basicStyles'
)
var
style
=
require
(
'./styles/basicStyles'
)
var
csjs
=
require
(
'csjs-inject'
)
var
csjs
=
require
(
'csjs-inject'
)
var
styleGuide
=
remixLib
.
ui
.
styleGuide
var
styleGuide
=
remixLib
.
ui
.
themeChooser
var
styles
=
styleGuide
()
var
styles
=
styleGuide
.
chooser
()
// var styleGuide = remixLib.ui.styleGuide
// var styles = styleGuide()
var
css
=
csjs
`
var
css
=
csjs
`
.container {
.container {
...
...
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