Commit Graph

72 Commits

Author SHA1 Message Date
geoffrey45 2f78ee3883 fix album search 2022-07-06 17:38:33 +03:00
geoffrey45 22ff52e86e use album hash to resolve album page 2022-06-26 19:05:36 +03:00
geoffrey45 abbca285f0 set track album width to max-width 2022-06-25 09:12:44 +03:00
geoffrey45 a7fcb7f825 attach context menu to options icon 2022-06-24 19:52:14 +03:00
geoffrey45 8e488c063b add menu button on songlist item 2022-06-24 10:35:30 +03:00
geoffrey45 3cd0527962 use count_documents to get folder count
- map filenames with db data
2022-06-21 16:24:27 +03:00
geoffrey45 191ac0bc7b fix loadmore counter not resetting
- store load more counter in search store
2022-06-11 10:01:16 +03:00
geoffrey45 75123f5384 move page stores into pages folder 2022-06-10 17:08:29 +03:00
geoffrey45 857c2484fe use computed properties to render correct nav title 2022-06-10 10:01:12 +03:00
geoffrey45 e48dca4672 enable album nav play button 2022-06-09 11:52:26 +03:00
geoffrey45 6aad05084f highlight current folder in pathlist in nav 2022-06-09 09:30:43 +03:00
geoffrey45 a99ea78118 animate navigation list and logo
- move search main into right-sidebar > search
-
2022-05-25 16:36:04 +03:00
geoffrey45 aa415519ef fix: queueStore.playFromAlbum receiving undefined album title 2022-05-24 16:06:44 +03:00
geoffrey45 b497344521 refactor logo, bottom bar and perks.js
- add new logo
- add tsconfig.json
- move logo to new component
- update bottombar
- remove props from hotkeys and progress bar
- convert perks.js -> perks.ts
2022-05-24 15:55:26 +03:00
geoffrey45 5d0492d63a install vue-motion 2022-05-23 01:24:30 +03:00
geoffrey45 6a2b87b48c use tabs to seperate search results 2022-05-22 19:29:16 +03:00
geoffrey45 2e274dac1d disable songitem double click text selection for firefox 2022-05-12 19:49:47 +03:00
geoffrey45 9432332243 default to qeueu tab in right sidebar
- fix progress bar issue on chrome
- fix image not showing on media notification
2022-05-11 20:37:52 +03:00
geoffrey45 301f07bda5 some UI refactors 2022-05-10 13:20:22 +03:00
geoffrey45 bee37742c3 implement play next and add to Queue 2022-05-10 08:24:08 +03:00
Mungai Geoffrey d6a01cd35e Merge - fix search and add correct image path for album card (#52) 2022-05-04 03:17:43 +03:00
geoffrey45 43fc33640d refactor references to use new image server 2022-05-04 02:34:27 +03:00
geoffrey45 88e143ae2f use new image server on SongItem.vue 2022-05-04 01:45:29 +03:00
Mungai Geoffrey ef68cae625 Use gunicorn instead of Werkzeug and 32 more very minor changes (#35) 2022-04-21 03:29:42 +03:00
geoffrey45 85c59b4cba Integrate nav
- other minor refactors
2022-04-14 11:30:19 +03:00
geoffrey45 83330a7fad 🔷 refactor context menu to accept context src
🔷 add a getCurrentDate function to get formatted date
2022-04-08 21:07:24 +03:00
geoffrey45 24db32ae09 🔷 add play and actions btn 2022-04-08 21:04:52 +03:00
geoffrey45 6cf9a58d6d 🔷 add PlayingFrom component to right sidebar
🔷 move upNext card into separate component
🔷 a lot of refactors
2022-04-03 21:47:57 +03:00
geoffrey45 d0e2980dfe [client] add play functionality to playbutton 2022-04-03 13:47:28 +03:00
geoffrey45 dbb27734fe major refactors
- add album page store
- show loaders in beforeEnter guards
- show bitrate on now playing card
- etc
2022-04-03 01:03:32 +03:00
geoffrey45 0c1e792839 major refactors 2022-03-30 14:56:40 +03:00
geoffrey45 1a19fb61cd [client] add a playButton component 2022-03-30 14:56:08 +03:00
geoffrey45 e4640d9985 [client] minor refactors 2022-03-27 18:22:35 +03:00
geoffrey45 e2544dbbdc try adding playlists list to context menu - unsuccsessfully 2022-03-25 20:51:22 +03:00
geoffrey45 1908633f9d fix watchdoge.py add_track() 2022-03-19 02:20:40 +03:00
geoffrey45 30140cc739 move now playing card to left sidebar
- remove title card in featured artists
2022-03-18 19:59:33 +03:00
geoffrey45 29124ce717 add child level context menu
- more typescript
2022-03-16 01:21:53 +03:00
geoffrey45 f11005e523 refactor colors 2022-03-15 10:38:53 +03:00
geoffrey45 33a9aa2c30 start project "move to typescript" 2022-03-14 21:05:58 +03:00
geoffrey45 658aba45ff link context menu to tracks 2022-03-14 08:46:21 +03:00
geoffrey45 092d967f49 convert songlist table to grid 2022-03-13 08:58:28 +03:00
geoffrey45 658e7cdbb7 move global search input to a general location
- create a global search store
- create a half-baked context menu store
-
2022-03-12 08:56:38 +03:00
geoffrey45 39fba364d3 add image -> readme 2022-03-08 09:56:58 +03:00
geoffrey45 c3059d502c fix album search
- convert strings to lowercase before search
2022-03-08 09:25:07 +03:00
geoffrey45 25f79d8a20 complete project teardown 2022-03-07 20:16:35 +03:00
geoffrey45 b930fc0ca6 iniitialize project teardown 2022-03-07 06:49:56 +03:00
geoffrey45 7f2102f931 refactor UI layout 2022-03-06 10:27:01 +03:00
geoffrey45 8333a9c4a6 minor refactors 2022-03-02 10:20:47 +03:00
geoffrey45 6efbb47166 some bug fixes
- watch route params instead of route object in folderview
- move to script setup on album view
- use album as a reactive object instead of refs
- use axios instead of fetch to get album data
- improve clickable areas on songItem
- move album requests to POST
2022-03-01 19:46:37 +03:00
geoffrey45 2143ad7139 more refactoring 2022-02-24 12:23:56 +03:00