Skip to content

Commit

Permalink
fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
udu3324 committed Jan 15, 2025
1 parent 59e0479 commit ff622a1
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 0 deletions.
Binary file modified src/lib/assets/editor_analysis_window.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/lib/assets/editor_bottom_bar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/lib/assets/editor_empty.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/lib/assets/editor_empty_highlited_tracks.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/lib/assets/import_options.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/lib/assets/showcase.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/lib/assets/tracks_empty.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/routes/Footer.svelte
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<script>
import { faMoon } from "@fortawesome/free-solid-svg-icons";
import { onMount } from "svelte";
import { db } from "$lib/db.js"
import { setDarkMode } from "$lib/db"
import Fa from "svelte-fa";
Expand Down
4 changes: 4 additions & 0 deletions src/routes/docs/Layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@

<div class="doc-heading-2">Bottom Tool-Bar</div>
<img class="doc-img" src={bottomBar} alt="screenshot of the editor top bottom">
<div class="doc-heading-3">Dark Mode</div>
<p>Press this button to toggle the appearance of mp3mark.</p>
<div class="doc-heading-3">Playhead Snapping</div>
<p>Press this button (or press s) to snap the playhead to the center of the screen. Creating a mark or flag will unsnap the playhead. </p>
<div class="doc-heading-3">Play Button</div>
<p>Press the space bar to pause or play audio.</p>
<div class="doc-heading-3">Pause Button</div>
Expand Down

0 comments on commit ff622a1

Please sign in to comment.