User history #64

Merged
daovist merged 7 commits from user-history into master 2018-09-04 19:26:03 +02:00
daovist commented 2018-08-02 16:59:00 +02:00 (Migrated from github.com)

See lbryio/lbry-desktop/issue/1009

  • add actions for recording history
  • rename position tracking actions
  • add UserHistoryPage to My LBRY in sidebar
  • fix flow errors
See [lbryio/lbry-desktop/issue/1009](https://github.com/lbryio/lbry-desktop/issues/1009) - [x] add actions for recording history - [x] rename position tracking actions - [x] add `UserHistoryPage` to `My LBRY` in sidebar - [x] fix flow errors
neb-b (Migrated from github.com) approved these changes 2018-08-02 19:52:09 +02:00
neb-b (Migrated from github.com) left a comment

One comment

One comment
@ -86,2 +85,4 @@
export const FETCH_BLACK_LISTED_CONTENT_FAILED = 'FETCH_BLACK_LISTED_CONTENT_FAILED';
export const BLACK_LISTED_CONTENT_SUBSCRIBE = 'BLACK_LISTED_CONTENT_SUBSCRIBE';
export const SET_PLAYING_URI = 'SET_PLAYING_URI';
export const SET_CONTENT_POSITION = 'SET_CONTENT_POSITION';
neb-b (Migrated from github.com) commented 2018-08-02 19:51:58 +02:00

Do we need SET_PLAYING_URI if we have MEDIA_PLAY? Can that be used to set the same values?

Do we need `SET_PLAYING_URI` if we have `MEDIA_PLAY`? Can that be used to set the same values?
daovist (Migrated from github.com) reviewed 2018-08-03 15:21:32 +02:00
@ -86,2 +85,4 @@
export const FETCH_BLACK_LISTED_CONTENT_FAILED = 'FETCH_BLACK_LISTED_CONTENT_FAILED';
export const BLACK_LISTED_CONTENT_SUBSCRIBE = 'BLACK_LISTED_CONTENT_SUBSCRIBE';
export const SET_PLAYING_URI = 'SET_PLAYING_URI';
export const SET_CONTENT_POSITION = 'SET_CONTENT_POSITION';
daovist (Migrated from github.com) commented 2018-08-03 15:21:32 +02:00

I forgot to remove MEDIA_PLAY from this repo. I'll do so now and push...

I forgot to remove `MEDIA_PLAY` from this repo. I'll do so now and push...
kauffj (Migrated from github.com) reviewed 2018-08-03 16:33:08 +02:00
kauffj (Migrated from github.com) commented 2018-08-03 16:33:08 +02:00

Aren't these pages app-specific and thus inappropriate for lbry-redux?

Even if is redux appropriate, this is a dangerous/fragile pattern - how would someone changing the name of a page or route know to update this function?

Aren't these pages app-specific and thus inappropriate for lbry-redux? Even if is redux appropriate, this is a dangerous/fragile pattern - how would someone changing the name of a page or route know to update this function?
neb-b (Migrated from github.com) reviewed 2018-08-03 16:42:26 +02:00
neb-b (Migrated from github.com) commented 2018-08-03 16:42:26 +02:00

Yeah... This selector should probably live in the app.

Yeah... This selector should probably live in the app.
daovist (Migrated from github.com) reviewed 2018-08-03 16:49:46 +02:00
daovist (Migrated from github.com) commented 2018-08-03 16:49:45 +02:00

Agreed.

Agreed.
skhameneh (Migrated from github.com) approved these changes 2018-08-14 05:44:32 +02:00
skhameneh (Migrated from github.com) left a comment

Address the pending comments about moving pieces into the app, that aside looks good

Address the pending comments about moving pieces into the app, that aside looks good
neb-b commented 2018-09-04 19:26:17 +02:00 (Migrated from github.com)

Moved selectNavLinks into the app

Moved `selectNavLinks` into the app
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbry-redux#64
No description provided.