Commit Graph

215 Commits

Author SHA1 Message Date
Stefano Brilli 0e2d246343
Merge pull request #57 from cybercase/fix/various_fixes_and_improvements
feat: Add "Title - Artist" for naming tracks
2021-08-07 09:35:27 +02:00
Stefano Brilli 7e40528b3f feat: Add "Title - Artist" for naming tracks
[Fix #56]
2021-08-07 09:31:09 +02:00
Stefano Brilli 3453528afe
Merge pull request #53 from cybercase/fix/various_fixes_and_improvements
Fix/various fixes and improvements
2021-07-30 16:57:24 +02:00
Stefano Brilli 850acda658 fix: restore pause button on track hover 2021-07-30 16:54:30 +02:00
Stefano Brilli b8b8f53528 fix: stop dblclk on play btn to trigger rename dlg 2021-07-30 16:23:39 +02:00
Stefano Brilli 2350d53107 fix: Use iconbutton to wrap delete-group icon 2021-07-30 16:18:00 +02:00
Stefano Brilli cc1ccbab8c fix: group deletion and code style 2021-07-27 19:31:53 +02:00
Stefano Brilli 8f1b6c1c5e fix: bugs, cosmetic changes, and optimizations 2021-07-27 11:37:33 +02:00
Stefano Brilli 683ed010f1 chore: function renaming 2021-07-27 09:50:21 +02:00
Stefano Brilli 9a0094cb5c fix: minor refactoring; renames and memoization 2021-07-26 16:38:53 +02:00
Stefano Brilli 78b9e1b4f4 chore: move Track and Group rows to dedicated file 2021-07-25 20:21:56 +02:00
Stefano Brilli a24e4e154f fix: draggable index didn't worked well sometimes 2021-07-25 20:21:56 +02:00
Stefano Brilli 4cb685b1b4 fix: netmd-mock addGroup fix after denormalization 2021-07-25 20:21:56 +02:00
Stefano Brilli 53947dd454 chore: add one fullWidthTitle in netmd-mock 2021-07-25 20:21:56 +02:00
Stefano Brilli b5a4244e68 fix: fix bad col width for track index 2021-07-25 20:21:56 +02:00
Stefano Brilli 2bf21c9629 fix: netmd-mock bug because of denormalization
Replace denormalized track data with trackIndexes in groups definition
2021-07-25 20:21:56 +02:00
Stefano Brilli eb65b9aeb2 fix: unmount Backdrop loading screen if not needed 2021-07-25 20:21:55 +02:00
Stefano Brilli 0296dc4017 fix: change play/pause button/status in track list 2021-07-25 20:21:55 +02:00
Stefano Brilli 3667725c6a feat: add drag handle to move tracks 2021-07-25 20:21:55 +02:00
Stefano Brilli 011717d064 fix: restore track's title text selection 2021-07-25 20:21:55 +02:00
Stefano Brilli a28b434bca fix: add missing key to top menu items 2021-07-25 20:21:55 +02:00
Stefano Brilli 793422878d
Merge pull request #49 from cybercase/asivery_work_on_groups_and_full_width_titles
Asivery's work on groups and full width titles
2021-07-20 10:06:15 +02:00
Stefano Brilli a083254b47 Merge branch 'master' into asivery_work_on_groups_and_full_width_titles 2021-07-19 16:06:07 +02:00
Stefano Brilli 45c2544ca4 Add dividers in TopMenu items 2021-07-19 16:03:58 +02:00
Stefano Brilli 60bc7eaf62 Full-Width tooltip rewording 2021-07-19 16:03:58 +02:00
Stefano Brilli 71d8a63613 Reword the "corrupted disc's title" message 2021-07-19 16:03:58 +02:00
Stefano Brilli a3a396a830 Use one handler method for each input in renamedlg 2021-07-19 16:03:58 +02:00
Stefano Brilli 3f82e121e2 Fix coding style 2021-07-19 16:03:58 +02:00
Stefano Brilli 6b290cd1e7 Method rename and replace _ with private modifier 2021-07-19 16:03:58 +02:00
Stefano Brilli e76bbbf7fc Rename a couple of methods 2021-07-19 16:03:58 +02:00
Stefano Brilli 9a4b09e656 Fix formatting in netmd.ts 2021-07-19 16:03:58 +02:00
Stefano Brilli f64723d81e Remove unused function 2021-07-19 16:03:58 +02:00
Stefano Brilli 3c9e3d9eb1 Remove debugger statement 2021-07-19 16:03:58 +02:00
Stefano Brilli a2547dbe49 Fix formatting of netmd-mock.ts 2021-07-19 16:03:58 +02:00
Stefano Brilli e2a16030d0 Rewording of menu item. 2021-07-19 16:03:58 +02:00
Stefano Brilli a6bae61d79 Use useMemo to avoid sorting at every render 2021-07-19 16:03:58 +02:00
Stefano Brilli e273b8284b Fix formatting in utils.tsx 2021-07-19 16:03:57 +02:00
Stefano Brilli 670043183d Move type declaration into types.d.ts 2021-07-19 16:03:57 +02:00
Stefano Brilli f919bbcf5a Use CreateNewFolderIcon for "new group" action 2021-07-19 16:03:57 +02:00
Stefano Brilli 3d350f3335 Fix formatting in main.tsx 2021-07-19 16:03:57 +02:00
Stefano Brilli 1f8c6b13b8 Update netmd-js version 2021-07-19 16:03:57 +02:00
Stefano Brilli 4ca783a6e2
Merge pull request #50 from asivery/master
Fixed rename dialog retriggering after hitting enter
2021-07-18 17:34:41 +02:00
Stefano Brilli a3cb3f6ef7 Update netmd-js. Add support for Kenwood MDX-J9. 2021-07-18 10:03:26 +02:00
asivery a6a2d8d4cc Fixed rename dialog retriggering after hitting enter if opened with the icon 2021-07-17 22:05:00 +02:00
Stefano Brilli 3ff45e7350
Merge pull request #48 from asivery/master
Asivery's work on groups and full width titles
2021-07-17 18:31:03 +02:00
asivery ee7eb498f4 Added group support, drag-and-drop to move tracks around, and full width titles support to the retro version. Fixed incorrect half-width title length counting 2021-07-16 01:25:14 +02:00
asivery 7d1edc4644 Fixed a bug that could corrupt title metadata if there were too many characters, limited every character in the full-width title to 2 bytes 2021-06-29 12:16:47 +02:00
Stefano Brilli 54ad072743
Merge pull request #45 from foot-gloves/foot-gloves-patch-1
Add Chrome OS support info
2021-06-25 18:25:02 +02:00
foot-gloves ab99144bd2
Add Chrome OS support info
Added my experience with Chrome OS and webminidisc
2021-06-25 10:50:39 -04:00
asivery 206e92b495 Added support for full-width titles (full-width katakana, hiragana and kanji). Thank you for testing, @is-that-a-thing-now 2021-06-25 01:05:28 +02:00