Elijah Mooring

Results 23 issues of Elijah Mooring

I keep getting errors in vscode. ![image](https://user-images.githubusercontent.com/45398751/150541480-fa49b008-cd60-46ab-b0c6-c3b1241973e9.png) ``` custom attribute panicked help: message: Type definition not found for `Input` identifier ``` The project does, however, compile using `deno_bindgen` without errors.

bug

This would just scroll the page to the top when the button is clicked. Very useful for SPA applications when the route is changed.

enhancement

We need some sort of popper component. We might be able to wrap [popper.js](https://github.com/FezVrasta/popper.js).

component request

This would normally be used inside List, but it could also be used inside card, or anything else really. ![Screenshot from 2019-08-06 21-08-23](https://user-images.githubusercontent.com/45398751/62589334-8f445e00-b88e-11e9-9929-992ab274c8ed.png) ![Screenshot from 2019-08-06 21-11-04](https://user-images.githubusercontent.com/45398751/62589449-ee09d780-b88e-11e9-80cd-7abf37944765.png) ![Screenshot from 2019-08-06...

component request

This sets up a list of items. It would be relatively simple, or very complex if it does something like [this](https://github.com/sveltejs/svelte-virtual-list).

component request

This would be a group of svg based loading bars. The usage would probably look like this: ```html ```

component request

The page that is used for manual testing should be updated. This will keep every developer who looks at the page from going into heartache when he has made changes...

good first issue
test
bits and pieces

I am not sure exactly what to call this, but I think that "Style Theme" sounds good. It's just a set of CSS vars in `global.css` that look like this:...

enhancement
bits and pieces

I am not sure how would be done, but It would be really handy.

enhancement

It would be nice if there was a way to have transitions when an icon changes in `IconButton`. This would be key to doing that: https://svelte.dev/examples#transition-events. We could just add...

enhancement