Commit Graph

907 Commits

Author SHA1 Message Date
Léo Galley
928a0ccfb8 Feat: Registration Discount codes (#1084)
* discount code temp

* comments

* BE: Proof of concept

* mark/increment code as consumed

* bad code

* bad code

* dry it up

* remove test code

* cleanup and fix

* suspense

* undo change

* refactor: use internal transaction/capacities hooks for registration flow

* refetch basename

* fix: wrong name being used when reverseRecord is false

* prefetch

* ssr code instead of search params

* add banner & code
2024-10-21 09:50:07 -04:00
Pat
66decf1ff9 [Tutorial] Apply custom theme to Swap component (#1098)
* add theme gif

* add styled swap component image

* add swap component before custom theme

* add tutorial for custom themes in OCK
2024-10-21 06:40:16 -07:00
Aditya Arora
e3bbd75a8f (feat) - Update Pyth Oracle (#798)
* (feat) - Update Pyth Oracle

* edits

* requested changes

* requested changes

* requested changes

* requested changes

* fix

---------

Co-authored-by: wbnns <hello@wbnns.com>
Co-authored-by: Brendan from DeFi <brendan.forster@coinbase.com>
2024-10-18 15:14:05 -07:00
wbnns
02ae8b5657 chore(ecosystem): Update page (#1091) 2024-10-18 15:05:11 -07:00
Vansh Wassan
2855f83ecc Update: API3 under Oracles section (#575)
* update: API3

* fix: nits

---------

Co-authored-by: vanshwassan <vanshwassan@users.noreply.github.com>
Co-authored-by: wbnns <hello@wbnns.com>
2024-10-18 14:42:04 -07:00
wbnns
f949dd8b3d docs(ecosystem): Add instrux, how to add an app (#1066)
* docs(README): Add instrux for updating Ecosystem page

* chore(ecosystem): Redirect submissions to open PR on GitHub
2024-10-18 21:16:22 +00:00
Thibaut Rizzi
fd02c65aa4 docs(base-learn): fix arrow direction in evm architecture execution diagram (#1079)
Co-authored-by: Brendan from DeFi <brendan.forster@coinbase.com>
2024-10-18 13:34:00 -05:00
Brian Friel
9e6c2542fe add phantom (#1070)
* add phantom

* remove phantom artifacts

---------

Co-authored-by: wbnns <hello@wbnns.com>
Co-authored-by: Brendan from DeFi <brendan.forster@coinbase.com>
2024-10-18 12:26:21 -05:00
Dmitry
18a3205ea7 Update hardhat-events-sbs.md (#1078)
Incorrect: "harhdat"
Correct: "hardhat"

"Harhdat" is a misspelling of "hardhat," which refers to the Hardhat development environment for Ethereum smart contracts. The error appears to be a typographical mistake, where the letters are incorrectly ordered.

Co-authored-by: Brendan from DeFi <brendan.forster@coinbase.com>
2024-10-18 10:10:13 -07:00
Brian Friel
b2cf38954f add phantom to connect wallet modal (#1083) 2024-10-18 13:04:16 -04:00
Jordan Frankfurt
8079208b5a add skill types (#1092) 2024-10-18 10:02:13 -07:00
Jordan Frankfurt
4bb1e17de0 add more websites to default profile (#1093) 2024-10-18 17:01:49 +00:00
Garey Simpson
08dd49a40c fix: name ownership recipient ens casing sensitivity (#1067)
* fix: name ownership recipient ens casing sensitivity

* use toLowerCase instead of toLocaleLowerCase
2024-10-18 11:58:11 -05:00
Dmitry
a96103f8af Update basenames-tutorial.md (#1075)
I found a spelling mistake in the text. In the first sentence, the word "intergrate" is incorrect. It should be "integrate."
2024-10-18 16:31:24 +00:00
Dmitry
05e6076852 Update 01_basename_social_dropdown.md (#1077)
The corrected word is "component."
2024-10-18 16:30:52 +00:00
Dmitry
29303205ee Update quickstart.md (#1076)
The word "Lets" should be contracted to "Let's" to indicate "let us." This is a common grammatical error.
2024-10-18 16:30:36 +00:00
neodaoist
9366e89431 Add Registry API docs to left side nav (#652)
* Add Registry API docs to left side nav

* Fix formatting

* Update sidebars.js to include Registry link

* Update sidebars.js
2024-10-18 09:07:43 -07:00
Daniloday
03bc86a933 Partner Rentality: info update (#1087)
* Changed parthner Rentality info

* Changed partner Rentality logo

---------

Co-authored-by: wbnns <hello@wbnns.com>
2024-10-18 08:59:18 -07:00
Jordan Frankfurt
1a72bacb8b kirkas nit (#1090) 2024-10-17 15:33:57 +00:00
Jordan Frankfurt
12b40b5b05 better error messages for frames (#1080) 2024-10-17 08:08:48 -07:00
Léo Galley
fc99fae92a fix complex url encoding (#1088) 2024-10-17 06:59:26 -07:00
Léo Galley
d60bd03749 remove job location (#1086) 2024-10-16 20:07:41 +00:00
Léo Galley
0ce74544f7 force upload assets url that point to another assets (#1085) 2024-10-15 17:04:08 -04:00
Pat
8d594aebcd OCK Pay & Fund tutorials (#1072)
* add images for fund and pay tutorials

* add onramp config troubleshooting steps

* add images for pay and fund tutorials

* add images to pay tutorial

* update metadata for pay + fund tutorials

* use replace dapp with app

* update title for better SEO

* add callouts

* crop image and add markups

* add details to OnchainkitProviders step

* call out the changes needed for the config.ts step

* add hyperlink for react docs
2024-10-15 13:36:10 -07:00
Brendan from DeFi
13c44e8a80 used custom link component (#1082) 2024-10-15 10:34:14 -07:00
Léo Galley
074609f86a force preload of video on homepage (#1081) 2024-10-15 17:09:07 +00:00
Jordan Frankfurt
06d7b07fcd make the onchainscore heatmap scroll rtl (#1058) 2024-10-15 09:47:19 -07:00
Léo Galley
9a520033db Feat: Cloudinary integration (#1071)
* cloudinary integration wip

* cloudinary integration wip

* fetch & proxy

* fix lock

* remove lib due to wasm nonsense

* clean up

* Update apps/web/src/components/ImageCloudinary/index.tsx

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

* Update apps/web/src/components/ImageCloudinary/index.tsx

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

* add logger to the routes

* env example

* fix loading

---------

Co-authored-by: Jordan Frankfurt <jordanwfrankfurt@gmail.com>
2024-10-15 12:43:20 -04:00
Brendan from DeFi
46005fd566 Fix: superchain link (#1073)
* added link to decentralized VideoCard

* adjusted hoverstate
2024-10-15 00:29:53 +00:00
Pat
57c8b57e52 Profile tutorial (#1051)
* Create a Basename Profile Dropdown tutorial

* add images

* add images to tutorial page

* crop image

* update intro
2024-10-14 12:09:22 -07:00
Léo Galley
2e1c8873b6 use capabilities instead of connectorId for feature detection (#1069) 2024-10-14 11:20:15 -04:00
Léo Galley
7d92c1f147 remove compare link (#1068) 2024-10-14 11:01:20 -04:00
Brendan from DeFi
b8e5970dc0 updated open and trusted text (#1064) 2024-10-12 09:05:27 -07:00
wbnns
459e572788 fix(ecosystem): Drop Earn Finance (#1062)
Broken link and 404s
2024-10-12 00:27:13 +00:00
Brendan from DeFi
abf5d806b2 Chore: Built on the Superchain (#1063)
* remove basenames claim modal from web

* removed basenames modal from docs

* revert changes to tutorials data

* added superchain to web hero

* use StaticImageData for svg type
2024-10-11 23:12:41 +00:00
Brendan from DeFi
28453fecff Fix/remove basenames modal (#1061)
* remove basenames claim modal from web

* removed basenames modal from docs

* revert changes to tutorials data
2024-10-11 15:43:29 -07:00
Léo Galley
2a62895198 prevent content jump (#1060) 2024-10-11 20:53:25 +00:00
Jordan Frankfurt
6ef01cc031 feat: better invalid frame styling (#1059)
* feat: better invalid frame styling

* failed to load frame copy
2024-10-11 20:02:52 +00:00
Matthew Bunday
d41b9e5938 Feat/homepage revamp (#962)
* Add dependencies

* Add assets

* Working with their mesh

* Not really working shimmer cards

* implement shimmer card without motion/framer

* Fix TagChip

* add button component

* Add Title and move Card

* add Title headline

* try new component

* Add large button and text component

* fix ecosystem page

* wasm free loading?

* Checkpoint, cleaning up lint errors

* New model attempt

* home and jobs page with new section/components

* New mesh export

* Add Base Grantee badge

* script to pull blog posts to display

* blog section

* new top navigation

* mobile blog

* navigation margin

* about page

* Adapt ecosystem page

* adapt builder-anniversary-nft

* adapt jobs page

* remove unused views

* remove unused views / frame / motion

* adapt get started

* i love wagmi

* mobile optimization

* tidy up get started page

* fix alignment

* add connect wallet button & transaction animation

* blog effect tidy up & new job page

* try catch

* fix display

* Load all the objects in a unit sphere

* Add wasm-unsafe-eval to CSP

* gradient circle animation

* Dynamic ThreeHero

* Add gltf and glb to file-loader

* Try combined GLB file

* button fix

* lineheight and text selection styles

* blog section optimizations

* intersection observer

* fix console errors

* blog post optimization, css over state

* one card provider = one event tracking

* we like mobile too

* ecosystem tweaks + mobile friendly

* margin & padding

* overflow fix

* Remove transparency

* use correct buttons & prefer canvas over svg animation

* mobile navigation

* latest optimize 3D pass

* tweak balloon effect

* fixed 3D hero header

* Progress on physics sim

* Link to retrofunding

* Remove brand kit link for now

* First pass at gravity scene

* Added physics pause when a user scrolls.

* fix fog and colors

* Update next to allow draco loading and added noggles to scene

* new light mouse trail

* new light

* mobile sizing

* fix mobile scaling alignment

* remove three card

* remove noggles

* Remove second OP logo

* new logo and lightning

* light intensity

* Lighting

* change switch network button text

* optimize effects

* less harsh light

* latest models and video sections

* sugar cube

* animated menus

* optimize instances in scene and make video hoverable

* Add stats

* add scroll test

* Fix weird flash at the loading + updated menus

* Add cursor

* Remove shimmer

* Mint button

* adjust the bloom a little

* new logo

* fix mint button

* remove orbit controls

* remove stats

* device vh

* mess with device height

* add analytics

* generic events

* eslint pass

* load draco file locally

* remove wasm exceptions

* scene mobile pass: performance fixes

* scene lint pass

* scene lint pass

* fix wasm

* fix card effect

* eslint pass

* cleanup

* linter

* local import

* local import

* Team feedback round 1

* Team feedback round 2

* toggle menu on click

* fixes

* Team feedback round 2

* Team feedback round 3

* og image

* 3D Header

* Team feedback round 4

* Team feedback round 4

* Replace cube video

* og image

* RIght click to mint

* use link component for tracking

* fix active/inactive state

* remove maath

* Team feedback round 5

* Team feedback round 6

* background tweaks

---------

Co-authored-by: Léo Galley <contact@kirkas.ch>
Co-authored-by: Mike Bodge <mbodge@gmail.com>
2024-10-11 15:05:50 -04:00
Jordan Frankfurt
324734572d rm frame builder section (#1057) 2024-10-10 16:31:29 -04:00
Léo Galley
b89e81e1c5 chain switcher for developers (#1055)
* chain switcher for developers

* suspense

* remove log
2024-10-10 13:22:12 -04:00
Jordan Frankfurt
f8118bc22b feat: copy frame urls (#1042)
* feat: copy frame urls

* switch order, switch icon

* frame link copied! copy
2024-10-10 16:16:46 +00:00
Jordan Frankfurt
6881348247 use ip check wrapper on img proxy (#1053)
* use ip check wrapper on img proxy

* fiddling with vercel-only build issue
2024-10-09 14:32:59 -05:00
Jordan Frankfurt
0b42cce8b9 require response content-type be an image (#1052) 2024-10-09 17:52:25 +00:00
Jordan Frankfurt
860c8c8fc5 update frames.js/render (#1050) 2024-10-08 18:06:52 +00:00
Jordan Frankfurt
a9afa5dc74 feat: add + icon instead of text (#1045) 2024-10-08 12:01:51 -05:00
Jordan Frankfurt
fd609a9f9c force frames to be only as wide as the initial preview frame placeholder (#1047) 2024-10-08 12:01:33 -05:00
Jordan Frankfurt
dab344766d feat: proxy frame image requests (#1049) 2024-10-08 12:00:53 -05:00
Jack Chuma
a16234ef95 update file path for new NFT contract in description (#1048)
Co-authored-by: wbnns <hello@wbnns.com>
2024-10-08 14:54:42 +00:00
Jordan Frankfurt
fa379d05df update sign in with farcaster UI (#1046) 2024-10-07 14:34:20 -07:00