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
8ab295d9
Unverified
Commit
8ab295d9
authored
May 24, 2021
by
Liana Husikyan
Committed by
GitHub
May 24, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adding doc link for all plugins (#1195)
fix
https://github.com/ethereum/remix-project/issues/1103
parent
0354295b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
plugin-manager-component.js
.../remix-ide/src/app/components/plugin-manager-component.js
+7
-2
No files found.
apps/remix-ide/src/app/components/plugin-manager-component.js
View file @
8ab295d9
...
@@ -114,6 +114,8 @@ class PluginManagerComponent extends ViewPlugin {
...
@@ -114,6 +114,8 @@ class PluginManagerComponent extends ViewPlugin {
renderItem
(
profile
)
{
renderItem
(
profile
)
{
const
displayName
=
(
profile
.
displayName
)
?
profile
.
displayName
:
profile
.
name
const
displayName
=
(
profile
.
displayName
)
?
profile
.
displayName
:
profile
.
name
const
doclink
=
profile
.
documentation
?
yo
`<a href="
${
profile
.
documentation
}
" class="px-1" title="link to documentation" target="_blank"><i aria-hidden="true" class="fas fa-book"></i></a>`
:
yo
``
// Check version of the plugin
// Check version of the plugin
let
versionWarning
let
versionWarning
...
@@ -147,8 +149,11 @@ class PluginManagerComponent extends ViewPlugin {
...
@@ -147,8 +149,11 @@ class PluginManagerComponent extends ViewPlugin {
<article id="remixPluginManagerListItem_
${
profile
.
name
}
" class="list-group-item py-1 mb-1 plugins-list-group-item" title="
${
displayName
}
" >
<article id="remixPluginManagerListItem_
${
profile
.
name
}
" class="list-group-item py-1 mb-1 plugins-list-group-item" title="
${
displayName
}
" >
<div class="
${
css
.
row
}
justify-content-between align-items-center mb-2">
<div class="
${
css
.
row
}
justify-content-between align-items-center mb-2">
<h6 class="
${
css
.
displayName
}
plugin-name">
<h6 class="
${
css
.
displayName
}
plugin-name">
${
displayName
}
<div>
${
versionWarning
}
${
displayName
}
${
doclink
}
${
versionWarning
}
</div>
${
activationButton
}
${
activationButton
}
</h6>
</h6>
</div>
</div>
...
...
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