From 2e274dac1d39d7f46efd8440d8da460f9ca50800 Mon Sep 17 00:00:00 2001 From: geoffrey45 Date: Thu, 12 May 2022 19:49:47 +0300 Subject: [PATCH] disable songitem double click text selection for firefox --- README.md | 22 +++++++++++++++++++++- src/components/shared/SongItem.vue | 1 + v1-pre-alpha.release.md | 4 ++++ 3 files changed, 26 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 03eaee3..d876565 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,26 @@ There may be a few more, but I can't remember them at the moment. I'm working on this section. I'll be adding instructions soon. Please check back later! +
+ 🔥🔥🔥 Version 0.1.0-alpha is coming soon 🔥🔥🔥 + +I've been working on this for a while and I'm happy to announce that version 0.1 alpha is almost ready. + +Here are some of the features that will be working: + +1. Browsing and playing music from your folders +2. Creating playlists +3. Viewing album page +4. Adding single tracks to queue +5. Adding tracks to playlist +6. Customizing playlist, etc + +I'm testing this out on my Ubuntu machine. If you have Windows, Mac or FreeBSD, you might run into some issues. + +⏩️⏩️⏩️⏩️⏩️ + +
+ ### Contributing -The app runs on Python, Vue, Flask, MongoDB and Nginx. If you want to contribute, please open an issue or pull request. Your contribution is highly valued. +The app runs on Python, Vue, Flask, and MongoDB. If you want to contribute, please open an issue or pull request. Your contribution is highly valued. diff --git a/src/components/shared/SongItem.vue b/src/components/shared/SongItem.vue index 8d7dc39..b9f77dc 100644 --- a/src/components/shared/SongItem.vue +++ b/src/components/shared/SongItem.vue @@ -117,6 +117,7 @@ function emitUpdate(track: Track) { text-align: left; gap: $small; user-select: none; + -moz-user-select: none; .context { position: fixed; diff --git a/v1-pre-alpha.release.md b/v1-pre-alpha.release.md index aa9261c..f2b771a 100644 --- a/v1-pre-alpha.release.md +++ b/v1-pre-alpha.release.md @@ -4,4 +4,8 @@ - [ ] Featured artists on playlist page - [ ] Ability to create new playlist from playlists page - [ ] Ability to remove track from playlist +- [ ] Ability to delete playlist - [ ] All dummy buttons, text and other material removed (Probably from the release branch) +- [ ] Render correct playlist time in playlist page + + \ No newline at end of file