Skip to content

Commit

Permalink
Switch to v0.3.0 features and minimize false loadings
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitrySharabin committed Oct 28, 2023
1 parent 68d8184 commit 2e6c1a6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions index.tpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h2>Plugins</h2>
Some plugins are hidden. <a href="?">Show All.</a>
</p>
<div>
<article property class="plugin" mv-multiple mv-if="!tagFilter or count(lowercase(tag) = tagFilter) > 0">
<article property class="plugin" mv-list-item mv-if="!tagFilter or count(lowercase(tag) = tagFilter) > 0">
<div>
<h1>
<a href="/plugin/[id]">
Expand All @@ -29,14 +29,14 @@ <h1>
</a>
</h1>
<div property="description" class="markdown">Description</div>
<a href="?tag=[tag]" property="tag" mv-attribute="null" mv-multiple></a>
<meta property="repo" mv-edit-placeholder="E.g. [author]/mavo-[id]">
<div class="mv-container"><a href="?tag=[tag]" property="tag" mv-attribute="null" mv-list-item></a></div>
<meta property="repo" mv-editor-placeholder="E.g. [author]/mavo-[id]">
<meta property="selector" mv-expressions="{{ }}" mv-editor-placeholder="E.g. [mv-{{id}}], .{{id}}" />
</div>

<footer>
<a class="author" href="https://github.com/[author]">
<img src="https://github.com/[author].png?size=40" alt="">
<img src="https://github.com/leaverou.png?size=40" mv-attr-src="'https://github.com/' & author & '.png?size=40'" alt="">
<span property="author">leaverou</span>
</a>
</footer>
Expand Down
4 changes: 2 additions & 2 deletions plugin/index.tpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h1>
</h1>
<div property="description" class="markdown"></div>
<div>
<a href="/index.html?tag=[tag]" property="tag" mv-attribute="null" mv-multiple></a>
<a href="/index.html?tag=[tag]" property="tag" mv-attribute="null" mv-list-item></a>
</div>

<meta property="repo" />
Expand All @@ -35,7 +35,7 @@ <h1>

<footer>
<a class="author" href="https://github.com/[author]">
<img src="https://github.com/[author].png?size=40" alt="">
<img src="https://github.com/leaverou.png?size=40" mv-attr-src="'https://github.com/' & author & '.png?size=40'" alt="">
<span property="author">leaverou</span>
</a>

Expand Down

0 comments on commit 2e6c1a6

Please sign in to comment.