Skip to content

Commit

Permalink
moved currentFile into STATE object
Browse files Browse the repository at this point in the history
onLoad  now both fills new keys and removes old ones from config.
removed unused SunCalc from UI
Explore locations list updates immediately when you set a new custom location for a file
BUG fix: if you start analysing, and then go to explore or charts during the analysis, you results would have gone straight to the archive!
bumped version
tooltip positioning
ctrl-tab added to keyboard hep
  • Loading branch information
Mattk70 committed Oct 16, 2024
1 parent f621c92 commit 6d803d9
Show file tree
Hide file tree
Showing 5 changed files with 192 additions and 102 deletions.
4 changes: 4 additions & 0 deletions Help/keyboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@
<td><b>Esc</b></td>
<td>Stop analysis</td>
</tr>
<tr>
<td><b>Ctrl-Tab</b></td>
<td>Toggle between exploring the archive and the latest analysis results. This allows you to compare current detections with those you've previously recorded.</td>
</tr>
<tr>
<td colspan="2" class="text-center text-bg-light"><h5>Transport Controls</h5></td>
</tr>
Expand Down
2 changes: 2 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,8 @@ footer {
border-radius: 5px;
z-index: 3;
display: none;
opacity: 0;
transition: opacity 1.3s ease; /* Smooth transitions for left and right positions */
}
/* ============ desktop view .end// ============ */

Expand Down
Loading

0 comments on commit 6d803d9

Please sign in to comment.