Skip to content
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

Conversation

tatarco
Copy link
Contributor

@tatarco tatarco commented Feb 12, 2025

What changed? Why was the change needed?

Screenshots

Expand for optional sections

Related enterprise PR

Special notes for your reviewer

Copy link

linear bot commented Feb 12, 2025

Copy link

netlify bot commented Feb 12, 2025

Deploy Preview for dashboard-v2-novu-staging ready!

Name Link
🔨 Latest commit 46639a1
🔍 Latest deploy log https://app.netlify.com/sites/dashboard-v2-novu-staging/deploys/67acb73c9bab2d000806ad22
😎 Deploy Preview https://deploy-preview-7713.dashboard-v2.novu-staging.co
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented Feb 12, 2025

Deploy Preview for dev-web-novu ready!

Name Link
🔨 Latest commit 46639a1
🔍 Latest deploy log https://app.netlify.com/sites/dev-web-novu/deploys/67acb73ce831980008be27e4
😎 Deploy Preview https://deploy-preview-7713.dashboard.novu-staging.co
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

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',
Copy link
Contributor

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

Copy link
Contributor

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

Copy link
Contributor

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.

@SokratisVidros SokratisVidros merged commit 5d17730 into next Feb 13, 2025
29 of 30 checks passed
@SokratisVidros SokratisVidros deleted the nv-5375-change-default-sort-to-created-at-in-workflows-list branch February 13, 2025 10:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants