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
679060c8
Commit
679060c8
authored
Feb 27, 2019
by
yann300
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
various fixes
parent
b91cb176
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
186 deletions
+0
-186
plugin-manager-component.js
src/app/components/plugin-manager-component.js
+0
-1
remixd-handle.js
src/app/files/remixd-handle.js
+0
-3
editor-panel-styles.js
src/app/panels/styles/editor-panel-styles.js
+0
-182
No files found.
src/app/components/plugin-manager-component.js
View file @
679060c8
...
...
@@ -152,7 +152,6 @@ class PluginManagerComponent {
reRender
()
{
if
(
this
.
views
.
root
)
{
yo
.
update
(
this
.
views
.
root
,
this
.
render
())
this
.
filterPlugins
(
this
.
searchBox
())
}
}
...
...
src/app/files/remixd-handle.js
View file @
679060c8
...
...
@@ -2,8 +2,6 @@ var yo = require('yo-yo')
var
modalDialog
=
require
(
'../ui/modaldialog'
)
var
csjs
=
require
(
'csjs-inject'
)
var
styleGuide
=
require
(
'../ui/styles-guide/theme-chooser'
)
var
styles
=
styleGuide
.
chooser
()
var
css
=
csjs
`
.dialog {
...
...
@@ -11,7 +9,6 @@ var css = csjs`
flex-direction: column;
}
.dialogParagraph {
${
styles
.
infoTextBox
}
margin-bottom: 2em;
word-break: break-word;
}
...
...
src/app/panels/styles/editor-panel-styles.js
deleted
100644 → 0
View file @
b91cb176
var
yo
=
require
(
'yo-yo'
)
var
csjs
=
require
(
'csjs-inject'
)
var
styleGuide
=
require
(
'../../ui/styles-guide/theme-chooser'
)
var
styles
=
styleGuide
.
chooser
()
var
cssTabs
=
yo
`
<style>
#files .file {
padding: 0 0.6em;
box-sizing: border-box;
background-color:
${
styles
.
editor
.
backgroundColor_Tabs_Highlights
}
;
cursor: pointer;
margin-right: 10px;
margin-top: 5px;
position: relative;
display: table-cell;
text-align: center;
vertical-align: middle;
color:
${
styles
.
editor
.
text_Teriary
}
;
}
#files .file.active {
color:
${
styles
.
editor
.
text_Primary
}
;
font-weight: bold;
border-bottom: 0 none;
padding-right: 1.5em;
}
#files .file .remove {
font-size: 12px;
display: flex;
color:
${
styles
.
editor
.
text_Primary
}
;
position: absolute;
top: -7px;
right: 5px;
display: none;
}
#files .file input {
background-color:
${
styles
.
colors
.
transparent
}
;
border: 0 none;
border-bottom: 1px dotted
${
styles
.
editor
.
text_Primary
}
;
line-height: 1em;
margin: 0.5em 0;
}
#files .file.active .remove {
display: inline-block;
color:
${
styles
.
editor
.
text_Primary
}
;
}
</style>
`
var
css
=
csjs
`
.editorpanel {
display : flex;
flex-direction : column;
height : 100%;
}
.tabsbar {
background-color :
${
styles
.
editor
.
backgroundColor_Panel
}
;
display : flex;
overflow : hidden;
height : 30px;
}
.tabs {
position : relative;
display : flex;
margin : 0;
left : 10px;
margin-right : 10px;
width : 100%;
overflow : hidden;
}
.files {
display : flex;
position : relative;
list-style : none;
margin : 0;
font-size : 15px;
height : 2.5em;
box-sizing : border-box;
line-height : 2em;
top : 0;
border-bottom : 0 none;
}
.changeeditorfontsize {
margin : 0;
font-size : 9px;
margin-top : 0.5em;
}
.changeeditorfontsize i {
cursor : pointer;
display : block;
color :
${
styles
.
editor
.
icon_Color_Editor
}
;
}
.changeeditorfontsize i {
cursor : pointer;
}
.changeeditorfontsize i:hover {
color :
${
styles
.
editor
.
icon_HoverColor_Editor
}
;
}
.buttons {
display : flex;
flex-direction : row;
justify-content : space-around;
align-items : center;
min-width : 45px;
}
.toggleLHP {
display : flex;
padding : 10px;
width : 100%;
font-weight : bold;
color :
${
styles
.
leftPanel
.
icon_Color_TogglePanel
}
;
}
.toggleLHP i {
cursor : pointer;
font-size : 14px;
font-weight : bold;
}
.toggleLHP i:hover {
color :
${
styles
.
leftPanel
.
icon_HoverColor_TogglePanel
}
;
}
.scroller {
position : absolute;
z-index : 999;
text-align : center;
cursor : pointer;
vertical-align : middle;
background-color :
${
styles
.
colors
.
general_BackgroundColor
}
;
height : 100%;
font-size : 1.3em;
color : orange;
}
.scrollerright {
right : 0;
margin-right : 15px;
}
.scrollerleft {
left : 0;
}
.toggleRHP {
margin : 0.5em;
font-weight : bold;
color :
${
styles
.
rightPanel
.
icon_Color_TogglePanel
}
;
right : 0;
}
.toggleRHP i {
cursor : pointer;
font-size : 14px;
font-weight : bold;
}
.toggleRHP i:hover {
color :
${
styles
.
rightPanel
.
icon_HoverColor_TogglePanel
}
;
}
.show {
opacity : 1;
transition : .3s opacity ease-in;
}
.hide {
opacity : 0;
pointer-events : none;
transition : .3s opacity ease-in;
}
.content {
position : relative;
display : flex;
flex-direction : column;
height : 100%;
width : 100%;
}
.contextviewcontainer{
position : absolute;
top : 29px;
z-index : 50;
background-color :
${
styles
.
editor
.
backgroundColor_Tabs_Highlights
}
;
left : 350px;
border-radius : 1px;
}
`
module
.
exports
=
{
cssTabs
:
cssTabs
,
css
:
css
}
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