researchhub-web icon indicating copy to clipboard operation
researchhub-web copied to clipboard

πŸš€ Accelerating Science - researchhub.com Next.js web app

Results 17 researchhub-web issues
Sort by recently updated
recently updated
newest added

This PR aims to solve https://github.com/ResearchHub/issues/issues/34. The issue seems to have been `issn.join` failing if `issn` is `null` or not an array. The fix involves adding a check to ensure...

Fixes https://github.com/ResearchHub/issues/issues/3

Updated the Bounties page using feedback from RHF (including all sidebar copy). Now using a components/Bounty/BountyFeedCard.tsx. Few lignering issues that need to be fixed, @yattias I could use some help...

researchhub/issues#115 Added dropdown to select editor type

This PR addresses the issue in https://github.com/ResearchHub/issues/issues/78. The issue was that live feed titles weren't sanitized like they were on the post page, leading to HTML tags being displayed. This...

Changes for ResearchHub/researchhub-backend/pull/1851: Download the returned CSV directly instead of extracting it from a JSON object.