Skip to content

Commit

Permalink
Improve published history listing in UI
Browse files Browse the repository at this point in the history
Initially load only summary views, as the additional details are requested for each history after loading anyway.
  • Loading branch information
davelopez committed Mar 14, 2024
1 parent 42581d7 commit f1e0779
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/components/Grid/configs/historiesPublished.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ type SortKeyLiteral = "name" | "update_time" | undefined;
*/
async function getData(offset: number, limit: number, search: string, sort_by: string, sort_desc: boolean) {
const { data, headers } = await historiesFetcher({
view: "summary",
limit,
offset,
search,
Expand Down

0 comments on commit f1e0779

Please sign in to comment.