Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds stop all sounds playing #44

Closed
wants to merge 31 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
232f782
Fixes missing single quotes in path
noVaSon Feb 26, 2018
d206f10
Refactors search function for less ambiguity in repository
noVaSon Feb 26, 2018
022d6cd
Introduces new navbar tab, basic version only listing soundIDs with d…
noVaSon Feb 26, 2018
a62426e
Adds new constants for keyboard shortcuts on selections
noVaSon Mar 9, 2018
3ddf3be
Introduces basic table functionality including react-table and react-…
noVaSon Mar 9, 2018
e59bb13
Gets current active space, important for last commit!
noVaSon Mar 9, 2018
0ba0a47
Begins to take care of selection bug und multiselection feature
noVaSon Mar 9, 2018
4c96192
Refactors some important scripts towards eslint guidelines and readab…
noVaSon Mar 12, 2018
e5c7009
Fixes selection and modal closing bug
noVaSon Mar 12, 2018
f5f4361
Adds new item for soundlist to navbar
noVaSon Mar 13, 2018
147b7b5
Fixes formatting errors and adds new license aliases
noVaSon Mar 13, 2018
fe76870
Fixes crash when no sounds are loaded into SoundList - but message al…
noVaSon Mar 14, 2018
9e7cc8f
Changes SpaceThumbnail Duration format to something less confusing
noVaSon Mar 14, 2018
f7e0225
Fixes SoundInfoModal behaviour: reopens also when already selected
noVaSon Mar 14, 2018
92ee186
Fixes permanent error message in the SoundList Tab
noVaSon Mar 14, 2018
e1c4802
Changed selection and playback behaviour to later ctr/cmd + click beh…
noVaSon Mar 15, 2018
7adb642
Adds isUserLoggedIn to props of the SoundInfo Modal for showing the b…
noVaSon Mar 15, 2018
4a62fbb
Adds prop type check to is MIDI supported, but it not used anyway...
noVaSon Mar 15, 2018
7d82cf6
Implements a download workaround in the sound modal via freesound web…
noVaSon Mar 15, 2018
23513e5
Adds sorting selectbox in search tab, not tested online yet
noVaSon Mar 16, 2018
5603696
Merge branch 'master' of https://github.com/ffont/freesound-explorer …
noVaSon Mar 18, 2018
77d17f6
Implements the sorting functionality of the freesound api in the sear…
noVaSon Mar 20, 2018
3567cec
Dangerous commit just for development: User is always logged in this …
noVaSon Mar 21, 2018
e5a0934
Prepares new utilities for the frequent tag overlay
noVaSon Mar 21, 2018
97d0a83
Some cosmetics and package-lock.json
noVaSon Mar 21, 2018
4dc1b8a
Merge branch 'fsePatches'
noVaSon Mar 21, 2018
a7c9dbb
More to ignore thnks to Visual Studio Code
noVaSon Mar 15, 2018
910252f
Merge branch 'master' of https://github.com/noVaSon/freesound-explorer
noVaSon Mar 21, 2018
3c35d70
Merge branch 'master' of https://github.com/noVaSon/freesound-explore…
noVaSon Mar 21, 2018
d6b047c
New package-lock after reinstalling react-table
noVaSon Mar 21, 2018
71e8646
Adds stop all playing sounds by clicking on empyt map - still buggy
noVaSon Apr 13, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ backend/sessions/
coverage/
bundle.js
freesound-explorer_instlog
package-lock.json
.python-version
npm_install_log.txt
src/.vscode/launch.json
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Freesound Explorer

[https://labs.freesound.org/fse/](http://labs.freesound.org/fse/) (use Chrome for better experience)
[https://labs.freesound.org/fse/](https://labs.freesound.org/fse/) (use Chrome for better experience)

## About

Expand Down
Loading