|
|
e184f01503
|
Starting #494 lifecycle changes
|
2020-03-04 21:13:43 +13:00 |
|
|
|
5a1f08fdf0
|
Splitting out helpers into separate files
|
2020-03-03 16:39:37 +13:00 |
|
|
|
57dd18e870
|
Polishing the modal
|
2020-02-28 14:22:43 +13:00 |
|
|
|
8371acb4a3
|
Responsive modal looking better
|
2020-02-27 16:59:35 +13:00 |
|
|
|
4cfe03f83e
|
Lyrics on mobile view
|
2020-02-22 07:48:36 +13:00 |
|
|
|
e37ba29b7c
|
Kiosk mode lyrics mobile friendly
|
2020-02-21 09:51:48 +13:00 |
|
|
|
2897f04346
|
Lyrics load on mount
|
2020-02-18 11:23:43 +13:00 |
|
|
|
133219c16e
|
get_images for local directories, fixes #497
|
2020-02-18 08:57:43 +13:00 |
|
|
|
f4af993266
|
Upgrading subsequent Genius API calls to fetch()
|
2020-02-18 08:46:05 +13:00 |
|
|
|
ee628cddaa
|
Merge
|
2020-02-18 08:32:22 +13:00 |
|
|
|
b290223002
|
Upgrading Genius and LastFM signed requests to fetch protocol, fixes #498
|
2020-02-17 16:21:02 +13:00 |
|
|
|
6050debd43
|
Loader progress a bit more tasteful
|
2020-02-17 15:44:40 +13:00 |
|
|
|
2928eea8f9
|
Kiosk mode lyrics
|
2020-02-15 21:45:29 +13:00 |
|
|
|
69b1c7361a
|
Lazy-loading album tracks, fixes #484
|
2020-02-14 10:55:10 +13:00 |
|
|
|
0c7db5f994
|
Removing LastFM fetcher in favor of MopidyLocal, fixes #496. LastFM album images will still be loaded by GridItem on-demand
|
2020-02-14 10:34:26 +13:00 |
|
|
|
2988f8f4a7
|
Attempting to get stdout from scan
|
2020-02-13 16:59:35 +13:00 |
|
|
|
571c857814
|
Process action naming convention
|
2020-02-13 10:41:20 +13:00 |
|
|
|
3ad0b7994b
|
Preventing urlvars of null breaking connection; Acceping test_mode=1 in URL
|
2020-02-13 08:54:12 +13:00 |
|
|
|
066da7f7ca
|
Groundwork for crossfading now playing artwork; Initial Setup pre-fill from queryParams
|
2020-02-11 09:52:18 +13:00 |
|
|
|
ff8b7df8b1
|
Only update when term or pristine changes, fixes #483
|
2020-02-11 09:17:55 +13:00 |
|
|
|
7fbe4e29ca
|
Fixing parsing of host and port params in URL sharing, #490
|
2020-02-10 08:03:12 +13:00 |
|
|
|
33dc3d0203
|
Updating icon references, fixes #473
|
2020-02-09 08:15:10 +13:00 |
|
|
|
e23a3b65ec
|
Fixing flex lists
|
2020-02-04 10:44:05 +13:00 |
|
|
|
7e7fe8d65e
|
Adding version to setup.cfg
|
2020-01-31 06:29:54 +13:00 |
|
|
|
92abf62bae
|
Buildout
|
2020-01-30 21:14:34 +13:00 |
|
|
|
9ca98d946a
|
Unset column width to fill available space (yuss for flexbox)
|
2020-01-30 21:10:10 +13:00 |
|
|
|
4b752821c2
|
Animating progress loader
|
2020-01-27 16:52:12 +13:00 |
|
|
|
64fbcc45b9
|
Placeholder iris.core.ioloop; Lists handling explicit flag without breaking columns
|
2020-01-26 14:25:45 +13:00 |
|
|
|
564839c92b
|
Exposing ws ioloop for Frontend to piggy-back
|
2020-01-25 22:18:52 +13:00 |
|
|
|
87aa88a908
|
Adding mopidy-local back; Consistency with updated events; Notification progress indicator
|
2020-01-24 13:43:03 +13:00 |
|
|
|
a70818b88d
|
Adding consistent ..._updated update event listeners for system tasks
|
2020-01-24 06:36:07 +13:00 |
|
|
|
37220ea523
|
Sharing of settings (including Snapcast); Fixing commands storage
|
2020-01-23 21:57:57 +13:00 |
|
|
|
a9ea4f1694
|
Adding tracks using uris []
|
2020-01-23 17:30:26 +13:00 |
|
|
|
7bbf9621ab
|
Babel and jest support classes
|
2020-01-23 06:21:05 +13:00 |
|
|
|
7f0f39d478
|
Merging Python3
|
2020-01-22 21:22:54 +13:00 |
|
|
|
e0724cedf7
|
Preparing for production release
|
2020-01-22 21:21:49 +13:00 |
|
|
|
f581d683bc
|
Genius scraping working again
|
2020-01-22 16:19:57 +13:00 |
|
|
|
f33e37a1d1
|
Scraping Genius not rendering by jQuery for some reason
|
2020-01-22 16:04:19 +13:00 |
|
|
|
7da76f3b9c
|
Radio now functional; Fetching lyrics still triggers 'Cannot run the event loop while another loop is running' error...
|
2020-01-19 21:21:11 +13:00 |
|
|
|
20d5e3729d
|
Upgrading to lookup.uris (no singular uri argument any more); Immutable add_uris prevents track disappearing from lists
|
2020-01-18 07:32:59 +13:00 |
|
|
|
169396042a
|
Theoretical handling of system task updates; stdout straight to logger
|
2020-01-17 23:14:43 +13:00 |
|
|
|
0e15a8745e
|
Attaching Tornado ioloop to SystemThread, handling SystemThread errors with JsonRPC structure
|
2020-01-17 21:55:12 +13:00 |
|
|
|
040153f482
|
Shuffle even when loading from index, follow on from #391
|
2020-01-10 09:49:44 +13:00 |
|
|
|
6fe0525bd0
|
Repairing explicit flag
|
2020-01-06 08:03:31 +13:00 |
|
|
|
df1215f9b7
|
Errors with server-side blocking HTTP requests
|
2019-12-27 15:07:28 +13:00 |
|
|
|
636d37dcc4
|
Upgrade to mixer.getVolume; Move version to core for simplicity
|
2019-12-27 14:48:12 +13:00 |
|
|
|
5842d1201d
|
Buttons in Settings
|
2019-12-16 10:10:07 +13:00 |
|
|
|
68cb03a3a7
|
Removing service menu darken (until hover)
|
2019-12-13 21:31:39 +13:00 |
|
|
|
4aab1be5c5
|
Follow button simpler load check; Glow on hover of buttons
|
2019-12-11 21:48:50 +13:00 |
|
|
|
7d21cbdb08
|
Follow button loader
|
2019-12-11 16:50:05 +13:00 |
|