modifications for persisting fileList sort #87
No reviewers
Labels
No labels
area: devops
area: discovery
area: docs
area: livestream
area: proposal
consider soon
dependencies
Epic
good first issue
hacktoberfest
help wanted
icebox
Invalid
level: 1
level: 2
level: 3
level: 4
needs: exploration
needs: grooming
needs: priority
needs: repro
needs: tech design
on hold
priority: blocker
priority: high
priority: low
priority: medium
resilience
Tom's Wishlist
type: bug
type: discussion
type: improvement
type: new feature
type: refactor
type: task
type: testing
unplanned
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: LBRYCommunity/lbry-redux#87
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "fileListSort"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This looks good. I think we should be using constants for all of the values though.
This should still be called
data
@ -1,9 +1,12 @@
import * as ACTIONS from 'constants/action_types';
The options for sorting should be constants
The pages should be constants too.
That are exported so the app can use them
Roger. I wouldn't mind centralizing the page -> state dictionary too, but I don't know if it's necessary, or the right place to put it.
This should just be
published
@jessopb Looks good. I would just make sure we are using the same page values as the app is using. Looks like there are a few differences
https://github.com/lbryio/lbry-desktop/blob/master/src/renderer/component/router/view.jsx#L38-L57