Skip to content

Commit

Permalink
Add hotkeys to the audio player (#1203)
Browse files Browse the repository at this point in the history
* Add @svelte-put/shortcut as a dependency

* Implement player hotkeys

* Pause and reset show on player close

* Implement minimized player

* Move hotkeys into +layout and refactor into object

* Remove unused test file

* Implement hotkey modal

* Add vitest tests for formatShortcut util

* Rebuild lockfile after rebase

* Update modal styling

* Reset core-js version

---------

Co-authored-by: Scott Tolinski <scott.tolinski@gmail.com>
  • Loading branch information
RatulMaharaj and stolinski authored Dec 11, 2023
1 parent 27439a3 commit a42dc1b
Show file tree
Hide file tree
Showing 14 changed files with 679 additions and 82 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
"@sentry/profiling-node": "^1.2.6",
"@sentry/sveltekit": "^7.77.0",
"@sparticuz/chromium": "^117.0.0",
"@svelte-put/shortcut": "^3.0.0",
"@sveltejs/adapter-vercel": "^3.0.3",
"@upstash/redis": "^1.24.3",
"core-js": "^3.33.2",
Expand Down
Loading

0 comments on commit a42dc1b

Please sign in to comment.