Recent Updates
SkateHive/skatehive3.0
- feat: add EmbeddedMap component and refactor Skatespots page to use dynamic import (sktbrd)
- Merge pull request #1 from branders0n/branders0n
Update README.md (webgnar)
- Update README.md (branders0n)
- fix: improve parameter handling in HomePage component (sktbrd)
- fix: update PostCSS configuration to use '@tailwindcss/postcss' and include aioha styles in Tailwind config (sktbrd)
- update ogimage.png (sktbrd)
- think it builds now fixed a bunch of linter errors
deleted the route file. and the sendmail. these are backend files vaipronde knows more about. (webgnar)
- more linter error fixes (webgnar)
- fix? (webgnar)
- arrow button
still unfinished (webgnar)
sktbrd/gnars-terminal
Merge branch 'r4topunk:main' into main (Vlad 2)
Merge branch 'r4topunk:main' into main (Vlad 2)
✨ feat: enhance CheerfulEthVolume and MintSection with icons and layout
Added Ethereum icon to CheerfulEthVolume for visual appeal.
Introduced shopping cart icon and heading in MintSection for better
user experience and clarity. (r4to)✨ feat: enhance DroposalPage and MediaSection with new components
Added CheerfulEthVolume to display ETH volume metrics in DroposalPage.
Improved layout and styling in MediaSection for better user experience.
Refactored SupportersSection to include avatar loading and display logic. (r4to)
feat: restructure droposal components and add new features
Refactored DroposalPage to improve organization and readability.
Introduced CheerfulEthVolume component to display ETH volume information.
Added MediaSection for displaying media related to the token.
Implemented MintSection for minting tokens with quantity and comment options.
Created SupportersSection to show token holders and their details.
Developed TokenDetailsSection to present token metadata and contract information.
Added WithdrawSection for contract owners to withdraw funds.
Implemented utility functions in droposalUtils for metadata processing and token owner fetching.
Defined types for token metadata, aggregated holders, sales configuration, and price information. (r4to)
feat: update dark mode border color from yellow to primary in various components for consistency (sktbrd)
✨ feat: move metadata fetching to utility and refactor DroposalPage
Extracted metadata fetching logic into a new utility function
fetchDroposalMetadata
for better organization and reusability.Updated
DroposalPage
to utilize the new utility function, enhancing
code clarity and maintainability. (r4to)feat: update CustomVideoPlayer to handle mobile autoplay and poster image, and adjust DroposalCard skeleton height for responsiveness (sktbrd)
feat: refactor DroposalPage to improve ETH volume calculation and loading/error handling (Vlad Nikolaev)
feat: add withdraw and owner functions to zoraMintAbi and organize DroposalClient structure (sktbrd)