beets icon indicating copy to clipboard operation
beets copied to clipboard

Web-based DAW (Digital Audio Workstation) written in React for making music.

Results 23 beets issues
Sort by recently updated
recently updated
newest added

Bumps [jotai](https://github.com/pmndrs/jotai) from 1.12.0 to 2.1.0. Release notes Sourced from jotai's releases. v2.1.0 This includes some improvements as well as some breaking changes in unstable features. What's Changed fix(vanilla): better...

dependencies

Bumps [rooks](https://github.com/imbhargav5/rooks) from 7.4.2 to 7.14.1. Release notes Sourced from rooks's releases. [email protected] Patch Changes 22f820ca Thanks @​imbhargav5! - fix setState logic for undoredostate [email protected] Minor Changes 27a29e4a Thanks @​imbhargav5!...

dependencies

Bumps [react-hotkeys-hook](https://github.com/JohannesKlauss/react-keymap-hook) from 4.0.6 to 4.4.0. Release notes Sourced from react-hotkeys-hook's releases. v4.4.0 What's Changed Bump @​sideway/formula from 3.0.0 to 3.0.1 in /documentation by @​dependabot in JohannesKlauss/react-hotkeys-hook#976 Update dependency typescript...

dependencies

Bumps [webpack](https://github.com/webpack/webpack) from 5.73.0 to 5.76.1. Release notes Sourced from webpack's releases. v5.76.1 Fixed Added assert/strict built-in to NodeTargetPlugin Revert Improve performance of hashRegExp lookup by @​ryanwilsonperkin in webpack/webpack#16759 v5.76.0...

dependencies

Similar to the preview button that is present in the `FileSelectMenu`, add a `PlayButton` that plays the sample on the `FileDialog` component: ![image](https://user-images.githubusercontent.com/11774799/163893185-3afe0d36-e6e5-412f-b1c8-b4039ea92bf0.png) See implementation in [`FileSelectMenuItem`](https://github.com/brandongregoryscott/beets/blob/main/src/components/file-select-menu-item.tsx) for reference: https://github.com/brandongregoryscott/beets/blob/91a07e9264e86f1f026cb97e0010b4b55f5bd810/src/components/file-select-menu-item.tsx#L67-L76

enhancement

After doing lots of testing on the development site, my project list has become super cluttered. I'm thinking it might be nice to have a management view for Projects -...

enhancement

Bumps [react-query](https://github.com/tannerlinsley/react-query) from 3.39.2 to 3.39.3. Commits See full diff in compare view Maintainer changes This version was pushed to npm by tkdodo, a new releaser for react-query since your...

dependencies

Bumps [react-redux](https://github.com/reduxjs/react-redux) from 7.2.8 to 7.2.9. Release notes Sourced from react-redux's releases. v7.2.9 This patch release updates the rarely-used areStatesEqual option for connect to now pass through ownProps for additional...

dependencies

I discovered that the logic for drag & drop re-ordering actually does a swap between the source destination element, i.e. Track 1 Track 2 Track 3 Track 4 If you...

bug

In the `FileUploader`/`FileCard` components, alert users who potential duplicate files by name. We should still allow the user to upload the file if they want, but I accidentally ended up...

enhancement
good first issue