Skip to content

Commit

Permalink
Ditched daylight banner
Browse files Browse the repository at this point in the history
Added ability to switch between explore and analyse
ditched fileList -> STATE.openFIles
  • Loading branch information
Mattk70 committed Oct 15, 2024
1 parent 92bf0a6 commit f621c92
Show file tree
Hide file tree
Showing 4 changed files with 224 additions and 177 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -753,8 +753,8 @@ <h5>Saved Records</h5>
<li class="dropdown-item disabled" id="explore">
<span class="material-symbols-outlined">explore</span> Explore Archive
</li>
<li class="dropdown-item d-none" id="restore">
<span class="material-symbols-outlined">youtube_searched_for</span> Restore Latest Analysis
<li class="dropdown-item disabled" id="active-analysis">
<span class="material-symbols-outlined">youtube_searched_for</span> Return to Active Analysis
</li>
<li class="dropdown-divider"></li>
<li class="dropdown-item disabled" id="compress-and-organise">
Expand Down
2 changes: 1 addition & 1 deletion js/state.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export class State {
this.list = 'everything',
this.customList = undefined,
this.local = true,
this.incrementor = 1,
this.incrementor = 10,
this.UUID = 0,
this.track = true,
this.powerSaveBlocker = false,
Expand Down
Loading

0 comments on commit f621c92

Please sign in to comment.