Skip to content

Commit 52c7675

Browse files
Added solid file manager to the apps list (#946)
* Added solid file manager to the apps list * Update apps.html Co-authored-by: Jesse Wright <63333554+jeswr@users.noreply.github.com> * fixed merge conflict * Update apps.html * Move ODI Solid File Manager to top of list --------- Co-authored-by: Jesse Wright <63333554+jeswr@users.noreply.github.com>
1 parent 2bc2cad commit 52c7675

3 files changed

Lines changed: 80 additions & 0 deletions

File tree

apps.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,17 @@ <h2 id="app_launcher" property="name">App Launcher</h2>
6767
}
6868
</style>
6969
<ul class="tiles tile-links" id="apps-list">
70+
<li data-name="The ODI Solid File Manager" data-category="Pod Management">
71+
<a href="https://solid-file-manager.vercel.app/">
72+
<div class="tile-header">
73+
<div style="width:100px; height:56px; display:flex; align-items:center; justify-content:center;">
74+
<img alt="Solid file manager logo" src="/assets/img/logo/file-manager-logo.svg" style="width:100%; height:100%; object-fit:contain;"/>
75+
</div>
76+
<h3>The ODI Solid File Manager<span class="top-app-tag"></span></h3>
77+
</div>
78+
<p>This application provides a user-friendly interface for managing files and folders in Solid Pods. Source code is available <span class="external-link" role="link" tabindex="0" aria-label="Open The ODI Solid File Manager desktop build on GitHub" onclick="event.preventDefault(); event.stopPropagation(); window.location.assign('https://github.com/solid/solid-file-manager'); return false;" onkeydown="if(event.key==='Enter'||event.key===' '){ event.preventDefault(); event.stopPropagation(); window.location.assign('https://github.com/solid/solid-file-manager'); }">here</span>.</p>
79+
</a>
80+
</li>
7081
<li data-name="Media Kraken" data-category="Movies">
7182
<a href="https://noeldemartin.github.io/media-kraken/">
7283
<div class="tile-header">
Lines changed: 63 additions & 0 deletions
Loading

package-lock.json

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)