Releases: Bhaavya/EducationalWeb
Releases · Bhaavya/EducationalWeb
Release V2
Deployed on 11/22/22
Changes made:
- Next/Prev- Next and Prev button style change and disables when reaches the start or end of slides Above the slide utility buttons
- Changed button/icon styles to explain, download text book, lecture pdfs Explanation implementation
- Updated the implementation of explain function, it is simplified and covers edge case scenarios. Added asynchronous response for a user explain request , updated from sse event where the server published the same response to all clients. Fixed TextLayer Overlapping
- TextLayer is the layer of text that is parsed from each pdf slide and is an html element that is invisible but selectable.
- Fixed Scrolling issue with Sidebar thumbnails
- Added Search box in courses and lectures dropdown
- Added course filter in Search bar
- Decreased latency for slide load in the thumbnails when hovering on slide links
Release V1
Deployed in September 2022.
Major Changes:
- Decreasing slide load time when moving between slides in the same lecture.
- Updated documentation in README.md.
Minor Changes:
- Moved Search bar to Menu bar and added Enter+Hit to search
- Added config file
- Fixed CORS issue with pdf js