Commit Graph

11 Commits

Author SHA1 Message Date
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 6e6588f01e Scroll back to top on page change 2016-08-03 22:34:12 +02:00
Lucas Verney b450365af0 Set document lang on localization 2016-08-02 13:59:26 +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 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 2d9747482b Move to CSS modules
Also includes misc fixes

* Use CSS modules for all the CSS.
* Fix a bug in the filterbar which was not filtering anything.
* Fix a l10n issue in songs view.
* Update hook to clean build repo before running, preventing to push
dev built code.
* Update webpack build code.
2016-07-30 00:19:05 +02:00
Lucas Verney 945b218504 Translations improved
* Translation system in place
* French translations available
2016-07-28 23:20:11 +02:00
Lucas Verney e6b9c3bf07 Beginning of translation using react-intl 2016-07-28 01:22:48 +02:00
Lucas Verney 414f05df44 Hot reloading with webpack 2016-07-26 15:59:18 +02:00
Lucas Verney ef4dfd1176 Accessibility stuff 2016-07-26 13:21:37 +02:00