-
Notifications
You must be signed in to change notification settings - Fork 441
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: too many open files #1389
Closed
Closed
fix: too many open files #1389
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* feat: add button and update css vars * feat: add theme toggle * chore: add some light theme colors * feat: make theme system backward compatible
* ci: fix npm i (for linux) * feat: add button * feat: color button * chore: color adjustments * chore: add inter as local font * chore: add button sizes --------- Co-authored-by: BrickheadJohnny <[email protected]>
* feat: configure storybook and add a basic button story * fine-tune button variants, rename accent variant to secondary * feat(Button): add loading state * feat: add font-related classes to storybook previews * feat: add `destructive-ghost` variant
* feat: add tooltip * add `@radix-ui/react-tooltip` package * update styles & add story --------- Co-authored-by: BrickheadJohnny <[email protected]>
* feat: `Toast` component & `useToast` hook * refactor: simplify toast background color management * fix: focus-visible styles * cleanup: define screen size variables only once * fix(Toast): add ring on focus-visible * fix(useToast): rename variable in `forEach` * fix(ci): address linux storybook error (#1336) * fix(ci): address linux storybook error * chore(deps): move esbuild to dev deps --------- Co-authored-by: Dominik Stumpf <[email protected]>
* feat: `AlertDialog` component * fix: TODO comment
* add changes from the `v2-header` branch * feat: add `Dialog` stories * feat(Dialog): scrollable overlay
* feat: `DropdownMenu` component * fix: rename `border-secondary` to `border-muted`
* feat: add header * chore: configure navigator * feat: `Providers` component * chore: disable navigator on blur * feat: `NavigationEvents` component * refactor: make providers work with both routers * feat: add IntercomProvider * feat: usePrevious hook * feat(CardMotionWrapper): use `m.div` instead of `MotionBox` * wip: WalletSelectorModal without Google login button * update package-lock * fix: proper button states in wallet selector modal * feat: `NavMenu` as popover * feat: `CopyableAddress` component * fix(useGuild): use the new `usePathname` hook * fix: export `connectorButtonBaseProps` from `ConnectorButton` * refactor toast related css variables * fix: replace relevant toasts with our new toast component * chore: upgrade nextjs * wip: account modal * cleanup playground * refactor posthog, intercom, web3 related contexts & hooks * cleanup: remove `DialogExample` * fix(CardMotionWrapper): remove the `EASING` import * Try fix build "out of memory" error (#1347) * build: allocate more memory for nodejs on build * build: increase memory limit * chore: remove posthog provider to test build error * chore: remove posthog provider to test build error * chore: remove reward import * build: remove memory limit override * chore: fix circular import * fix: update import outside v2 * fix: add missing react suspense * Revert "chore: remove reward import" This reverts commit b2cf1d8. * chore: remove accidental svg * fix(layout): add back `PostHogPageViews` --------- Co-authored-by: BrickheadJohnny <[email protected]> * feat(CopyableAddress): add tooltip * feat: `NetworkModal` migration * feat: `Accordion` component * temporarily remove `CircularDependencyPlugin` * move `platformMergeAlertAtom` to `atoms.ts` * fix(useUserPublic): comment posthog related stuff * feat: `FarcasterProfile` component * fix ring color in light mode * fix: remove ring offset * fix: connect Farcaster button colors * feat: define css vars for every platform type * fix(SocialAccount): use the correct button colors * feat: `Collapse` component * feat(Form): don't re-export `FormProvider` as `Form` * chore: remove old `Header` & `NavMenu` * fix: Button & Input classNames * feat(FormErrorMessage): add collapse animation * feat: migrate the `EmailAddress` component * chore: migrate `useDisconnect` * fix(AccountModal): simplify modal state * fix(EmailAddress): verify flow * chore: remove unused `AccountButton` * cleanup: move `processEmailError` inside `AccountModal/utils` * feat: `useGuildUrlNameFromPathname` helper hook * wip: `SharedSocials` migration * refactor: move `useEditSharedSocials` to the `v2` folder * feat: finish `SharedSocial` migration * feat: `useErrorToast` hook * fix(WalletSelectorModal): remove `CardMotionWrapper` * fix(Button): remove important modifier * fix(WalletSelectorModal): remove animations * feat: "Linked addresses" section * feat: `WalletLinkHelperModal` migration * feat: `UsersGuildPins` migration * fix(UsersGuildPins): `isValidating` logic * fix(_app): remove custom-scrollbar.css import * patch package-lock * fix(playground): remove Section component * chore(playground): remove FormExample * cleanup: remove unused `GoogleTerms` component * feat: migrate the `Error` component * cleanup(LinkedAddress): remove unused legacy code * fix: use bold icons everywhere under the `/v2` directory * feat: `/cwaas-export` page * fix(next.config.js): add `CircularDependencyPlugin` * fix: uncomment `useResolveAddress` hook usages * fix(Account): simplify conditional classNames * fix: don't use `clsx` inside `cn` calls * fix(usePrevious): remove assertion * fix(EmailAddress): better generic type for `emailSentAt` state * chore(NetworkButton): add comment about `img` * fix(CopyableAddress): simplify className * fix(NavMenu): remove unnecessary boolean inversion * cleanup(ConnectorButton): use descriptive variable names * fix(AddressTypeBadge): tooltip content * feat: use the `useTheme` hook for dynamic connector icons * cleanup(useWeb3ConnectionManager): remove ternary * fix: use consistent ring sizes * cleanup(tailwind.config.ts): remove unnecessary custom animations * fix(WalletSelectorModal): move export link to the end of the list * feat: `IntercomProvider` migration * feat: `PlatformMergeErrorAlert` migration * feat: `useConnectFromLocalStorage` migration * fix(_app): add `Toaster` * feat: add notifications * feat: add separator * feat: add notifications * feat: `Collapsible` component * fix(useLensProfile): don't import icon from the requirements config * fix(EmailAddress): use the new hook * fix(FarcasterProfile): use the new hook * feat: new `GuildLogo` component * fix(SharedSocials): use the new `GuildLogo` component * fix: add more packages to `optimizePackageImports` * fix(useTriggerNetworkChange): use the new `useToast` hook * fix: patch package-lock * fix: Tooltip animation duration * cleanup: remove some unnecessary comments * feat(WalletSelectorModal): use the new `Anchor` tag * feat: add skeleton for notification * chore: add sign in button * refactor: write biome check unsafe * chore: fix ts errors * feat: add subscribe option * feat: add modals to notification * refactor: separate view and container * cleanup: small copy/naming improvements * fix(Skeleton): define a CSS variable for skeleton background * fix(Account): styling/layout improvements * fix(Skeleton): use the new CSS variables * refactor: load the `Web3Inbox` component dynamically * fix: dynamic popover width --------- Co-authored-by: BrickheadJohnny <[email protected]>
* feat: add compound layout component * chore: add PageBoundary * test: add Layout to storybook * refactor: finalize compound layout * feat: add background to banner * test: update stories * move PageContainer into Layout * refactor: move header out, fix storybook * fix storybook * feat(Banner): add className prop * chore: add classname as optional --------- Co-authored-by: valid <[email protected]>
* feat: add header * chore: configure navigator * feat: `Providers` component * chore: disable navigator on blur * feat: `NavigationEvents` component * feat: add explorer * refactor: make providers work with both routers * chore: color corrections * feat: add dynamic header * feat: add dynamic color to nav toggle * feat: add robots, manifest, ring * chore: add display font to title * chore: change ring color * refactor: extract guild listing * feat: make header and background responsive * feat: implement infinite scroll * feat: add loading spinner * feat: hook in searchbar * feat: add IntercomProvider * feat: usePrevious hook * feat(CardMotionWrapper): use `m.div` instead of `MotionBox` * wip: WalletSelectorModal without Google login button * update package-lock * feat: add anchor to search filter * feat: add link to card * feat: add no search result message * fix: proper button states in wallet selector modal * feat: `NavMenu` as popover * feat: `CopyableAddress` component * fix(useGuild): use the new `usePathname` hook * fix: export `connectorButtonBaseProps` from `ConnectorButton` * refactor toast related css variables * fix: replace relevant toasts with our new toast component * chore: upgrade nextjs * wip: account modal * ci: ignore waas import errors * fix: addess merge conflict on toolbar, type errors * chore: add debounce instead of defer * chore: fix constant imports * feat: make guild card image cacheable * feat: add anchor * cleanup playground * refactor posthog, intercom, web3 related contexts & hooks * cleanup: remove `DialogExample` * fix(CardMotionWrapper): remove the `EASING` import * Try fix build "out of memory" error (#1347) * build: allocate more memory for nodejs on build * build: increase memory limit * chore: remove posthog provider to test build error * chore: remove posthog provider to test build error * chore: remove reward import * build: remove memory limit override * chore: fix circular import * fix: update import outside v2 * fix: add missing react suspense * Revert "chore: remove reward import" This reverts commit b2cf1d8. * chore: remove accidental svg * fix(layout): add back `PostHogPageViews` --------- Co-authored-by: BrickheadJohnny <[email protected]> * feat(CopyableAddress): add tooltip * feat: `NetworkModal` migration * feat: `Accordion` component * temporarily remove `CircularDependencyPlugin` * move `platformMergeAlertAtom` to `atoms.ts` * fix(useUserPublic): comment posthog related stuff * chore: remove package-json * feat: `FarcasterProfile` component * fix ring color in light mode * fix: remove ring offset * fix: connect Farcaster button colors * feat: define css vars for every platform type * fix(SocialAccount): use the correct button colors * fix: solve css overlay * feat: add anchor element to page * feat: add layout, search refactor * refactor: extract query atom * feat: add your guilds * fix(build): add missing dep * fix(build): add suspense boundary, auth check * fix(build): move out suspense boundary * fix(a11y): add padding to verified badge, extract signin button * refactor: move layout into one file * chore!: delete changes * style: apply biome check * chore: add hooks * chore: merge playground * chore: pull useIsStuck * chore: remove conflicting explorer page * chore: fix ts errors * chore: pull UserGuildPins * chore: update account inside layout * fix(GuildCard): styling * fix(GuildSearchBar): fine-tune styles * fix(explorer): small refactor & styling improvements * refactor(explorer): prefetch guilds on the server * fix: use the default phosphor icons * Revert "fix: use the default phosphor icons" This reverts commit 468ee90. * fix(GuildInfiniteScroll): use the `useFetcherWithSign` hook * fix(WalletSelectorModal): highlighted "learn more" link * feat(StickyBar): add smooth scroll * fix(Toggle): default variant - `state=on` style * chore: add aria label to wcm modal * chore: move setAttribute * chore: remove robots.txt duplicate, add new layout * fix(a11y): adjust colors to metrics * fix: offset and color banner properly * chore: make button semibold * chore: fix robots.txt * Revert "chore: fix robots.txt" This reverts commit 46cf099. * chore: remove unused explorer-related components * fix(GuildSearchBar): increase debounce time * fix(HeaderBackground): background height on mobile * fix(Explorer): only show the "Your guilds" section if the user has a keypair * fix(StickyBar): add `/create-guild` link * fix(GuildSearchBar): add smooth scroll * cleanup(YourGuilds): use the already existing hook * fix(explore): spacings & scroll animation * cleanup(GuildSearchBar): remove comment * feat(explorer): prefetch top newest guilds too * refactor: store query state in the URL * cleanup: remove unused `PageBoundary` file * fix: change observerTarget's aria-label * cleanup(Web3ConnectionManager): remove unused import * cleanup(explorer): footer copy * fix(Explorer): wrap `GuildInfiniteScroll` in `Suspense` * refactor: pass search params down from the explorer page * fix(GuildSearchBar): remove buggy useEffect * chore: load images better --------- Co-authored-by: BrickheadJohnny <[email protected]>
* fix(css): remove horizontal padding * chore: remove unused files
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
This issue was fixed by #1391. Closing! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.