Commit Graph

1052 Commits

Author SHA1 Message Date
1ce85499f9 Eslint autofix 2021-03-23 21:21:00 +13:00
7dd6e80315 Upgrading to SnapStream 0.2.0 (and adding tsx loading) 2021-03-23 21:04:08 +13:00
7dae276a8f .replace vs .replaceAll; On ya unit tests (need more of these) 2021-03-23 20:33:34 +13:00
bdaba7c65f Buildout 3.57.1 (URI encoding, #708 and #711) 2021-03-23 20:29:31 +13:00
03fdaa3d0a Buildout for 3.57 2021-03-18 20:59:36 +13:00
cbcc79aa64 Upgrading to react-test-renderer and snapshots; Fixing tests 2021-03-18 20:52:30 +13:00
d222e381eb Sidescrolling details only on mobile; Polishing pre-release 2021-03-18 20:22:54 +13:00
59aa192e00 Functional-component-ifying Parallax to silence unmount issues; artistSelector to include albums, still doesn't avoid unnecessary renders though 2021-03-15 20:29:12 +13:00
8e1055ce3e Tests are borked; they need refactoring to react-testing-library 2021-03-14 19:49:28 +13:00
3adfb47f57 Removing last item padding; Improving scroll restoration, fixing #618 2021-03-12 22:20:05 +13:00
845ceda09c Version bump; Polishing list elements (source on right); Security patches 2021-03-09 20:31:01 +13:00
b822610c77 Loader for Featured 2021-03-09 19:45:39 +13:00
9dab288483 Tracklists now operational with SmartList 2021-03-08 20:17:08 +13:00
144e955376 Centralised SmartList for grids and lists 2021-03-07 21:05:07 +13:00
886c34985b Batching lists/grids for best of both worlds 2021-03-06 22:42:04 +13:00
f383ac0ee1 Moving selector outside of mapStateToProps (d'oh) 2021-03-05 23:10:41 +13:00
5b8627e2ef Abstracting List/Grid indexer 2021-03-04 06:43:53 +13:00
fc54c6445b Upgrading lists 2021-03-01 21:31:22 +13:00
a67a4a7f67 Generic Grid with viewport hook working well; need better way to fetch first item's height (error) 2021-02-27 21:45:00 +13:00
a1c25d367a Buildout 3.5.1 2021-02-21 08:23:46 +13:00
1c98a5968d Buildout for 3.56.0; Responsive subheader 2021-02-20 23:08:08 +13:00
10c2f8a19f Replacing tracks with lookup results avoids working around https://github.com/tkem/mopidy-dleyna/issues/72 2021-02-16 21:11:59 +13:00
1d1e1c2c97 Breadcrumb for File:: plus manual requirement of library.browse (lookup gives a single result) 2021-02-16 07:06:30 +13:00
e7e301060d Flexing the header; POC of loading tracks one-by-one for quicker updates and more cancelability 2021-02-15 21:01:39 +13:00
3087c49f6c Context menu for User; Fixing loader for Categories 2021-02-10 16:45:07 +13:00
bc38b1ba6b Loading before asset - ensures force reload 'feels' right 2021-02-08 20:57:13 +13:00
9510b1db66 Adding Hotkeys Info modal (triggered by 'i'), fixes #651 2021-02-08 17:18:42 +13:00
c2b1fdf6ba Preserving loaded directory's URI for matching on render 2021-02-01 20:41:49 +13:00
225c1e1559 Rebuild without libflac 2021-02-01 11:21:53 +13:00
3a89284c83 Using LibFlac for include 2021-02-01 11:20:45 +13:00
a58d4ba56e Tidying up load checkers 2021-02-01 11:16:31 +13:00
1d77d497be Refactor of isLoading for array of matches now staggered 2021-01-31 13:33:24 +13:00
40e6ed5045 Standard encoding, but on decode we need to re-encode specific characters for Mopidy backends 2021-01-31 09:27:40 +13:00
e3ff00efc9 Re-encoding brackets and decoding slashes 2021-01-30 09:42:33 +13:00
61aaf978be Custom URI encoding, will require manual handling of all url unsafe characters 2021-01-25 06:55:37 +13:00
4f561de7c5 Removing vanilla encodeURIComponent, doing it manually for better control 2021-01-23 16:24:07 +13:00
1bfc48e193 Tweaking uri encoding... 2021-01-20 21:17:49 +13:00
1464dd5986 Manual encoding/decoding of specific URI elements 2021-01-19 06:47:24 +13:00
50f106c710 Loaders in Track view; Revisiting URI encoding again... 2021-01-18 21:06:59 +13:00
499a4800b0 loadUris to handle type-agnostic URIs 2021-01-17 20:55:15 +13:00
b0d14561fd Trial auto-loader based on Mopidy's __model__ response 2021-01-14 19:39:09 +13:00
5778706df7 Routing all fetchers to type-specific call; Mopidy getUris to handle unknown ones 2021-01-14 19:35:30 +13:00
1b523c866f Buildout 2021-01-10 13:14:41 +13:00
09e254dc4a Merge branch 'feat/decoupling-uri-type' into develop 2021-01-09 22:55:27 +13:00
46747cc702 Merge branch 'develop' of github.com:jaedb/Iris into develop 2021-01-09 22:55:14 +13:00
a8c6b8b9e6 All URILink and LinksSentences now define URI type 2021-01-09 22:52:45 +13:00
2c671bd89c Build process improvements
- Ensure static directory is always fully regenerated, to ensure
  reproducibility
- Exclude Photoshop and Illustrator assets from the static directory
- Switch from node-sass to sass, because not everyone has a C compiler
  available or can easily work with node-gyp
- Fix many sass compilation errors and warnings
2021-01-07 14:38:00 +11:00
67889670a1 Polish on lists; Moving URI en/decoding for Mopidy to formatter 2021-01-06 06:32:36 +13:00
37a06a304c Debugging 'added_from' not loading on refresh; AddToPlaylist loader nested 2020-12-20 21:07:05 +13:00
10e831821a Buildout 2020-12-19 21:17:04 +13:00