Skip to content

/Plugins: Refactor (noscript, less pop-in, etc) #132

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions site/_layouts/plugins.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

{% assign plugins = "" | split: ',' %}
<div class="container">
<div class="d-flex mb-3">
<div id="searchblock" class="d-flex mb-3">
<div class="flex-fill">
<div class="form-floating me-3">
<input type="text" class="form-control" id="searchInput" placeholder="Search" onkeyup="filterInput()"/>
Expand Down Expand Up @@ -41,8 +41,14 @@
</div>
</div>
</div>
<noscript>
<style>#searchblock { display: none !important; }</style>
<div id="noscriptblock" class="d-flex mb-3">
{{ content }}
</div>
</noscript>

<div id="metadataList">
<div id="metadataList" class="fix-fouc">
{% assign plugins = plugins | sort: "Name" %}
{%- for metadata in plugins -%}
{% assign supportedDriverVersionSplit = metadata.SupportedDriverVersion | split: '.' %}
Expand Down
2 changes: 2 additions & 0 deletions site/_sections/Plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
title: Plugins
layout: plugins
---

It looks like you have JavaScript disabled! You are shown the full suite of plugins: