Skip to content
This repository was archived by the owner on Mar 2, 2022. It is now read-only.

Commit ddc1872

Browse files
author
Dennis Schwartz
committed
Add more verbose messages to vis placeholders.
1 parent 479130c commit ddc1872

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

src/components/Component.vue

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,17 @@
4343
</div>
4444
</div>
4545
<div class="legacy-vis-message" v-else-if="computeVisualization() === 'legacy'">
46-
<span class="code">The previews for this component are currently not available because they are in a legacy format.</span>
46+
<p class="code">
47+
The previews for this component are currently not available because they are in a legacy format.<br />
48+
Please help update them or <a :href="githubURL" target="_blank">contact the author on Github</a>. <br />
49+
<a href="https://github.com/biojs/organisation/issues" target="_blank">Contact BioJS directly</a> if you have further questions.
50+
</p>
4751
</div>
4852
<div class="no-vis-message" v-else >
49-
<span class="code">There is no currently no preview visualisation available for this component.</span>
53+
<span class="code">
54+
There is no currently no preview visualisation available for this component.<br />
55+
If you think this component could use an example, you can add one or <a :href="githubURL" target="_blank">contact the author on Github</a>.
56+
</span>
5057
</div>
5158
</div>
5259
</div>

0 commit comments

Comments
 (0)