praeclarum / FuGetGallery

An alternative web UI for browsing nuget packages
https://www.fuget.org
MIT License
685 stars 121 forks source link

Your Recent Packages and Your Common Packages show 
 #57

Closed davidlsharp1 closed 4 years ago

davidlsharp1 commented 5 years ago

Under the "Your Recent Packages" and "Your Common Packages" the package details are shown with the line feed code instead of rendering a new line.

fuget

bgrainger commented 4 years ago

I pushed a fix for this here: https://github.com/bgrainger/FuGetGallery/commit/59b4c6285b990514206dfb78866f0be56e144f7e

Because the incorrect data (in the generated HTML) is cached aggressively by the browser, then cached in localStorage (for the MRU list) it will require clearing the browser cache and local site data for the fix to be visible (once this is deployed).

praeclarum commented 4 years ago

To your point about the caching, it’s my intentions to fix at least the localStorage to be updated more often so fixes/updates will propagate faster.