Skip to content

Commit

Permalink
Merge pull request #626 from ninoseki/add-links-in-the-top
Browse files Browse the repository at this point in the history
feat: add links in the top [skip ci]
  • Loading branch information
ninoseki authored Nov 5, 2021
2 parents 0fee6f0 + 5913e39 commit cfe866c
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions src/options/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,15 @@
<div class="column is-half">
<h1 class="title is-1">Mitaka</h1>

<div class="box">
<div class="content">
<ul>
<li><a href="#general">General</a></li>
<li><a href="#api-keys">API keys</a></li>
<li><a href="#searchers">Searchers</a></li>
</ul>
</div>

<div class="box" id="general">
<h2 class="title is-2">General settings</h2>
<div id="general-settings"></div>
<hr>
Expand All @@ -25,7 +33,7 @@ <h2 class="title is-2">General settings</h2>
</article>
</div>

<div class="box">
<div class="box" id="api-keys">
<h2 class="title is-2">API key settings</h2>
<div class="field">
<label class="label">
Expand Down Expand Up @@ -53,7 +61,7 @@ <h2 class="title is-2">API key settings</h2>
</div>
</div>

<div class="box">
<div class="box" id="searchers">
<h2 class="title is-2">Searcher settings</h2>
<div id="searcher-list"></div>
</div>
Expand Down

0 comments on commit cfe866c

Please sign in to comment.