alpha
Login
or
Join now
nandi.uk
/
semble
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
semble
/
src
/
webapp
/
features
/
cards
/
lib
/
mutations
4 files
at
830708d29a4cf38b84629b376b80989a1db6e78e
Tyler
fix(toast-load): infinite load of adding a card on a collection page
3mo ago
830708d2
useAddCard.tsx
fix(toast-load): infinite load of adding a card on a collection page Adding a card from a collection page shows 'Adding card...' forever. The collection page's `<Suspense>` boundary re-suspends on query invalidation, unmounting the component before React Query can fire the mutate-level `onSuccess`/`onError` callbacks that update the toast. Moved toast handling from mutate-level callbacks into definition-level callbacks on `useMutation`, which always fire regardless of component mount state.
3 months ago
useRemoveCardFromCollections.tsx
UI for the semble page counts
4 months ago
useRemoveCardFromLibrary.tsx
UI for the semble page counts
4 months ago
useUpdateCardAssociations.tsx
fix(toast-load): infinite load of adding a card on a collection page Adding a card from a collection page shows 'Adding card...' forever. The collection page's `<Suspense>` boundary re-suspends on query invalidation, unmounting the component before React Query can fire the mutate-level `onSuccess`/`onError` callbacks that update the toast. Moved toast handling from mutate-level callbacks into definition-level callbacks on `useMutation`, which always fire regardless of component mount state.
3 months ago