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
b3da51d8
Unverified
Commit
b3da51d8
authored
Nov 13, 2019
by
Rob
Committed by
GitHub
Nov 13, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2426 from EthWorks/dark-theme-update
Dark theme update
parents
1b8eb199
f85773a8
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
plugin-manager-component.js
src/app/components/plugin-manager-component.js
+1
-1
run-tab-styles.js
src/app/tabs/styles/run-tab-styles.js
+3
-1
theme-module.js
src/app/tabs/theme-module.js
+1
-1
No files found.
src/app/components/plugin-manager-component.js
View file @
b3da51d8
...
@@ -97,7 +97,7 @@ class PluginManagerComponent extends ViewPlugin {
...
@@ -97,7 +97,7 @@ class PluginManagerComponent extends ViewPlugin {
let
versionWarning
let
versionWarning
// Alpha
// Alpha
if
(
api
.
profile
.
version
&&
api
.
profile
.
version
.
match
(
/
\b(\w
*alpha
\w
*
)\b
/g
))
{
if
(
api
.
profile
.
version
&&
api
.
profile
.
version
.
match
(
/
\b(\w
*alpha
\w
*
)\b
/g
))
{
versionWarning
=
yo
`<small title="Version Alpha" class="
${
css
.
versionWarning
}
">alpha</small>`
versionWarning
=
yo
`<small title="Version Alpha" class="
${
css
.
versionWarning
}
plugin-version
">alpha</small>`
}
}
// Beta
// Beta
if
(
api
.
profile
.
version
&&
api
.
profile
.
version
.
match
(
/
\b(\w
*beta
\w
*
)\b
/g
))
{
if
(
api
.
profile
.
version
&&
api
.
profile
.
version
.
match
(
/
\b(\w
*beta
\w
*
)\b
/g
))
{
...
...
src/app/tabs/styles/run-tab-styles.js
View file @
b3da51d8
...
@@ -120,7 +120,7 @@ var css = csjs`
...
@@ -120,7 +120,7 @@ var css = csjs`
margin: 0;
margin: 0;
min-width: 100px;
min-width: 100px;
width: 100px;
width: 100px;
/* font-size: 10px; */
height: 100%;
word-break: inherit;
word-break: inherit;
border-top-right-radius: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-bottom-right-radius: 0;
...
@@ -128,10 +128,12 @@ var css = csjs`
...
@@ -128,10 +128,12 @@ var css = csjs`
}
}
.atAddressSect {
.atAddressSect {
margin-top: 6px;
margin-top: 6px;
height: 32px;
}
}
.atAddressSect input {
.atAddressSect input {
border-top-left-radius: 0;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-bottom-left-radius: 0;
height: 100%;
}
}
.ataddressinput {
.ataddressinput {
padding: .25rem;
padding: .25rem;
...
...
src/app/tabs/theme-module.js
View file @
b3da51d8
...
@@ -3,7 +3,7 @@ import { EventEmitter } from 'events'
...
@@ -3,7 +3,7 @@ import { EventEmitter } from 'events'
import
*
as
packageJson
from
'../../../package.json'
import
*
as
packageJson
from
'../../../package.json'
const
themes
=
[
const
themes
=
[
{
name
:
'Dark'
,
quality
:
'dark'
,
url
:
'https://res.cloudinary.com/dvtmp0niu/raw/upload/v157
2963493/remix-custom
-dark.css'
},
{
name
:
'Dark'
,
quality
:
'dark'
,
url
:
'https://res.cloudinary.com/dvtmp0niu/raw/upload/v157
3140701/remix
-dark.css'
},
{
name
:
'Light'
,
quality
:
'light'
,
url
:
'https://res.cloudinary.com/dvtmp0niu/raw/upload/v1572342742/light-theme.css'
},
{
name
:
'Light'
,
quality
:
'light'
,
url
:
'https://res.cloudinary.com/dvtmp0niu/raw/upload/v1572342742/light-theme.css'
},
// switching to the url Todo: remove when the theme is ready
// switching to the url Todo: remove when the theme is ready
...
...
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