From 1ff21fc038be373d0a2078a2763c5c0f0acd14dd Mon Sep 17 00:00:00 2001 From: Tanishq Gandhi Date: Thu, 9 Jul 2026 22:44:36 -0700 Subject: [PATCH 1/4] fix(dashboard): sort datasets by creation time (newest first) --- .../sort-button/sort-button.component.html | 32 +++++++------ .../sort-button/sort-button.component.spec.ts | 13 ++++++ .../user/sort-button/sort-button.component.ts | 10 +++- .../user-dataset/user-dataset.component.html | 46 +++++++++++-------- .../user-dataset.component.spec.ts | 7 +++ .../user-dataset/user-dataset.component.ts | 9 +++- .../hub-search-result.component.html | 5 +- .../hub-search-result.component.ts | 3 ++ 8 files changed, 87 insertions(+), 38 deletions(-) diff --git a/frontend/src/app/dashboard/component/user/sort-button/sort-button.component.html b/frontend/src/app/dashboard/component/user/sort-button/sort-button.component.html index d3a2aadd934..9d69fc93041 100644 --- a/frontend/src/app/dashboard/component/user/sort-button/sort-button.component.html +++ b/frontend/src/app/dashboard/component/user/sort-button/sort-button.component.html @@ -34,13 +34,15 @@