-
Notifications
You must be signed in to change notification settings - Fork 4k
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
fix(dashboard): change default sorting #7713
fix(dashboard): change default sorting #7713
Conversation
✅ Deploy Preview for dashboard-v2-novu-staging ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for dev-web-novu ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@@ -45,7 +45,7 @@ export const WorkflowsPage = () => { | |||
const navigate = useNavigate(); | |||
const [searchParams, setSearchParams] = useSearchParams({ | |||
orderDirection: DirectionEnum.DESC, | |||
orderBy: 'updatedAt', | |||
orderBy: 'createdAt', |
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.
The thing is that we don't show the createdAt
column, so this might result in a situation where users won't be able to sort back by the createdAt
.
cc @SokratisVidros
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.
so we should probably introduce the createdAt
column
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 don't think it's necessary. Sorting should be deterministic for now. We should be good.
What changed? Why was the change needed?
Screenshots
Expand for optional sections
Related enterprise PR
Special notes for your reviewer