Skip to content

Commit

Permalink
Merge pull request #174 from NMSCD/dev
Browse files Browse the repository at this point in the history
Added the Automatic Release Fetch, 5.00 Support and Smooth Transitions.
  • Loading branch information
Lenni009 authored Sep 14, 2024
2 parents ad40c0f + d9e26f7 commit 4ba5210
Show file tree
Hide file tree
Showing 26 changed files with 891 additions and 787 deletions.
6 changes: 0 additions & 6 deletions base.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,6 @@ <h1 class="title is-3">NMS Wiki Page Creator - Base</h1>
<main class="columns is-desktop">
<div id="input" class="column is-full-mobile">
<div class="table">
<div class="table-cell text">
<label>Current release:</label>
</div>
<div class="table-cell data">
<select id="versionInput" data-dest="release"></select>
</div>
<div class="table-cell text">
<label for="nameInput">Name of the base:</label>
<button class="tooltip">
Expand Down
6 changes: 0 additions & 6 deletions biofrig.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,6 @@ <h1 class="title is-3">NMS Wiki Page Creator - Organic Frigate</h1>
<main class="columns is-desktop">
<div id="input" class="column is-full-mobile">
<div class="table">
<div class="table-cell text">
<label>Current release:</label>
</div>
<div class="table-cell data">
<select id="versionInput" data-dest="release"></select>
</div>
<div class="table-cell text">
<label for="nameInput">Name of the frigate:</label>
<button class="tooltip">
Expand Down
6 changes: 0 additions & 6 deletions derelict.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,6 @@ <h1 class="title is-3">NMS Wiki Page Creator - Derelict Freighter</h1>
<main class="columns is-desktop">
<div id="input" class="column is-full-mobile">
<div class="table">
<div class="table-cell text">
<label>Current release:</label>
</div>
<div class="table-cell data">
<select id="versionInput" data-dest="release"></select>
</div>
<div class="table-cell text">
<label for="nameInput">Name of the freighter:</label>
<button class="tooltip">
Expand Down
6 changes: 0 additions & 6 deletions fauna.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@ <h1 class="title is-3">NMS Wiki Page Creator - Fauna</h1>
<main class="columns is-desktop">
<div id="input" class="column is-full-mobile">
<div class="table">
<div class="table-cell text">
<label>Current release:</label>
</div>
<div class="table-cell data">
<select id="versionInput" data-dest="release"></select>
</div>
<div class="table-cell text">
<label for="nameInput">Name of the creature:</label>
<button class="tooltip">
Expand Down
6 changes: 0 additions & 6 deletions moon.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@ <h1 class="title is-3">NMS Wiki Page Creator - Moon</h1>
<main class="columns is-desktop">
<div id="input" class="column is-full-mobile">
<div class="table">
<div class="table-cell text">
<label>Current release:</label>
</div>
<div class="table-cell data">
<select id="versionInput" data-dest="release"></select>
</div>
<div class="table-cell text">
<label for="nameInput">Name of the moon:</label>
<button class="tooltip">
Expand Down
6 changes: 0 additions & 6 deletions multitool.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,6 @@ <h1 class="title is-3">NMS Wiki Page Creator - Multi-Tool</h1>
<main class="columns is-desktop">
<div id="input" class="column is-full-mobile">
<div class="table">
<div class="table-cell text">
<label>Current release:</label>
</div>
<div class="table-cell data">
<select id="versionInput" data-dest="release"></select>
</div>
<div class="table-cell text">
<label for="nameInput">Name of the multi-tool:</label>
<button class="tooltip">
Expand Down
Loading

0 comments on commit 4ba5210

Please sign in to comment.