32 Commits

Author SHA1 Message Date
geoffrey45
58d4317ab8 move master flag into component 2023-01-13 18:13:49 +03:00
geoffrey45
7f344b51db move the Routes enum to router/routes.ts
+ fix context menu not being normalized
+ fix nav bar padding-right on no sidebar
2023-01-13 18:13:49 +03:00
geoffrey45
26ab972a8d fix fuzzy search: FuseTrackOptions
+ reduce width required to hide sidebar automatically
+ move ArtistAlbumsFetcher.vue to components folder
+ escape ALT button in keyboard shortcuts
+ use elem.dispatchEvent to toggle page search
2023-01-13 18:13:49 +03:00
geoffrey45
1fa7ec4c43 rewrite playlist page with @Akryum/vue-virtual-scroller 2023-01-13 18:13:49 +03:00
geoffrey45
446536f2d8 use v-auto-animate small parts of the UI 2023-01-13 18:13:49 +03:00
geoffrey45
96019a4c81 use reactive breakpoints to conditionally render right sidebar
+ use reactive content div width to remove big img on album page header
2022-09-10 22:53:44 +03:00
Mungai Njoroge
5770a66d67
Implement fuzzy page search using fuse.js (#86) 2022-09-10 10:46:45 -04:00
geoffrey45
4861429e4e add experimental tooltip to songitem component 2022-09-04 10:47:52 +03:00
geoffrey45
5476575d10 major redesign: move to rounded and extra spaceous UI
+ fix `play next` bug
+ add new folder banner image
+ add new now playing component
+ move to gray4 for accent color
+ increase image sizes, for clean UI
2022-08-18 02:55:46 +03:00
geoffrey45
a7dc2fa6bd remove bottom content 2022-08-17 20:16:22 +03:00
geoffrey45
992d3a7003 fix 720p screens layout issue
~ add media queries
+ handle responsiveness on folder header
2022-08-11 02:53:24 +03:00
geoffrey45
2b6b4078fa redesign search tab switcher buttons
~ imitate ubuntu-style tabbed buttons
2022-08-03 13:34:20 +03:00
geoffrey45
44df8b47cb move Queue actions to a component
+ update vue and vite to latest releases
2022-08-02 13:57:09 +03:00
geoffrey45
3eaab97f1f replace background image with svg
- add symlink svg
- fix validate playlist thumbnails
2022-06-23 12:32:07 +03:00
geoffrey45
a14f35b0e5 use hash mode in vue router
- rename keyboard.ts -> useKeyboard.ts
2022-06-09 19:47:38 +03:00
geoffrey45
1a3a196d7a install @vueuse/core
- I tried out virtualList and run into an issue: container height
needs to be known beforehand
2022-05-25 22:22:22 +03:00
geoffrey45
87b6b6d9aa update v-motion to beta.18 2022-05-25 16:22:23 +03:00
geoffrey45
5d0492d63a install vue-motion 2022-05-23 01:24:30 +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
dependabot[bot]
5c7742b835 Bump minimist from 1.2.5 to 1.2.6
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-31 17:43:20 +03:00
geoffrey45
7f2102f931 refactor UI layout 2022-03-06 10:27:01 +03:00
geoffrey45
8459310258 loadmore tracks, albums, artists 2022-02-26 07:57:02 +03:00
geoffrey45
195a50382a server: better structure album tracks endpoint
- client: add now-playing and recommendations to home right-sidebar
2022-02-06 19:17:26 +03:00
geoffrey45
3eef90dc8a move global search to right sidebar 2022-01-30 00:58:53 +03:00
geoffrey45
d6204946c2 Migrate to vite and some more stuff
- server: add a `Track` class
- server: add a create_track_class function
- client: migrate from vue-cli to vite
2022-01-25 11:51:26 +03:00
dependabot[bot]
f545095a03
Bump nanoid from 3.1.30 to 3.2.0
Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.30 to 3.2.0.
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ai/nanoid/compare/3.1.30...3.2.0)

---
updated-dependencies:
- dependency-name: nanoid
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-22 01:14:56 +00:00
dependabot[bot]
09d32d7286
Bump follow-redirects from 1.14.5 to 1.14.7
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.5 to 1.14.7.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.5...v1.14.7)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-13 04:43:29 +00:00
geoffrey45
cdfdadaa68 add more bugs 2022-01-10 08:24:40 +03:00
geoffrey45
36999d8061 client: implement queuing 2021-12-21 13:42:06 +03:00
geoffrey45
c2fc2170fe create playlist view
- add support for scss
2021-12-06 01:23:28 +03:00
geoffrey45
541830bfdc further smoothen sidebar toggling 2021-11-17 10:14:28 +03:00
geoffrey45
26798d2f92 init 2021-11-14 09:10:58 +03:00