This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

fix: decouple add card button loading state from mutation pending state

+2 -2
+1 -1
src/webapp/features/composer/components/Composer.tsx
··· 400 400 > 401 401 Cancel 402 402 </Button> 403 - <Button type="submit" size="md" loading={addCard.isPending}> 403 + <Button type="submit" size="md"> 404 404 Add card 405 405 </Button> 406 406 </Group>
+1 -1
src/webapp/next-env.d.ts
··· 1 1 /// <reference types="next" /> 2 2 /// <reference types="next/image-types/global" /> 3 - import "./.next/dev/types/routes.d.ts"; 3 + import "./.next/types/routes.d.ts"; 4 4 5 5 // NOTE: This file should not be edited 6 6 // see https://nextjs.org/docs/app/api-reference/config/typescript for more information.