Releases: ResearchHub/researchhub-web
Releases · ResearchHub/researchhub-web
My Feed and Sidebar UI
Elastic Search UI
Feature
- Updates Search UI to include authors results.
- Updates highlighting feature to include authors and abstract on paper results.
- Previously only matched portions of the abstract and authors returned.
- Updates the empty state for search.
- Removes set time on search to make search feel more responsive and faster.
**Highlighting query matches on abstract for Paper Results
**
Updated hubs / preregistration
Adding in updated hubs along with pre-registration
Client Load
Loading Hubs / Papers from the client
Remove Initial Actions
Remove initial actions
Sift Intergation
Leverage Sift API on ResearchHub FE to receive more detailed analysis of user behavior.
Paper Page Optimizations & Home / Hub Slugs
Features
- Improve the load time of the Paper Page.
- Sync subscribed state for HubsList Component.
- Filters, scopes, and pages are reflected for url slugs on Home & Hub Page.
Author Page SEO Improvements
Features
- Tabbed content should exist in DOM before switching to it (Author / User Page)
- Onpage make things H1, H2, and H3 tags
- Author profile loading state from one author to author
- Author profile Load More button to load more content
Update Paper's Vote Object from initialProps
Fixes a bug where a paper's vote state would persist even after a user's successful login, when page is refreshed.
Frontend rendering hubs from server
Rendering the home page / hubs page from the server. This should bring a big speedup to the site as calling the server from the client was taking some time.