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
/
modules
7 folders
at
830708d29a4cf38b84629b376b80989a1db6e78e
Tyler
fix(toast-load): infinite load of adding a card on a collection page
3mo ago
830708d2
atproto
collection search service implementation
3 months ago
cards
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
feeds
include lib stats on connections in feed and notifications
4 months ago
notifications
remove connection feature flag
4 months ago
search
fix search scoping
3 months ago
sync
weekly margin sync (dev only)
4 months ago
user
remove profile following cache and fetch directly on get profile use case
4 months ago