Deluan
372ab2ddab
Upgrade React-Admin to 3.15.0
2026-01-02 19:26:43 +00:00
Deluan
eb48762eaa
Bump react-redux version to 7.2.4
2026-01-02 19:26:40 +00:00
Deluan
e6e780372f
Bump @testing-library dependencies
2026-01-02 19:26:40 +00:00
Deluan
df8357f6b7
Upgrade React-Admin to 3.14.5
2026-01-02 19:26:40 +00:00
dependabot[bot]
eaacc22936
Bump jest-environment-jsdom-sixteen from 1.0.3 to 2.0.0 in /ui
...
Bumps [jest-environment-jsdom-sixteen](https://github.com/SimenB/jest-environment-jsdom-sixteen ) from 1.0.3 to 2.0.0.
- [Release notes](https://github.com/SimenB/jest-environment-jsdom-sixteen/releases )
- [Commits](https://github.com/SimenB/jest-environment-jsdom-sixteen/compare/v1.0.3...v2.0.0 )
Signed-off-by: dependabot[bot] <support@github.com>
2026-01-02 19:26:40 +00:00
dependabot[bot]
7f90470c68
Bump @testing-library/user-event from 13.1.2 to 13.1.5 in /ui ( #1051 )
...
Bumps [@testing-library/user-event](https://github.com/testing-library/user-event ) from 13.1.2 to 13.1.5.
- [Release notes](https://github.com/testing-library/user-event/releases )
- [Changelog](https://github.com/testing-library/user-event/blob/master/CHANGELOG.md )
- [Commits](https://github.com/testing-library/user-event/compare/v13.1.2...v13.1.5 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-02 19:26:39 +00:00
Yash Jipkate
b4edd7b736
Allow adding songs to multiple playlists at once. ( #995 )
...
* Add support for multiple playlists
* Fix lint
* Remove console log comment
* Disable 'check' when loading
* Fix lint
* reset playlists on closeAddToPlaylist
* new playlist: accomodate string type on enter
* Fix lint
* multiple new playlists are added correctly
* use makestyle()
* Add tests
* Fix lint
2026-01-02 19:26:39 +00:00
Deluan
b357be3973
Bumps @testing-library/user-event from 13.1.1 to 13.1.2
2026-01-02 19:26:37 +00:00
dependabot[bot]
2539992207
Bump @testing-library/jest-dom from 5.11.9 to 5.11.10 in /ui
...
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom ) from 5.11.9 to 5.11.10.
- [Release notes](https://github.com/testing-library/jest-dom/releases )
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/jest-dom/compare/v5.11.9...v5.11.10 )
Signed-off-by: dependabot[bot] <support@github.com>
2026-01-02 19:26:36 +00:00
dependabot[bot]
47714800d9
Bump @testing-library/react-hooks from 5.1.0 to 5.1.1 in /ui
...
Bumps [@testing-library/react-hooks](https://github.com/testing-library/react-hooks-testing-library ) from 5.1.0 to 5.1.1.
- [Release notes](https://github.com/testing-library/react-hooks-testing-library/releases )
- [Changelog](https://github.com/testing-library/react-hooks-testing-library/blob/master/CHANGELOG.md )
- [Commits](https://github.com/testing-library/react-hooks-testing-library/compare/v5.1.0...v5.1.1 )
Signed-off-by: dependabot[bot] <support@github.com>
2026-01-02 19:23:07 +00:00
dependabot[bot]
e4907eb17c
Bump @testing-library/user-event from 13.0.7 to 13.1.1 in /ui
...
Bumps [@testing-library/user-event](https://github.com/testing-library/user-event ) from 13.0.7 to 13.1.1.
- [Release notes](https://github.com/testing-library/user-event/releases )
- [Changelog](https://github.com/testing-library/user-event/blob/master/CHANGELOG.md )
- [Commits](https://github.com/testing-library/user-event/compare/v13.0.7...v13.1.1 )
Signed-off-by: dependabot[bot] <support@github.com>
2026-01-02 19:23:06 +00:00
dependabot[bot]
3d71d30c63
Bump @testing-library/react from 11.2.5 to 11.2.6 in /ui
...
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library ) from 11.2.5 to 11.2.6.
- [Release notes](https://github.com/testing-library/react-testing-library/releases )
- [Changelog](https://github.com/testing-library/react-testing-library/blob/master/CHANGELOG.md )
- [Commits](https://github.com/testing-library/react-testing-library/compare/v11.2.5...v11.2.6 )
Signed-off-by: dependabot[bot] <support@github.com>
2026-01-02 19:23:06 +00:00
Deluan
0259d427bb
Add lint script to UI project
2026-01-02 19:23:03 +00:00
dependabot[bot]
37d9683b7f
Bump @testing-library/user-event from 12.6.2 to 13.0.7 in /ui
...
Bumps [@testing-library/user-event](https://github.com/testing-library/user-event ) from 12.6.2 to 13.0.7.
- [Release notes](https://github.com/testing-library/user-event/releases )
- [Changelog](https://github.com/testing-library/user-event/blob/master/CHANGELOG.md )
- [Commits](https://github.com/testing-library/user-event/compare/v12.6.2...v13.0.7 )
Signed-off-by: dependabot[bot] <support@github.com>
2026-01-02 19:23:03 +00:00
Deluan
0e96743827
Bump @testing-library's dependencies
2026-01-02 19:23:03 +00:00
Yash Jipkate
f57365b774
Fix #260 : Add Auto theme preference to set theme automatically. ( #835 )
...
* Auto theme preference added
* Fix lint
* Add and use AUTO from consts
* Add shared custom hook to get current theme
* Moved up 'Auto' choice
* AUTO -> AUTO_THEME_ID & extract useCurrentTheme to file
* Liberalise theme setting
* Add tests
2026-01-02 19:22:07 +00:00
dependabot-preview[bot]
f19e60ac28
Bump react-icons from 4.1.0 to 4.2.0 in /ui
...
Bumps [react-icons](https://github.com/react-icons/react-icons ) from 4.1.0 to 4.2.0.
- [Release notes](https://github.com/react-icons/react-icons/releases )
- [Commits](https://github.com/react-icons/react-icons/compare/v4.1.0...v4.2.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2026-01-02 19:20:17 +00:00
Deluan
e95541cc50
Replace react-hotkeys-hook with react-hotkeys
2026-01-02 19:20:15 +00:00
Deluan
66f6226380
Upgrade react-admin to 3.12.0
2026-01-02 19:20:13 +00:00
Deluan
2162952b50
Bump react-drag-listview from 0.1.7 to 0.1.8 in /ui
2026-01-02 19:20:13 +00:00
Deluan
6e181ef167
Bump @testing-library dependencies
2026-01-02 19:20:13 +00:00
Deluan
b0dfc652f4
Upgrade react-jinke-music-player to 4.21.2
...
Enable fadeIn/fadeOut when pausing/playing and logarithmic volume (fix #668 )
2026-01-02 19:20:13 +00:00
Deluan
368ebc77b0
Bump react-hotkeys-hook from 2.4.0 to 3.0.0 in /ui
2026-01-02 19:20:13 +00:00
Deluan
ef1415b686
Bump @material-ui/lab from 4.0.0-alpha.56 to 4.0.0-alpha.57
2026-01-02 19:20:13 +00:00
Deluan
02b30f437b
Bump @testing-library/user-event from 12.5.0 to 12.6.0 in /ui
2026-01-02 19:20:13 +00:00
Deluan
8c864451d8
Bump react-icons from 3.11.0 to 4.1.0 in /ui
2026-01-02 19:20:13 +00:00
dependabot-preview[bot]
4af35ef57c
Bump uuid from 8.3.1 to 8.3.2 in /ui
...
Bumps [uuid](https://github.com/uuidjs/uuid ) from 8.3.1 to 8.3.2.
- [Release notes](https://github.com/uuidjs/uuid/releases )
- [Changelog](https://github.com/uuidjs/uuid/blob/master/CHANGELOG.md )
- [Commits](https://github.com/uuidjs/uuid/compare/v8.3.1...v8.3.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2026-01-02 19:20:12 +00:00
Deluan
b3256adbdd
Bump react-icons from 3.11.0 to 4.1.0
2026-01-02 19:20:10 +00:00
Deluan
04b3a44f41
Bump prettier from 2.1.2 to 2.2.1
2026-01-02 19:20:10 +00:00
Deluan
1acf2e64de
Bump @testing-library dependencies
2026-01-02 19:20:10 +00:00
Deluan
124083a8be
Bump react-admin from 3.10.2 to 3.10.4
2026-01-02 19:20:10 +00:00
Deluan
731c86cd61
Bump react-admin to 3.10.2
2026-01-02 19:20:09 +00:00
Deluan
c451bb3320
Replace classnames with clsx
2026-01-02 19:20:09 +00:00
Deluan
168cb7df71
Bump React-Admin to 3.10.1
2026-01-02 19:20:08 +00:00
Deluan
8288f6a104
Bump react-redux from 7.2.1 to 7.2.2
2026-01-02 19:20:06 +00:00
Deluan
32e25f87f9
Bump react-dom from 16.13.1 to 16.14.0
2026-01-02 19:20:06 +00:00
Deluan
9eacc2b87a
Bump jwt-decode from 3.0.0 to 3.1.2
2026-01-02 19:20:06 +00:00
Deluan
1b3b6c1e97
Bump react-ga from 3.1.2 to 3.2.1
2026-01-02 19:20:05 +00:00
Deluan
481c17e098
Bump @testing-library dependencies
2026-01-02 19:20:05 +00:00
Deluan
e9e8d05b51
Update react-jinke-music-player to 4.9.1. Fix #568
2026-01-02 19:19:33 +00:00
Deluan
b53e0001c6
Add <- and -> hotkeys, to jump to previous or next song
...
Refers to #585
2026-01-02 19:19:33 +00:00
Deluan
07c45a4146
Upgrade react-admin to 3.9.6
2026-01-02 19:19:32 +00:00
Deluan
ed84c5a0a3
Bump @testing-library/react from 11.0.4 to 11.1.0 in /ui
2020-10-21 18:24:20 -04:00
dependabot-preview[bot]
62ed30afed
Bump @testing-library/user-event from 12.1.7 to 12.1.8 in /ui
...
Bumps [@testing-library/user-event](https://github.com/testing-library/user-event ) from 12.1.7 to 12.1.8.
- [Release notes](https://github.com/testing-library/user-event/releases )
- [Changelog](https://github.com/testing-library/user-event/blob/master/CHANGELOG.md )
- [Commits](https://github.com/testing-library/user-event/compare/v12.1.7...v12.1.8 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-21 17:10:39 -04:00
dependabot-preview[bot]
c89b89cd92
Bump react from 16.13.1 to 16.14.0 in /ui
...
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react ) from 16.13.1 to 16.14.0.
- [Release notes](https://github.com/facebook/react/releases )
- [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md )
- [Commits](https://github.com/facebook/react/commits/v16.14.0/packages/react )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-21 16:58:07 -04:00
Deluan
0ff89679ba
Use new renderAudioTitle (to avoid the [Object object] song title on iOS)
2020-10-13 11:20:30 -04:00
Deluan
edc9344327
Only link from current playing song title to album view if not in iOS.
...
Ideally the react-player should accept a Link as the audioTitle
2020-10-11 15:04:15 -04:00
dependabot-preview[bot]
3aac03d253
Bump @testing-library/user-event from 12.1.6 to 12.1.7 in /ui
...
Bumps [@testing-library/user-event](https://github.com/testing-library/user-event ) from 12.1.6 to 12.1.7.
- [Release notes](https://github.com/testing-library/user-event/releases )
- [Changelog](https://github.com/testing-library/user-event/blob/master/CHANGELOG.md )
- [Commits](https://github.com/testing-library/user-event/compare/v12.1.6...v12.1.7 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-06 09:29:11 -04:00
dependabot-preview[bot]
78c40ab6b4
Bump jwt-decode from 2.2.0 to 3.0.0 in /ui
...
Bumps [jwt-decode](https://github.com/auth0/jwt-decode ) from 2.2.0 to 3.0.0.
- [Release notes](https://github.com/auth0/jwt-decode/releases )
- [Changelog](https://github.com/auth0/jwt-decode/blob/master/CHANGELOG.md )
- [Commits](https://github.com/auth0/jwt-decode/compare/v2.2.0...v3.0.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-06 08:41:08 -04:00
dependabot-preview[bot]
23fe8cdee6
Bump uuid from 8.3.0 to 8.3.1 in /ui
...
Bumps [uuid](https://github.com/uuidjs/uuid ) from 8.3.0 to 8.3.1.
- [Release notes](https://github.com/uuidjs/uuid/releases )
- [Changelog](https://github.com/uuidjs/uuid/blob/master/CHANGELOG.md )
- [Commits](https://github.com/uuidjs/uuid/compare/v8.3.0...v8.3.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-06 08:12:57 -04:00