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
14 folders
11 files
at
830708d29a4cf38b84629b376b80989a1db6e78e
Tyler
fix(toast-load): infinite load of adding a card on a collection page
3mo ago
830708d2
.storybook
feat: tinker mode
7 months ago
api-client
Merge pull request #641 from cosmik-network/feature/sub-graph-personal-graph-20260323 Feature/sub graph personal graph 20260323
4 months ago
app
feat: update atmosphereConf CTA on landing page
3 months ago
assets
feat: atmosphereConf banner on home
4 months ago
components
feat: add haptics to refetch button
3 months ago
features
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
hooks
refactor: centralize auth logging
4 months ago
lib
fix: restrict isProfilePage and isCollectionPage to semble's own domain
3 months ago
providers
feat: track app nav history and conditionally show back button
3 months ago
public
feat: add bg to semble pwa icons
3 months ago
services
refactor: centralize auth logging
4 months ago
stories
chore: add storybook
11 months ago
styles
fix: segmented control z-index
3 months ago
types
formatted all files with new formatting convention
1 year ago
.eslintrc.json
include lint config for FE
1 year ago
background.ts
formatting and console logs
1 year ago
content.ts
linting and formatting
1 year ago
mdx-components.tsx
docs: privacy policy
9 months ago
next-env.d.ts
feat: haptics on bottom bar item and composer
3 months ago
next.config.mjs
chore: optimize package imports
3 months ago
package.json
feat: haptics on bottom bar item and composer
3 months ago
postcss.config.cjs
formatted all files with new formatting convention
1 year ago
tsconfig.json
formatted all files with new formatting convention
1 year ago
vitest.config.ts
chore: add storybook
11 months ago
vitest.shims.d.ts
format fix
10 months ago