-
The tables in the user profile with the bids/offers/trades display only the address of the user and not its name and verification badge if present. We should display all the information when possible
-
When the application is configured with multichain, the collection page is displaying the assets filter including the chain filter which doesn't make sense as we are already in a collection attached t…
-
The `useEagerConnect` hook might not be necessary anymore as the wallet is auto-connected by wagmi now.
Still, the application requires the `ready` to query the API. We need to check if this `ready` …
-
I think we should not throw error on data parse from URL / query.
Those errors are users' error, not app error.
On prod the user will receive a 500 errors with no explanation.
Example:
https://g…
-
The `AccountImage` image has an optional param `size` that default to `32`.
The codebase also define width and height of this composant with params `w` and `h`.
If they don't match, the component …
-
Missing SSR on those query:
- [ ] packages/templates/src/users/Form.tsx
- [ ] apps/admin/layouts/layout.tsx
- This one may be tricky because it's a layout
- [ ] packages/components/src/Navbar/Na…
-
When navigating to my profile page (eg: https://localhost:3000/users/0x5e7760acf5d659278747b95da2ab2b5ea7171615) on a platform with the referral option activated, I get the following error the first t…
-
Example from the demo app:
https://github.com/liteflow-labs/nft/blob/c450c80cec8b456bee0acd299d7cc1aa6d82d47e/apps/demo/pages/_app.tsx#L112-L116
the url should be set using a deployment variable f…
-
The following hack should be solve by `@web3-react/walletconnect-connector@6.2.10`
https://github.com/liteflow-labs/nft/blob/023d5b5f634046c2334666c568465c90d44b69c5/packages/hooks/src/useActivateW…
-
New issue with the cards of this size when switching to japanses
_Originally posted by @antho1404 in https://github.com/liteflow-labs/starter-kit/pull/132#pullrequestreview-12531041…