Skip to content

Commit

Permalink
Add full dashboard pager with result count
Browse files Browse the repository at this point in the history
Fixes #988.
  • Loading branch information
djjuhasz committed Oct 3, 2024
1 parent f6bf851 commit 5bbc0be
Show file tree
Hide file tree
Showing 13 changed files with 441 additions and 294 deletions.
2 changes: 0 additions & 2 deletions dashboard/src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import { usePackageStore } from "./stores/package";
export interface Client {
package: api.PackageApi;
storage: api.StorageApi;
upload: api.UploadApi;
connectPackageMonitor: () => void;
}

Expand Down Expand Up @@ -79,7 +78,6 @@ function createClient(): Client {
return {
package: new api.PackageApi(config),
storage: new api.StorageApi(config),
upload: new api.UploadApi(config),
connectPackageMonitor,
};
}
Expand Down
4 changes: 2 additions & 2 deletions dashboard/src/openapi-generator/.openapi-generator/FILES

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

89 changes: 77 additions & 12 deletions dashboard/src/openapi-generator/apis/PackageApi.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

91 changes: 0 additions & 91 deletions dashboard/src/openapi-generator/apis/UploadApi.ts

This file was deleted.

1 change: 0 additions & 1 deletion dashboard/src/openapi-generator/apis/index.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5bbc0be

Please sign in to comment.