Skip to content

Commit 82fbea4

Browse files
feat: add certificate management v2 API endpoints (#181)
* feat: integrate the v2 endpoints for instructor dashboard certificates tab * feat: remove exception and remove invalidation * fix: remove unused imports and vars * fix: tests * fix: tests * feat: expand test coverage * fix: linting * feat: expand test coverage * feat: test coverage * fix: mock data * fix: tests * feat: PR feedback * feat: Refactor certificates module to use absolute imports and improve data handling * fix: tests
1 parent a8a02ec commit 82fbea4

37 files changed

Lines changed: 1241 additions & 659 deletions

src/certificates/CertificatesPage.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,12 @@
7979
z-index: 1;
8080
}
8181
}
82+
83+
.certificates-toolbar-wrapper {
84+
min-width: 0;
85+
}
86+
87+
.certificates-search-field {
88+
min-width: 320px;
89+
max-width: 400px;
90+
}

0 commit comments

Comments
 (0)