Commit Graph

138 Commits

Author SHA1 Message Date
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
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
asivery 01686324ed Added half-width katakana support for track and disc titles 2021-06-21 18:13:24 +02:00
Stefano Brilli fa40b92ae6 Add gh action to build and deploy the app 2021-06-20 11:57:00 +02:00
Stefano Brilli 2725fa1a6e
Merge pull request #43 from cybercase/merge-from-asivery-fork
Merge from asivery fork
2021-06-20 11:15:46 +02:00
Stefano Brilli ecfa36e2c9 Minor fixes
- prettier formatting
- use clsx instead of string concatenation
- adjust icons size
2021-06-20 11:08:50 +02:00
Stefano Brilli 2cc3b868fd Update to the latest version of netmd-js 2021-06-20 10:51:08 +02:00
Stefano Brilli a98c3b8bcb
Merge pull request #42 from asivery/master
Fetch changes from asivery's fork
2021-06-20 10:43:49 +02:00
asivery d950908a56 Padded the track number in statusMessage with zeros, fixed incorrect buttons displaying on the side (used to display track 1 as paused when nothing was being played) 2021-06-12 20:37:53 +02:00
asivery 6fffe61c14 Added a pause button to the bottom of the page
Added the possibility to jump to a specific track on the minidisc
2021-06-12 17:25:50 +02:00
Stefano Brilli 2fa71f61a5 Update to the latest version of netmd-js 2021-05-29 17:45:42 +02:00
Stefano Brilli f4be9118e1 fix: wrong reset state on exit 2021-04-11 12:54:47 +02:00
Stefano Brilli 509ce2f62f fix: tiny improvement of an error message 2021-04-11 12:31:56 +02:00
Stefano Brilli 01a37b0def feat: add notification upon completion
Request coming from #37
2021-04-11 12:31:44 +02:00
Stefano Brilli b84380cd5d feat: add link to support and FAQ page 2021-04-11 12:24:01 +02:00
Stefano Brilli 7140425089 fix: shorten the name of the PWA 2021-04-11 12:18:04 +02:00
Stefano Brilli a22134b319 chore: update a couple of libraries 2021-03-30 00:48:26 +02:00
Stefano Brilli b6ba2dc1fb fix: force 2 channels for ffmpeg decoding 2021-03-30 00:41:01 +02:00
Stefano Brilli 32a7d21fdf chore: add reference to react95 2021-03-30 00:41:01 +02:00
dependabot[bot] c9dd8c68f0
Bump elliptic from 6.5.3 to 6.5.4 (#35)
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.3...v6.5.4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-30 00:40:49 +02:00
Stefano Brilli ad6427cb46 Add react95 theme 2021-02-03 16:56:00 +01:00
Stefano Brilli a5ac3b2dc7 Minor fixes 2021-02-03 16:16:52 +01:00
Stefano Brilli 0ff27de811 Add and reorder tracks in convert dialog 2021-01-23 15:10:43 +01:00
Stefano Brilli b80f72b051 Merge titleSource and titleFormat UI controls 2021-01-22 17:09:54 +01:00
Stefano Brilli b79b1916d4 Implements #31 2021-01-20 14:40:17 +01:00
Stefano Brilli 468e512f94 Switch to async-await in getTrackNameFromMediaTags 2021-01-18 14:09:40 +01:00
Stefano Brilli a98c084044 update package-lock 2021-01-18 14:09:03 +01:00
Stefano Brilli 9afb30f7fb Add "Cancel Upload" button 2021-01-18 14:00:52 +01:00
Stefano Brilli 6290c34601 Fix missing hook dependencies and unused imports 2021-01-18 14:00:52 +01:00