Skip to content

Commit

Permalink
add spreadsheet report
Browse files Browse the repository at this point in the history
  • Loading branch information
Andi Braimllari committed Dec 6, 2024
1 parent e8b2d28 commit 5553f23
Show file tree
Hide file tree
Showing 4 changed files with 233 additions and 20 deletions.
197 changes: 183 additions & 14 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"concurrently": "^7.6.0",
"rxjs": "~7.4.0",
"tslib": "^2.3.0",
"xlsx": "^0.18.5",
"zone.js": "~0.15.0"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ <h5 class="modal-title" id="document-upload-modal-label">
data-test="about-document-upload"
>këtu</a
>
për të mësuar se si vepron ky funksionalitet. Kujdes,
hapja e kesaj faqeje do të pastrojë këtë dritare.</span
për të mësuar se si vepron ky funksionalitet.</span
>
</div>
@if (markedPages) {
Expand Down Expand Up @@ -151,7 +150,7 @@ <h5>
type="button"
class="btn btn-success download-report-button"
(click)="downloadReport()"
[disabled]="!markedPages"
[disabled]="!markedPages?.length"
>
Shkarko Raportin
</button>
Expand Down
Loading

0 comments on commit 5553f23

Please sign in to comment.