Skip to content
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

[pull] master from base-org:master #2

Open
wants to merge 251 commits into
base: master
Choose a base branch
from
Open

Conversation

pull[bot]
Copy link

@pull pull bot commented Jul 30, 2024

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

kirkas and others added 24 commits July 29, 2024 17:29
* Move homepage to App router and tidy up shared layouts

* fix metadata
* move bootcam page to app router

* cleanup
* add development state switcher, fix dropdown

* update share on social flow/design/text

* Update apps/web/src/components/Basenames/RegistrationBackground/index.tsx

Co-authored-by: Jordan Frankfurt <jordanwfrankfurt@gmail.com>

* jordan feedback

---------

Co-authored-by: Jordan Frankfurt <jordanwfrankfurt@gmail.com>
)

* disregard calls success/failure and proceed when ens registration succeeds

* check that selectedName === currentAddressName

* move hack to its own hook

* ensure no backtracking
* update registration step and padding for mobile/desktop

* tweak spacing
* Enable SSR and quick-fix rainbowkit hydration

* move static content to SSR components

* production ready
Copy link

changeset-bot bot commented Jul 30, 2024

⚠️ No Changeset found

Latest commit: 03c51df

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

JFrankfurt and others added 5 commits July 30, 2024 17:25
* disregard calls success/failure and proceed when ens registration succeeds

* check that selectedName === currentAddressName

* move hack to its own hook

* put name check in an interval

* prevent backtracking

* use GA testnet contracts

* parse out name from .base.eth
* add logic to switch between ea/ga contracts

* Update apps/web/src/addresses/usernames.ts

Co-authored-by: Jordan Frankfurt <jordanwfrankfurt@gmail.com>

---------

Co-authored-by: Jordan Frankfurt <jordanwfrankfurt@gmail.com>
* Add datadog rum instrumentation

* use node_env

* Remove non-null assertion

* Fixes

* Fix envs
kirkas and others added 30 commits August 29, 2024 16:58
* feat(ecosystem): New additions to Ecosystem page

This PR includes new additions to the Ecosystem page

* chore(Ecosystem): Lint ecosystem.json, Thirdwave img
* fix foundry reference link

* Create Email Campaign using Resend and Smart Wallet tutorial

* add conclusion and remove section title

* fix typo

* change code snippet linter to html

* add images to support frontend testing steps

* fix lint error

* remove react hook keywords
* Remove sendToDatadog from logger

* remove tracer import
This updates a few references to highlight the collective Superchain
that Base is part of
* Add datadog logging structure

* add logging examples

* remove tracer for testing

* add tracer

* fix metadata

* remove meta from console to prevent ugly formatted errors

* import tracer only where fs should be existing

* add fs config on next.config

* remove import for Tracer type

* add fs config on next.config

* import os path and fs dynamically

* update config

* update config

* remove tracer

* last try on tracer

* remove tracer

* stringify logger

* add test for client and server side render

* remove test loggers

* remove test logs

* remove unneeded logs

* stop double nil checking for currentSpan

* make logger more readble
* add nameExpires to the tokenMetadata JSON

* one function to rule them all (2)
* re-encode the webm file for the globe animation

* color mixing: ffmpeg -i output.webm -vf 'colorkey=0xf6f6f6:0.02:0.1, colorchannelmixer=rr=1:gg=1:bb=1' -c:a copy output1.webm
* Fix typo in wallet-connectors.md

* Fix Markdown formatting for code block

* Fix code in example

* Consistent style to RainbowKit and wagmi

* Fix broken link to Optimism's network infomation
* remove page events in favor of pageview

* fix invalid logging
* Fix demo code in useWriteContract docs

* Fix typos

* Fix demo code

* Fix import path
* error-triage.md

Correction

* hardhat-verify-sbs.md

Correction

* data.json

Correction

* 5_cross-chain-with-layerzero.md

Correction
* initial draft of frame render

* render frames from text records

* fix build, https instead of * csp

* undo changes to base-docs

* no-verify repeat

* add xmtp signer

* fix build issue and add frame prompt element

* Extract TryNowHero component

* add second add-frame button

* Frame previews in modal

* Frame previews in modal

* Rough out copy and text hierachy

* More blocking

* fix property access on profile context

* add responsive layout

* Setup suggestion cards

* clean up pr

* clean up pr

* Update card icons

* Make AddFrameModal components modular

* fully functional farcaster frames

* get previews working

* polish

* Target arm64 architecture for web (#967)

* theme update

* try openframes first

* wip towards frame management page

* Revert "wip towards frame management page"

This reverts commit de4b6eb.

* Revert "Revert "wip towards frame management page""

This reverts commit 52a4555.

* make page render

* get desktop frame builder ui working

* frame manager page w/ loading and some styles

* add back button

* better theme and add multi-add

* fix loading experience

* add mobile ux

* incorporate d furlong's suggestion re: frameImage fix

* dogfooding input from Rhea

* improved validation and copy

* improved loading state

* improve button and input styling

* add farcaster logout ux

* clean up sign-in ux

* clean up qr modal

* add swap frame

* clean up frame image sizing

* add a nice smooth transition in/out of loading states

* BAPP-579

* BAPP-585, BAPP-586

* BAPP-583

* BAPP-583

* move error handling up a level

* analytics

* improve mobile builder ux

* fix farcaster signer modal close issue--poll for text record changes on owned profiles

* center sign in with warpcast text

* yarn

* pr review from Leo

* lint

* add back nomination frame

* stick buttons to the bottom and center the loader

* revert csp changes

* add more logging and remove dead code

* be less spooky about the missing env vars

* add more info to error/analytics calls

* optimistic addition/removal of frames; improved warpcast sign-in

* remove columns experimentation

* fix masonry layout

* update icons for shelley

* rm unnecessary classnames call

* frame border radius nit

* style nits

* add dropped icon

* bunday review

---------

Co-authored-by: Matthew Bunday <matthew.bunday@coinbase.com>
Co-authored-by: David Roth <david.roth@coinbase.com>
* add basenames frames tutorial without images

* add images to asset folder

* add images to tutorial

* add image of profile completion

* make basenames singular

* update slug to lowercase b in basename

* add reference links

* add basenames faq question

* reword what are frames paragraph

* add open spec link

* remove profile mentions
* update Claim Basename call to action

* update grammar on intro and second paragraph

* change example basename

* remove UL and turn into sentences
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.