Wykres commitów

69 Commity

Autor SHA1 Wiadomość Data
Lucas Verney 5f6eec6330 Clicking on play button next to song title on playlist page was not starting playback when nothing was already playing 2016-09-24 02:43:40 +02:00
Lucas Verney 8fffb9f565 Fix Travis-CI build 2016-09-19 14:49:50 +02:00
Lucas Verney 4480971489 Show song duration in the WebPlayer 2016-09-18 23:09:59 +02:00
Lucas Verney 211a80d00c Remove TODO in code 2016-09-18 22:57:54 +02:00
Lucas Verney 82a744afa6 Rework a bit settings view 2016-09-18 22:53:24 +02:00
Lucas Verney a1bc4141bb Add an action to flush current playlist 2016-09-18 22:19:50 +02:00
Lucas Verney afc584abf1 Remove useless debug console logging 2016-09-18 21:52:48 +02:00
Lucas Verney 99e9b54376 Enhance playlist page
* Do not display play next button on `/playlist` page.
* Play on `/playlist` page jumps to the selected item instead of
clearing the whole playlist.
2016-09-18 21:46:40 +02:00
Lucas Verney 23c252f96a Improve playlist view
* Add a message when the playlist is empty, according to issue #16.
* Translate playlist view.
2016-09-18 21:41:32 +02:00
Lucas Verney fe921700d9 Display an error message if played song cannot be fetched, see issue #16 2016-09-18 21:23:28 +02:00
Lucas Verney 198d50aec5 Working on known bugs
See issue #16

* Add basic settings view
* Fix play next song when playlist is on
* Add timer styling on webplayer
* Fix wrong albums being linked in songs table
2016-09-18 20:57:51 +02:00
Lucas Verney 23aa8b52ab Basic error mechanism in webplayer 2016-08-12 16:30:17 +02:00
Lucas Verney 92f909a668 Fix a bug with pagination in Albums page 2016-08-12 16:29:13 +02:00
Lucas Verney 14e7fdceea AlbumPage is a scrolled ArtistPage 2016-08-12 15:41:27 +02:00
Lucas Verney 216f2e7348 Pretty URLs for albums URLs as well 2016-08-12 13:57:53 +02:00
Lucas Verney e232ec8c16 Add more prettty and human readable artists URLs 2016-08-12 13:11:14 +02:00
Lucas Verney 85dcf6d271 Set min and max bounds in page modal input. Closes #18 2016-08-12 12:06:34 +02:00
Lucas Verney e24e5cd6a9 Basic playlist viewing page
Add a playlist page to browse the current playlist at `/playlist`. This
is a very basic page that will need some rework.
2016-08-12 00:57:12 +02:00
Lucas Verney 4f8f201e67 Don't break when moving outside of playlist bounds with next / previous buttons 2016-08-11 23:46:42 +02:00
Lucas Verney 7c1d7dacc3 Webplayer automatically plays next song in the playlist when reaching the end of current song 2016-08-11 23:38:03 +02:00
Lucas Verney 43d3b927c1 Fix bug with play/playNext buttons in Album view
Was using `song` prop instead of `track` prop.
2016-08-11 22:33:00 +02:00
Lucas Verney ab7470d618 Basic playlist support for webplayer
Webplayer can now handle a basic playlist, pushing multiple songs in the
playlist and passing from one song to another.

Some things that are not yet working:
* Using previous and next buttons and going outside of the playlist
breaks things.
* Random / repeat modes are not yet implemented.
* Playlist is not exposed in the UI at the moment.
* Seeking in a song is not exposed in the UI.
* When playing a song, webplayer does not automatically play the next
one when reaching the end of the song.
2016-08-11 22:01:47 +02:00
Lucas Verney b7f2f32e1d Hide webplayer when no song is in playlist 2016-08-11 19:33:05 +02:00
Lucas Verney 4e12da3a22 Fix pagination. Closes #17 2016-08-11 01:05:33 +02:00
Lucas Verney d8a7d4f66a Rework webplayer
Full rework of webplayer. Webplayer is back to its previous working
state, and ready for further improvements.
2016-08-10 23:50:23 +02:00
Lucas Verney fffe9c4cd3 Major code review
Major code review, cleaning the code and adding a lot of comments. Also
implements a separate store to keep entities with a reference count and
garbage collection. This closes #15.

Known issues at the moment are:
* Webplayer is no longer working, it has to be refactored.
* AlbumPage is to be implemented.
2016-08-10 21:40:25 +02:00
Lucas Verney 247c71c9a7 Let user put spaces in filterbar. Closes #14 2016-08-08 12:35:21 +02:00
Lucas Verney 177c67845d Invalidate webplayer store on logout 2016-08-08 12:25:25 +02:00
Lucas Verney 4d4ce6c14e Basic webplayer
Now able to play a single file, in a format supported by your browser.

* Playlists not yet supported.
* Volume is a simple on/off switch.
* Repeat / Random not yet supported.
2016-08-07 01:38:49 +02:00
Lucas Verney 4cef2c2014 Missing import on LogoutPage 2016-08-06 17:25:56 +02:00
Lucas Verney 9d73eeba15 Handle session expiration. Closes #11 2016-08-06 17:20:02 +02:00
Lucas Verney bb02473b11 Nicer alerts when an API error occurs, see #6 2016-08-06 16:59:22 +02:00
Lucas Verney 9d1ef1b0bf Fix some aria warnings and use immutable everywhere 2016-08-06 15:32:03 +02:00
Lucas Verney 34713cdcde Add some note about Ampache required version in README 2016-08-05 13:31:57 +02:00
Lucas Verney 2318889246 Forgot react-router-scroll dep in packages.json 2016-08-05 00:11:55 +02:00
Lucas Verney b73b4ba200 Finish API refactor, use normalizr + immutable 2016-08-05 00:04:23 +02:00
Lucas Verney 288039e732 More reliable build, spinning loading wheel and beginning of webplayer
* Build everything in `public/` folder, to serve only this and avoid
issues with `publicPath` in webpack.
* Moved some icons to FontAwesome and use spinning wheels from
FontAwesome to indicate loading.
* (Very) beginning of a webplayer.
2016-08-04 15:28:07 +02:00
Lucas Verney 6e6588f01e Scroll back to top on page change 2016-08-03 22:34:12 +02:00
Lucas Verney c9013950d7 Fix caret and border-bottom alignement on Discover page 2016-08-03 20:28:26 +02:00
Lucas Verney 9717bdc47b Store invalidation on logout
Invalidate the store at logout, emptying cached items such as artists,
albums and songs and then preventing them from quickly reappearing when
reconnecting with the same or a different account.

Closes #5.
2016-08-03 15:55:42 +02:00
Lucas Verney df9dca3a11 Beginning of Discover page and remove dead code 2016-08-03 15:46:51 +02:00
Lucas Verney b450365af0 Set document lang on localization 2016-08-02 13:59:26 +02:00
Lucas Verney d5da4e4818 Fix grid + begin play buttons 2016-08-02 13:23:53 +02:00
Lucas Verney 2b3207ec44 Better responsive sidebar
Also fix a i18n missing string and add some `role` attributes for
accessibility.
2016-08-01 12:04:59 +02:00
Lucas Verney 40f6223bd0 Use Immutable, enhance i18n, pagination in the store
* Keep track of pagination in the store
* Use Immutable in reducers
* Finish i18n, every available strings are now translated in English and French
* Add a loading indicator
* Premises of API error handling
* Better locale negotiation
2016-08-01 00:30:44 +02:00
Lucas Verney 5a9f540cc0 Use Bootstrap variables in styles 2016-07-31 12:18:46 +02:00
Lucas Verney b7ff2bbd85 l10n of login info messages 2016-07-31 01:05:08 +02:00
Lucas Verney 1ec6af4833 Get rid of lodash in Grid 2016-07-30 22:54:19 +02:00
Lucas Verney 1add19319d Add Travis-CI build + restore stylelint 2016-07-30 19:50:04 +02:00
Lucas Verney 42662200aa Beginning of a more responsive sidebar 2016-07-30 16:01:42 +02:00