mirror of
https://github.com/captbaritone/webamp
synced 2024-11-22 07:40:51 +00:00
7451c6fe64
* allow direct rgb as css color property * + <wasabi:standardframe:modal:short> * set Config, WinampConfig as global var * normalize handleAction: del hardcoded trick * mute console (noice reduction) * allow internal themes in the theme list * add (temporary) appearance to WasabiButton * check points and add possible todo. * yarn build, yarn serve * Variable.guid is now optional * + PLEdit (non gui) to hold mp3 tracks * move eject,next,prev & <input> files to UIRoot * trial update song-title on next/prev. (failed) * track index correction, prettier * show pl (GUI) * avoid error on console log: audio interupted. * del requirement of UI_ROOT, reg Object class. ui_root will not be singleton in future. * stop searching of a binding when founded. * should never select any text. * explicit return of a function * avoid vscode problem (red warn on file name) * PlayList primitive colors (bg,fg) * plEdit: selected & currrent colors. * +button.css, move any css of button. * assure transparancy instead opaque * safety when bitmap=null * del dead code * del dead code * correction: studio.button instead wasabi.button * prettier * show scrollbar in pl (dummy) * solve vscode/ts complain * +common scrollbar * always show scrollbar (full height) whatsoever. * reposition that match. (taken from x2nie-dev) * completing scrollbar dimensions. * +text.shadow * animatedlayer.onstop * text.onchanged * bugfix error: text-auto-wrapped. * +some xui (drone skin) * allow Time shown as Remaining (instead ellapsed) * bugfix time remaining overalaped with kbps. * comments of container types (prediction) * bring window to most top on click. * temporary case. (skin: drone) * Complete Slider implementation about virtual thumb * avoid red warning on filename of vscode. * +dirty audio.analyzer (skin:MMD3) * allow "vis" element to be position:absolute. * trying skin:Warp_skin.wal (failed) * avoid red warning on filename of vscode. * +todo * +api:setactivatednocallback * pl: +slider,real. (instead of fake scroll element) * PL slider moved when mouse wheel. (pasive) * complete pl scroll. * avoid red warning on filename of vscode. * set ColorList bg * cleanup, completing MMD3 * add Grip (pl scrollbar), cleanup. * change where the build dir is. Co-authored-by: Fathony <fathony@smart-leaders.net>
6 lines
208 B
Bash
Executable File
6 lines
208 B
Bash
Executable File
#!/bin/bash
|
|
yarn workspace ani-cursor build
|
|
yarn workspace webamp build
|
|
yarn workspace webamp build-library
|
|
yarn workspace webamp-modern build
|
|
mv packages/webamp-modern/build packages/webamp/demo/built/modern |