Skip to content

Releases: Bhaavya/EducationalWeb

Release V2

15 Mar 22:31
4281766

Choose a tag to compare

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

09 Mar 01:35
5919a09

Choose a tag to compare

Deployed in September 2022.

Major Changes:

  1. Decreasing slide load time when moving between slides in the same lecture.
  2. Updated documentation in README.md.

Minor Changes:

  1. Moved Search bar to Menu bar and added Enter+Hit to search
  2. Added config file
  3. Fixed CORS issue with pdf js