tangled
alpha
login
or
join now
yoginth.com
/
hey
Hey is a decentralized and permissionless social media app built with Lens Protocol 馃尶
1
fork
atom
overview
issues
pulls
pipelines
commits
Author
Commit
Message
Date
yoginth.com
bfba3df5
fix: update HEY_TREASURY constant to new address
main
2mo ago
yoginth.com
cd283256
fix: update HEY_TREASURY constant to new address
2mo ago
yoginth.com
198e4415
Update
2mo ago
yoginth.com
799e8f2c
refactor: replace hardcoded RPC URL with BASE_RPC_URL constant in Trade and Web3Provider components
2mo ago
yoginth.com
c0ea16d1
refactor: update import path for CreatorCoinForm and remove obsolete CreatorCoin component file
2mo ago
yoginth.com
89f8cac0
refactor: improve address handling in CreatorCoin component by removing unnecessary type assertions
2mo ago
yoginth.com
1766199b
refactor: simplify CreatorCoin component's address validation logic and streamline form default values
2mo ago
yoginth.com
0d3702cc
feat: enhance CreatorCoin component with profile coin fetching and address removal functionality
2mo ago
yoginth.com
aa7758e4
feat: add Creator Coin settings route and update account details to always display CreatorCoin component
2mo ago
yoginth.com
42d6e567
feat: update Transfer component to change button action for insufficient balance and update link text
2mo ago
yoginth.com
872e8f84
feat: add syncHeyNamesMembersToGuild route to cron API for syncing HeyNames members to guild
2mo ago
yoginth.com
526fb1d7
Hey ENS (#71)
2mo ago
yoginth.com
54b50f51
feat: add username attribute to LensAccount interface and update getLensAccount function to include username in account retrieval
2mo ago
yoginth.com
4147e9a3
feat: enhance Usernames component to filter usernames by current account address and handle loading state
2mo ago
yoginth.com
0a3056e1
refactor: remove beta account check from getLensAccount function to streamline account retrieval
2mo ago
yoginth.com
354c928a
feat: update getLensAccount to utilize new UsernameFragment and enhance account retrieval logic
2mo ago
yoginth.com
6e208e55
feat: add Usernames component to Choose for enhanced ENS username selection
2mo ago
yoginth.com
ed385e57
feat: integrate balance query and top-up functionality in Choose component for ENS username registration
2mo ago
yoginth.com
5dea69c4
feat: display ENS badge in account previews and posts when local name is available
2mo ago
yoginth.com
f8cd05f2
feat: add ENSBadge component to account details and enable autoAssign for username creation
2mo ago
yoginth.com
68ebdd08
feat: enhance getLensAccount function to include ENS namespace in account retrieval
2mo ago
yoginth.com
35960d53
refactor: replace Mint component with Choose, Minting, and Success components for enhanced ENS username creation flow
2mo ago
yoginth.com
e05b8088
feat: implement ENS username creation flow with validation and transaction handling
2mo ago
yoginth.com
fe05ac4b
feat: add ENS component and update GraphQL fragments for enhanced account data retrieval
2mo ago
yoginth.com
69aed79c
fix: add groupMembers cursor field policy to Apollo cache for improved group data handling
2mo ago
yoginth.com
27963143
fix: streamline error handling in Trade component by removing error logging for failed trades
2mo ago
yoginth.com
162c4406
fix: add transaction validation flag to Trade component for improved transaction handling
2mo ago
yoginth.com
b4d59c06
fix: simplify error handling in Trade component by removing unnecessary error message propagation
2mo ago
yoginth.com
e29d0f73
fix: add early return in makeParams function of Trade component for improved validation of amount input
2mo ago
yoginth.com
fcc743ac
refactor: modify makeParams function in Trade component to accept address as a parameter for improved clarity and functionality
2mo ago
yoginth.com
6a443124
fix: update Trade component to display estimated output with zero decimal places for better clarity
2mo ago
yoginth.com
705f8213
refactor: update Trade component to use getWalletClient for improved wallet connection handling
2mo ago
yoginth.com
e3d226bc
fix: update slippage value in Trade component from 0.01 to 0.1 for improved transaction accuracy
2mo ago
yoginth.com
29805e69
Update deps (#70)
2mo ago
yoginth.com
8bfb0abd
chore(deps): update zod to version 4.1.11 in both api and web package.json
2mo ago
yoginth.com
dab9db95
chore(deps): bump @apollo/client from 3.11.10 to 3.14.0 in pnpm-lock.yaml
2mo ago
yoginth.com
3a5f3b45
Update deps
2mo ago
yoginth.com
5e6fa3a8
chore(deps): bump vite from 7.1.7 to 7.1.11 (#66)
2mo ago
yoginth.com
657c773f
Creator Coin (#68)
2mo ago
yoginth.com
74eaed28
feat: add Max button to Transfer component for setting amount to token balance
2mo ago
yoginth.com
2a6ff9b1
refactor: update Web3Provider and Trade component to use new RPC endpoint with batching for improved performance
2mo ago
yoginth.com
c3937e51
refactor: remove unnecessary padding from CreatorCoin button for improved styling
2mo ago
yoginth.com
2f4da8be
refactor: remove Prisma dependencies from pnpm-lock.yaml and update generated TypeScript fragments for Account and Post
2mo ago
yoginth.com
1dc382fc
refactor: remove unused Prisma files and update environment configuration
2mo ago
yoginth.com
4ceadbd7
refactor: clean up Trade component by removing commented code and simplifying error handling
2mo ago
yoginth.com
b1b31eea
fix: update disabled state logic in CreatorCoin button to include address validation and coin presence
2mo ago
yoginth.com
7d0a7699
feat: update CreatorCoin component to fetch current account details and display success toast on address update
2mo ago
yoginth.com
75a391bb
refactor: replace loading text with spinner in CreatorCoin component for better UX
2mo ago
yoginth.com
18cafb1b
feat: enhance CreatorCoin component with coin fetching and validation logic
2mo ago
yoginth.com
0c5d78e9
refactor: adjust layout in ProSettings component for improved structure and spacing
2mo ago
yoginth.com
e3bc6e4d
feat: implement CreatorCoin component in Pro settings for managing creator coin address
2mo ago
yoginth.com
d9d0dd90
refactor: simplify error handling in proMiddleware and remove console logs in Trade component
2mo ago
yoginth.com
111e3d9c
feat: add base chain support to Web3Provider for enhanced connectivity
2mo ago
yoginth.com
dff4bb3c
feat: add Zora API key to constants for integration with Zora services
2mo ago
yoginth.com
d16dc17a
refactor: enhance wallet client handling in Trade component for improved error management
2mo ago
yoginth.com
e8d1b9db
refactor: integrate useHandleWrongNetwork hook in Trade component for network validation
2mo ago
yoginth.com
9639fee0
refactor: update creatorCoinAddress in CreatorCoin component for correct token retrieval
2mo ago
yoginth.com
4a1e3291
refactor: remove unused wallet connection logic from Trade component for cleaner code
2mo ago
yoginth.com
03fb9735
refactor: streamline Modal usage in CreatorCoinDetails for better maintainability
2mo ago
yoginth.com
6111c6c9
refactor: replace TradeModal with Modal component in CreatorCoinDetails for improved structure
2mo ago
fix: update HEY_TREASURY constant to new address
main
bfba3df5
yoginth.com
2mo
fix: update HEY_TREASURY constant to new address
cd283256
yoginth.com
2mo
Update
198e4415
yoginth.com
2mo
refactor: replace hardcoded RPC URL with BASE_RPC_URL constant in Trade and Web3Provider components
799e8f2c
yoginth.com
2mo
refactor: update import path for CreatorCoinForm and remove obsolete CreatorCoin component file
c0ea16d1
yoginth.com
2mo
refactor: improve address handling in CreatorCoin component by removing unnecessary type assertions
89f8cac0
yoginth.com
2mo
refactor: simplify CreatorCoin component's address validation logic and streamline form default values
1766199b
yoginth.com
2mo
feat: enhance CreatorCoin component with profile coin fetching and address removal functionality
0d3702cc
yoginth.com
2mo
feat: add Creator Coin settings route and update account details to always display CreatorCoin component
aa7758e4
yoginth.com
2mo
feat: update Transfer component to change button action for insufficient balance and update link text
42d6e567
yoginth.com
2mo
feat: add syncHeyNamesMembersToGuild route to cron API for syncing HeyNames members to guild
872e8f84
yoginth.com
2mo
Hey ENS (#71)
526fb1d7
yoginth.com
2mo
feat: add username attribute to LensAccount interface and update getLensAccount function to include username in account retrieval
54b50f51
yoginth.com
2mo
feat: enhance Usernames component to filter usernames by current account address and handle loading state
4147e9a3
yoginth.com
2mo
refactor: remove beta account check from getLensAccount function to streamline account retrieval
0a3056e1
yoginth.com
2mo
feat: update getLensAccount to utilize new UsernameFragment and enhance account retrieval logic
354c928a
yoginth.com
2mo
feat: add Usernames component to Choose for enhanced ENS username selection
6e208e55
yoginth.com
2mo
feat: integrate balance query and top-up functionality in Choose component for ENS username registration
ed385e57
yoginth.com
2mo
feat: display ENS badge in account previews and posts when local name is available
5dea69c4
yoginth.com
2mo
feat: add ENSBadge component to account details and enable autoAssign for username creation
f8cd05f2
yoginth.com
2mo
feat: enhance getLensAccount function to include ENS namespace in account retrieval
68ebdd08
yoginth.com
2mo
refactor: replace Mint component with Choose, Minting, and Success components for enhanced ENS username creation flow
35960d53
yoginth.com
2mo
feat: implement ENS username creation flow with validation and transaction handling
e05b8088
yoginth.com
2mo
feat: add ENS component and update GraphQL fragments for enhanced account data retrieval
fe05ac4b
yoginth.com
2mo
fix: add groupMembers cursor field policy to Apollo cache for improved group data handling
69aed79c
yoginth.com
2mo
fix: streamline error handling in Trade component by removing error logging for failed trades
27963143
yoginth.com
2mo
fix: add transaction validation flag to Trade component for improved transaction handling
162c4406
yoginth.com
2mo
fix: simplify error handling in Trade component by removing unnecessary error message propagation
b4d59c06
yoginth.com
2mo
fix: add early return in makeParams function of Trade component for improved validation of amount input
e29d0f73
yoginth.com
2mo
refactor: modify makeParams function in Trade component to accept address as a parameter for improved clarity and functionality
fcc743ac
yoginth.com
2mo
fix: update Trade component to display estimated output with zero decimal places for better clarity
6a443124
yoginth.com
2mo
refactor: update Trade component to use getWalletClient for improved wallet connection handling
705f8213
yoginth.com
2mo
fix: update slippage value in Trade component from 0.01 to 0.1 for improved transaction accuracy
e3d226bc
yoginth.com
2mo
Update deps (#70)
29805e69
yoginth.com
2mo
chore(deps): update zod to version 4.1.11 in both api and web package.json
8bfb0abd
yoginth.com
2mo
chore(deps): bump @apollo/client from 3.11.10 to 3.14.0 in pnpm-lock.yaml
dab9db95
yoginth.com
2mo
Update deps
3a5f3b45
yoginth.com
2mo
chore(deps): bump vite from 7.1.7 to 7.1.11 (#66)
5e6fa3a8
yoginth.com
2mo
Creator Coin (#68)
657c773f
yoginth.com
2mo
feat: add Max button to Transfer component for setting amount to token balance
74eaed28
yoginth.com
2mo
refactor: update Web3Provider and Trade component to use new RPC endpoint with batching for improved performance
2a6ff9b1
yoginth.com
2mo
refactor: remove unnecessary padding from CreatorCoin button for improved styling
c3937e51
yoginth.com
2mo
refactor: remove Prisma dependencies from pnpm-lock.yaml and update generated TypeScript fragments for Account and Post
2f4da8be
yoginth.com
2mo
refactor: remove unused Prisma files and update environment configuration
1dc382fc
yoginth.com
2mo
refactor: clean up Trade component by removing commented code and simplifying error handling
4ceadbd7
yoginth.com
2mo
fix: update disabled state logic in CreatorCoin button to include address validation and coin presence
b1b31eea
yoginth.com
2mo
feat: update CreatorCoin component to fetch current account details and display success toast on address update
7d0a7699
yoginth.com
2mo
refactor: replace loading text with spinner in CreatorCoin component for better UX
75a391bb
yoginth.com
2mo
feat: enhance CreatorCoin component with coin fetching and validation logic
18cafb1b
yoginth.com
2mo
refactor: adjust layout in ProSettings component for improved structure and spacing
0c5d78e9
yoginth.com
2mo
feat: implement CreatorCoin component in Pro settings for managing creator coin address
e3bc6e4d
yoginth.com
2mo
refactor: simplify error handling in proMiddleware and remove console logs in Trade component
d9d0dd90
yoginth.com
2mo
feat: add base chain support to Web3Provider for enhanced connectivity
111e3d9c
yoginth.com
2mo
feat: add Zora API key to constants for integration with Zora services
dff4bb3c
yoginth.com
2mo
refactor: enhance wallet client handling in Trade component for improved error management
d16dc17a
yoginth.com
2mo
refactor: integrate useHandleWrongNetwork hook in Trade component for network validation
e8d1b9db
yoginth.com
2mo
refactor: update creatorCoinAddress in CreatorCoin component for correct token retrieval
9639fee0
yoginth.com
2mo
refactor: remove unused wallet connection logic from Trade component for cleaner code
4a1e3291
yoginth.com
2mo
refactor: streamline Modal usage in CreatorCoinDetails for better maintainability
03fb9735
yoginth.com
2mo
refactor: replace TradeModal with Modal component in CreatorCoinDetails for improved structure
6111c6c9
yoginth.com
2mo
next