Ahsan Moin
Ahsan Moin
The [pnpm 8.x docs](https://pnpm.io/8.x/installation) have instructions for it but the v9 page doesn't. The installation page should have info about setting the `PNPM_VERSION` env variable
When `fullscreen = true` it shows this message "We want to know how much you are learning that can be recalled without assistance. Please complete the quiz without re-reading the...
`cn` and `className` was unused previously
The sidebar component is using the `useIsMobile()` hook from `use-mobile.tsx` instead of using `useWindowSize()` hook from `usehooks-ts`, which is what the other components use to check for mobile screens. ```tsx...