John Williamson

Results 28 issues of John Williamson

- [x] Remove in house hash routing, adopt [React Router Hash Routing](https://reactrouter.com/en/main/router-components/hash-router). - [x] Remove custom hooks for queries and adopt React Query. - [x] Zod type API responses /...

System app

Update the `explorer` app so that it uses `shadcn/ui`

low-hanging
Dev Experience

Currently the Tokens service does not support a query to look up a Token by it's symbol. This is a pre-req for `Tokens` plugin methods to support identifying tokens both...

| App | UI | Service | Plugin | |------------- |----- |--------- |-------- | | Registry | No | Yes | Yes | | Workshop | Yes | No |...

Dev Experience

When handling valid redirect urls, we need to support either a full URL or simply a path on the app. - [ ] Update the accounts app to support parsing...

Couple of our developers are coming up with different solutions to mutating many properties at the same time. E.g. A plugin function with 9 arguments to modify 9 properties, or...

Dev Experience

@James-Mart > I noticed something strange, I think when we accept an invite to create a new user, invite->accept-with-new-account is being called (correctly), and then for some reason the UI...

bug

Store TX history on the tokens app in local storage on the browser.