Commit Graph

197 Commits

Author SHA1 Message Date
67889670a1 Polish on lists; Moving URI en/decoding for Mopidy to formatter 2021-01-06 06:32:36 +13:00
a3a99a8e7c Play all artist tracks, fixes #395 2020-11-23 20:45:42 +13:00
3c7bd6db20 Adding album sort for Artist tracks 2020-11-20 23:10:02 +13:00
3f7cca7f3d Adding filters/sorting for Artist Tracks (local only) 2020-11-12 20:50:57 +13:00
6c0390f7b6 Removing custom sorter, we now use Lodash orderBy, one less responsibility 2020-11-08 20:49:48 +13:00
a01b2b93d8 Consistent track title and filter/sort options; Adding track_number to album tracks, concat disc.track not working for sort 2020-11-07 22:03:58 +13:00
fdd3bf3bc9 Sorting playlist tracks, fixes #568 2020-11-07 16:46:09 +13:00
461ce84a04 Buildout, clean up; Still to hose out deprecated actions and reducers 2020-09-30 21:03:38 +13:00
3a6d243430 Still trying to sniff out cause of re-render when using array-wrapped values 2020-09-26 22:00:12 +12:00
4fbf64169c Separating artist albums 2020-09-23 20:59:06 +12:00
ae83352dfb Adding reselect and working through selectors - massive render performance improvement 2020-09-22 06:59:15 +12:00
9a3b9cb1bf shouldComponentUpdate to plug time-based rerenders? 2020-09-20 21:04:40 +12:00
59d73d409d Async support (webpack); Selector for SearchResults 2020-09-19 22:30:41 +12:00
5e019200fd Fixing New Releases and Featured loaders; Exploring expensive API calls load on JS thread (eg Tiesto with >300 albums) 2020-09-17 20:58:30 +12:00
449b32a384 Removing remaining artistLoaded, albumLoaded, etc in favor of itemLoaded for consistent pipeline; Looking at search 2020-09-13 20:59:46 +12:00
a4fd0cd8e5 Everything goes through loadItem; Options now provide 'full' switch for full asset on demand 2020-09-09 21:30:47 +12:00
3e4fdd2c2f Track loading (current_track and next_track); Add to playlist 2020-09-09 07:54:19 +12:00
9b3c0bcefe Updating featured and mood views; Controls to forceRefetch, fixing #526 2020-09-07 21:05:06 +12:00
60326d9de6 Moving tracks into items (need to consider performance knock-ons) 2020-09-06 21:13:53 +12:00
1bc7f2b372 URI format for libraries, but own core.libraries for better control 2020-09-06 13:53:22 +12:00
6020781be0 Using core.items to contain all loaded assets 2020-09-03 12:40:38 +12:00
53be543dd3 Using localForage and restoring from coldstore 2020-09-02 08:12:18 +12:00
d02d5dd491 Upgrading all buttons to Button component 2020-08-16 20:00:10 +12:00
eb90730667 Upgrading GA; Creating unified Button for all variants 2020-08-15 21:05:00 +12:00
1d5398c65a Merge pull request #579 from orontee/complete_translations
Complete translations
2020-08-12 20:14:59 +12:00
a612a6a626 Adding mopidy connection delay to prevent components needing to handle it 2020-08-11 21:05:36 +12:00
03bfce5112 Allow artist albums dropdown fields to be translated 2020-08-09 21:44:59 +02:00
74b73ad6a6 Mobile polish; Performance experimentation; Loader screen; ; Minor code bugs 2020-08-01 21:15:17 +12:00
6225c6a6b0 Renaming Content to I18n to avoid naming clashes; Artist and Debug views mapped 2020-07-07 20:52:09 +12:00
850c69cea1 Fill prop for thumbnails on Queue and Artist for large screens 2020-06-26 15:36:09 +12:00
67fc8c4ee0 Context menu on related artists; Starting breadcrumb for Browse 2020-05-03 19:55:41 +12:00
0021883913 Removing X image placeholder in favor of contextual icons 2020-04-16 20:43:02 +12:00
3e56a3f873 Removing componentWillReceiveProps from base views 2020-03-11 20:40:20 +13:00
5a1f08fdf0 Splitting out helpers into separate files 2020-03-03 16:39:37 +13:00
7d21cbdb08 Follow button loader 2019-12-11 16:50:05 +13:00
6a0f47fc0f Loader key including method 2019-12-10 16:56:59 +13:00
68de0feed6 Better UX on dropdown field; Adding search added_from in queue 2019-10-13 09:29:41 +13:00
61d2939372 Cleaning up header and filter alignment 2019-10-09 09:42:20 +13:00
c08cc71c47 Service worker caching, Loader component 2019-09-10 06:59:44 +12:00
e4d53a2d35 Auto eslint fix 2019-09-05 15:36:11 +12:00
8bc6e1b749 Adding glow to all large thumbnails 2019-08-30 08:32:47 +12:00
011b3f069e Artist thumbnail 2019-08-21 17:02:38 +12:00
b0c18b83aa Full-width parallax, may need to introduce full-colour artist images 2019-08-20 21:17:06 +12:00
014da60b76 Beginning the migration to functional components 2019-04-11 07:28:18 +12:00
cc83a881f4 Only using NiceNumber for detail bulletpoints 2019-02-21 18:24:50 +13:00
c5b4757639 Include additional LastFM data as we're loading it anyway; NiceNumber for big numbers on small screens 2019-02-21 16:56:07 +13:00
602c9d1fa1 Loading more artwork from LastFM... maybe 2019-02-20 16:58:05 +13:00
ed7c03571a fix sorintg albums on artist view 2019-02-19 12:00:24 -05:00
4f27b0eb3e Removing PropTypes; Adding scroll restoration, fixes #263 2019-02-10 19:51:33 +13:00
bcd11855f7 Restoring search of URI straight to asset; Ability to turn off smooth scrolling; adding reset for album filter 2019-02-08 16:05:43 +13:00