Matthew Griffith

Results 19 issues of Matthew Griffith

Everything compiles and works under 0.19. Some tests are failing because of interactions with the move from `Test.Runner.getFailure` to `Test.Runner.getFailureReason`.

## What I did Added a fill height to a column ### What I Expected To Happen It to fill the available height. ### What Actually Happened https://ellie-app.com/474xXfRbHLja1/2 The second...

It would be really nice to say "if you use this library, you support these browsers". Obviously related is to implement any style property/value/psuedoclass prefixing that is necessary to get...

help wanted

zIndex can be a bit of a pain to manage. Ideally, this library would have proper zIndexing built in and you would never have to think about it again, however...

usecases wanted

I'm trying to come see if there are any missing style properties that `style-elements` does not directly support that it should. If you've been using style-elements and have found yourself...

help wanted
usecases wanted

Are there common, useful unicode chars that would benefit from having a named value in `elm-ui`? Here is my current list of chars that are really useful, but underutilized: `ellipses`,...

One of the first changes I made in `2.0` was a different approach to scrolling. Now, there's a `viewport` element, which, when the content overflows, has scrollbars. (https://github.com/mdgriffith/elm-ui/blob/145a5ca071ddac227bd630beded7194ae6906b6b/src/Element.elm#L1478) There's nothing...

Currently the following are hoverable: * font color * background color * border color * element scale And `focus` styles can be set globally using `layoutWith`, and supports: * background...

An API sketch! That's mostly implemented!