mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
Deploying to gh-pages from @ agdamsbo/FreesearchR@7a76a83dba 🚀
This commit is contained in:
parent
08c39e506f
commit
3664d6be81
126 changed files with 593 additions and 214 deletions
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
<a class="navbar-brand me-2" href="../index.html">FreesearchR</a>
|
||||
|
||||
<small class="nav-text text-muted me-auto" data-bs-toggle="tooltip" data-bs-placement="bottom" title="">25.6.4</small>
|
||||
<small class="nav-text text-muted me-auto" data-bs-toggle="tooltip" data-bs-placement="bottom" title="">25.7.1</small>
|
||||
|
||||
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbar" aria-controls="navbar" aria-expanded="false" aria-label="Toggle navigation">
|
||||
|
|
@ -20,6 +20,7 @@
|
|||
<li class="nav-item dropdown">
|
||||
<button class="nav-link dropdown-toggle" type="button" id="dropdown-articles" data-bs-toggle="dropdown" aria-expanded="false" aria-haspopup="true">Articles</button>
|
||||
<ul class="dropdown-menu" aria-labelledby="dropdown-articles"><li><a class="dropdown-item" href="../articles/data-types.html">Data types</a></li>
|
||||
<li><a class="dropdown-item" href="../articles/missingness.html">Missingness in data</a></li>
|
||||
<li><a class="dropdown-item" href="../articles/session.html">Session info</a></li>
|
||||
<li><a class="dropdown-item" href="../articles/visuals.html">On visuals</a></li>
|
||||
</ul></li>
|
||||
|
|
@ -40,6 +41,11 @@
|
|||
<small>Source: <a href="https://github.com/agdamsbo/FreesearchR/blob/main/NEWS.md" class="external-link"><code>NEWS.md</code></a></small>
|
||||
</div>
|
||||
|
||||
<div class="section level2">
|
||||
<h2 class="pkg-version" data-toc-text="25.7.1" id="freesearchr-2571---dev">FreesearchR 25.7.1 - DEV<a class="anchor" aria-label="anchor" href="#freesearchr-2571---dev"></a></h2>
|
||||
<ul><li>
|
||||
<em>NEW</em> UI overhaul and navigation update. The interface is simplified to clearly show the relationship between panels and sub-items by abandoning multiple levels on panel to instead show a drop-down menu. This also results in simplified sidebar menus with room to add more controls in the future.</li>
|
||||
</ul></div>
|
||||
<div class="section level2">
|
||||
<h2 class="pkg-version" data-toc-text="25.6.4" id="freesearchr-2564">FreesearchR 25.6.4<a class="anchor" aria-label="anchor" href="#freesearchr-2564"></a></h2>
|
||||
<p>The app is now also published as a docker container. See the README for instructions. It is mainly to use for hosting the app. Work is ongoing to publish a true standalone app, preferably for both Windows and MacOS.</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue