-
Notifications
You must be signed in to change notification settings - Fork 6
add my datasets tab #965
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add my datasets tab #965
Conversation
longshuicy
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Another thing is SuperAdmin doesn't immediately reflected on the MyDataset page. If you refresh the page then you see it. Need to add superAdmin in the useEffect hook.
|
I believe I have fixed some pagination issues with myDatasets. I needed some extra methods so that pagination is separated for each tab. |
need to remove unnecessary 'myDatasets'
ddey2
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
doesn't work
lmarini
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If I flip to My Datasets and then go back to all datasets I only see my datasets.
…e value of 'mine' and list datasets
When the tab is changed, I wasn't changing 'mine' after the tab was clicked back. This should be fixed now. |
longshuicy
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is fixed now. I can go to a later page, switch to 'my datasets' and then I'll be back at 1, with only 1 page showing. |
… on the first page
@tcnichol is this fixed now? Thanks. |
I have checked and now when you click 'my datasets' the 'previous' button is no longer active. |










This adds 'my datasets' so that a user can see just their datasets on another tab, separate from the shared, authenticated and public datasets.