29 Commits

Author SHA1 Message Date
geoffrey45
5ebfd4df7f implement play from album card 2023-01-13 18:13:49 +03:00
geoffrey45
cc8a8171b8 implement playing tracks from artist page 2023-01-13 18:13:49 +03:00
geoffrey45
075765088f build artist page
+ connect artist page to backend
~ bugs introduced as there are hashing changes in the backend

[will fix later]
2023-01-13 18:13:49 +03:00
geoffrey45
6d8a9f880b refactor interfaces and references 2023-01-13 18:13:49 +03:00
geoffrey45
4a49d48011 show albums from artist at the bottom of album page
+ add a testing genres strip in album page
+ misc refactors
2023-01-13 18:13:49 +03:00
geoffrey45
f3c4f0310a update interfaces to use the updated property names
+ misc changes related to moving to sqlite
2023-01-13 18:13:49 +03:00
geoffrey45
8e258eaf24 rebuild search route with custom pages for tracks, album, and artists 2023-01-13 18:13:49 +03:00
geoffrey45
45d91f0382 try to fix scrollbar differences
+ add hover states to albumcard and artist card
2023-01-13 18:13:49 +03:00
geoffrey45
e03ed66f44 fix: use innerText as tooltip text instead of bindings
-
this fixes the updates problem
-
2022-09-21 01:32:28 +03:00
geoffrey45
194a615b2d feat: show search icon in header instead of input
+ fix: persistent updating text on update playlist modal
+ move router routes to a separate file
    + lazy import route components
+ remove loading: lazy from songcard
+ remove unused imports on navigation component
2022-09-18 10:07:58 +03:00
geoffrey45
24bfa73ab6 use directive to add tooltip
+ change grid size for search page
+
2022-09-04 12:48:56 +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
703b3cf240 fix album and artist card search results responsiveness 2022-08-16 09:25:40 +03:00
geoffrey45
7b2e162ed4 redesign the load more button to match other buttons 2022-08-03 14:07:53 +03:00
geoffrey45
067b84b1c5 fix album search 2022-06-27 19:53:36 +03:00
geoffrey45
301f07bda5 some UI refactors 2022-05-10 13:20:22 +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
f11005e523 refactor colors 2022-03-15 10:38:53 +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
2143ad7139 more refactoring 2022-02-24 12:23:56 +03:00
geoffrey45
38df211882 more refactoring 2022-02-23 21:48:57 +03:00
geoffrey45
f141dd7f06 color changes in search 2022-02-22 12:55:16 +03:00
geoffrey45
5e48496ccb minor color refactors 2022-02-22 09:58:09 +03:00
geoffrey45
92c2443c7c minor refactors 2022-02-19 22:12:10 +03:00
geoffrey45
25e6c5ce0c minor refactoring 2022-02-11 12:18:50 +03:00
geoffrey45
73dec9189e fix albumView using watch function
- other minor changes to almost all files
2022-02-02 21:45:23 +03:00
geoffrey45
e847574446 move progress bar and hot keys to new components 2022-01-28 22:42:13 +03:00
geoffrey45
7689f13fdc break down search component into smaler components 2022-01-23 10:27:39 +03:00