package.elm-lang.org
package.elm-lang.org copied to clipboard
website for browsing packages and exploring documentation
Prevents images in module-level doc comments from overflowing their container. Replaces https://github.com/elm/package.elm-lang.org/pull/242 (the classes referenced in this pr no longer seem to exist). Fixes https://github.com/elm/package.elm-lang.org/issues/238 Before After (Alternatively, it might...
This is probably very nitpicky, so I leave this to your consideration. The line: https://github.com/elm/package.elm-lang.org/blob/57adddf30034fdabdcdcf89f3daafa9c1e9bcf9c/src/frontend/Page/Problem.elm#L44 (to be found eg. [here](https://package.elm-lang.org/packages/wende/elchemy-core)) *sounds unnecessarily harsh to me.* I don't know whether that's...
**Observed Behaviour:** Interacting with the navigation bar breaks the back button. **Steps to Reproduce:** 1. Visit a page, e.g. https://package.elm-lang.org/packages/evancz/url-parser/ 2. Click on the link "2.0.1". The URL changes to...
I noticed a weird issue with the scroll position when visiting the pages of packages from the home page. It looks like the current scroll position is being kept through...
I would like to propose that packages be categorized by function, and allow http://package.elm-lang.org/ to display and filter packages by a tag. Currently, searching for a package that performs a...
### If huge image is uploaded if will look not nice. **Before:**  **After:** 
### Since content and header uses `.center` class styles which has `width: 920px;` it's required for body to have minimum width of 920px. Fix for issue https://github.com/elm-lang/package.elm-lang.org/issues/240 **Before:**  **After:**...
There is an issue with header for small screens. Where grey background is cut. 
As a user I would like to have easy access to Module Docs sidebar with links and search bar. Now if the description is long module docs links and search...
As originally described in https://github.com/rtfeldman/elm-css/issues/283. While images linked from package READMEs are shown scaled and centred when viewed on Github (e.g. [here](https://github.com/rtfeldman/elm-css/blob/3f21a482e4455202a50ec2b388e61caf19a4f986/README.md)), on http://package.elm-lang.org they are shown at the original...