-
## Description
After running `npm install`, running `tsc` fails:
tsc
```
node_modules/@girs/freetype2-2.0/freetype2-2.0-ambient.d.ts:4:20 - error TS2300: Duplicate identifier 'Freetype220'…
-
# Dexter Product Features
## MVP
#### Miscellaneous
- [x] Connect / Disconnect wallet https://github.com/DeXter-on-Radix/website/issues/12
#### Selecting asset pairs
- [x] Show scrollable list of…
-
Don't know if it's just the types, or the package, but I get the following error:
```
Type '"jade"' is not assignable to type '"gray" | "mauve" | "slate" | "sage" | "olive" | "sand" | "tomato" | "…
-
"Controlled labels" - limit the labels you can apply so users/volunteers can't apply random labels (for public facing UI of app). Label creation UX similar to github's. Consider also implementing labe…
-
Currently, we're using self-made UI components (`ui-lib.tsx`) this was a problem when we needed a drop-down menu - we had to add the one from [headless](https://headlessui.com/). As the target is a co…
-
Running `npx shadcn-ui@latest add button` is installing old Button code. Default styling should be for primary color not gray
```typescript
import * as React from "react"
import { Slot } from "@r…
-
**User story**
Ensure that where possible / practical, users can navigate with keyboard / screen reader.
**Preferred solution**
- Check the Material UI `Accessibility` docs section for every …
-
* Dark mode reduces eye strain, saves battery, and is nice to look at
* As a well-designed tool this should be implemented with care for detail and complement an equally nice light-mode
* Optional Aut…
-
This is shown in console and report is not generated
```
Ensure that files to `purge` are configured in your tailwind config file
```
-
## Bug report
I used selection-popover with radix-ui dialog component together, the selection-popover can work correctly, however when the dialog pops over and clicking any area on the dialog will ma…