Joel Warrington

Results 21 issues of Joel Warrington

If you don't use `@apollo/client` you aren't able to use any hooks even if not using the ones to provide utility functions for Apollo. I think this should be fixed...

There are many cases where we'd need to display a drawer like component similar to ones present in Atlantis: ![image](https://user-images.githubusercontent.com/80279872/136586202-bf79d439-3916-4614-9d97-2de0014adcb3.png) Could we implement something like this: | Prop | Type...

Discussion initially started here: https://github.com/GetJobber/atlantis/pull/710

See https://github.com/GetJobber/atlantis/pull/709 > There's been separate design discussion around how we might treat... > > - a Modal without a header > - a dismissible Card > > and this...

The [Tab component](https://atlantis.getjobber.com/components/tabs)'s accessibility can be improved to use expected keyboard behaviour. > Unlike a same-page link, a tab does not move the user to the associated section/panel of content....

hacktoberfest
accessibility
good first issue

Have implemented a [hook to determine the strength of a password](https://atlantis.getjobber.com/hooks/use-password-strength), but a component would be great to have which displays this information in a user friendly way. - Should...

Developers unfamiliar with Atlantis can have a hard time finding components that suit their needs, and the search bar only provides limited information. Could we implement a component overview page...

- Easy autofill (how does this working in practice with username and password inputs?) - Password fill button that gets populated in the input (make sure it doesn't overlap)

- Closes https://github.com/pantographe/view_component-form/issues/80 Adds configuration to determine how components are found, so one wouldn't need to use the `Component` suffix in their components. Added documentation to the README.md to configure...

In the README, there's a warning that the API is subject to change before a V1.0 release. Is there anything that needs to be worked on, or shipped before y'all...