2020-05-25 12:32:11 +00:00
|
|
|
# deemix-webui
|
2020-06-07 19:06:52 +00:00
|
|
|
|
2020-05-25 12:32:11 +00:00
|
|
|
This is just the WebUI for deemix, it should be used with deemix-pyweb or something like that
|
|
|
|
|
|
|
|
## What's left to do?
|
2020-06-07 19:06:52 +00:00
|
|
|
|
2020-06-24 20:54:36 +00:00
|
|
|
- Use Vue as much as possible
|
2020-07-16 20:49:08 +00:00
|
|
|
- First step: rewrite the app in Single File Components way ✅
|
|
|
|
- Second step: Remove jQuery
|
2020-05-25 12:32:11 +00:00
|
|
|
- Make the UI look coherent
|
2020-06-07 19:06:52 +00:00
|
|
|
- Style buttons
|
2020-05-25 12:32:11 +00:00
|
|
|
- Style text inputs
|
|
|
|
- Style checkboxes
|
|
|
|
- Search tab
|
|
|
|
- Better placeholer before search
|
|
|
|
- Link Analyzer
|
2020-06-04 13:08:51 +00:00
|
|
|
- Better placeholer before analyzing and error feedback
|
2020-05-25 12:32:11 +00:00
|
|
|
- Settings tab
|
|
|
|
- Maybe tabbing the section for easy navigation
|
2020-06-04 13:08:51 +00:00
|
|
|
- Add Custom Context menu to objects
|
|
|
|
- Copy Link where possible
|
|
|
|
- Copy Image URL where possible
|
|
|
|
- Context menu for pywebview (Context menu is blocked in pywebview)
|
|
|
|
- Copy and paste functions
|
2020-06-07 19:06:52 +00:00
|
|
|
- Block selection where it's not needed (keep only titles artists albums labels and useful data)
|
2020-06-18 18:06:14 +00:00
|
|
|
- There's a SASS mixin for this. Need to use it in the proper classes
|
2020-06-19 18:57:05 +00:00
|
|
|
- Better feedback for socket.io possible errors
|
2020-05-25 12:32:11 +00:00
|
|
|
- ?
|
|
|
|
|
|
|
|
# License
|
2020-06-07 19:06:52 +00:00
|
|
|
|
2020-05-25 12:32:11 +00:00
|
|
|
This program is free software: you can redistribute it and/or modify
|
|
|
|
it under the terms of the GNU General Public License as published by
|
|
|
|
the Free Software Foundation, either version 3 of the License, or
|
|
|
|
(at your option) any later version.
|
|
|
|
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
GNU General Public License for more details.
|
|
|
|
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
|
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|