Joey Figaro

Results 53 issues of Joey Figaro

Bug found testing Hiro Wallet build undefined, 4.6.1. After broadcasting a transaction from my mobile device, I'd like to see it show up in my list of transactions on my...

Enhancement 💡
P4 Enhancement 🕯

# Bug Detached modals still require snap points and default to the bottom of the screen despite the common pattern not being draggable and being centered on screen. ## Environment...

bug

Last section isn't tall enough to register that it has been scrolled to, which results in the item not being highlighted at all.

Will update this as I find other missing icons. - (camera) flash toggle - (camera) flip - ~(hamburger/stack) menu~ - dismiss/close 'X' without a border - unchecked circle / square...

Currently the Icon component's name prop accepts a number, a string (from a union of icon names), and `function` – attempting to pass `(s: SvgProps) => Element` is resulting in...

Currently facing an issue where a tooltip is [displayed for a button in a toolbar](https://joeysharesthings.com/yVmJlE) but [doesn't go away when the button is clicked and the app navigates to a...

Currently trying ts-engine in a graphql API and have my type definitions broken out into separate `.graphql` files, which the build process does not seem to handle. ![HsLQrKE9cRxWoBEQMjJ4DFnDaUGDUiHeVXuMn6OP](https://user-images.githubusercontent.com/1386477/103313804-3202fc80-49ef-11eb-8b0e-b19dd3705928.jpg) ## Relevant...

Looks like `Col` is currently expecting its component prop to be of type `(() => string) | string`–documentation lists the expected type as `elementType`, and passing it a component works...