doubtfire-lms / doubtfire-web

Angular web application for the Doubtfire front-end
GNU Affero General Public License v3.0
45 stars 332 forks source link

Migrate/comments-modal component #869

Open b0ink opened 1 month ago

b0ink commented 1 month ago

Student ID: s222313935

Description

Migrates the comments-modal component from CoffeeScript to TypeScript. This component is used to display images and PDFs from the task comments as a fullscreen modal popup, allowing users to view the content without needing to download or open it in another tab.

Type of change

How Has This Been Tested?

Before (images):

comments-modal-image-original

After (images):

comments-modal-image-migrated-final

Before (PDFs):

comments-modal-pdf-original

After (PDFs):

comments-modal-pdf-viewer

comments-modal-pdf-viewer-native

Testing Checklist:

Checklist:

Component review PR: https://github.com/thoth-tech/documentation/pull/519 ThothTech PR: https://github.com/thoth-tech/doubtfire-web/pull/218