-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(visualize) Navigating on tile click now works better
Fixes #186 and #189 - Audio recordings are now returned from the API in a consistent order (#189) - Tile navigation on `click` event changed to SVG `a` elements - better usability (acessibility, middle clicking, control clicking, right-clicking) - hover over to see link - pre computed links slightly faster - fixed a bug with tile generation behaviour (extra tiles are no longer generated) - tiles are also sorted when filtered (no z-indexing in svg, insertion order important) - also fixed bug where tiles would be prematurely cut from screen if the duration of the source audio was too short
- Loading branch information
Showing
3 changed files
with
60 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters