Skip to content

Commit 46f262f

Browse files
committed
Merge branch 'stg' into test
2 parents be443c3 + 04ef7fd commit 46f262f

File tree

5 files changed

+70
-21
lines changed

5 files changed

+70
-21
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "explorer-dapp",
33
"description": "Itheum Explorer is a DApp for the public to explore and visualize data within the Itheum protocol",
4-
"version": "1.15.2",
4+
"version": "1.15.4",
55
"author": "Itheum",
66
"license": "GPL-3.0-or-later",
77
"dependencies": {

src/libComponents/animated/HoverEffect.tsx

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,18 +44,25 @@ export const HoverEffect = ({
4444
</AnimatePresence>
4545
<Card>
4646
<div className="relative flex justify-center items-center group">
47-
<img src={item.image} className="group-hover:scale-110 transition-all duration-500 rounded-2xl" />
47+
<img
48+
onClick={() => {
49+
if (item.ownedDataNftIndex && item.ownedDataNftIndex >= 0) viewData(item.ownedDataNftIndex ?? 0);
50+
else window.open("https://nft.ici.ro/ethereal-echoes", "_blank");
51+
}}
52+
src={item.image}
53+
className="group-hover:scale-110 transition-all duration-500 rounded-2xl cursor-pointer"
54+
/>
4855
{item.ownedDataNftIndex && item.ownedDataNftIndex >= 0 ? (
4956
<PlayCircle
5057
onClick={() => viewData(item.ownedDataNftIndex ?? 0)}
51-
className="absolute z-[100] text-teal-900 fill-black/80 w-16 h-0 hover:cursor-pointer group-hover:h-16 transition-all duration-500"
58+
className="absolute z-[100] text-white fill-black/90 w-36 h-16 md:h-36 hover:cursor-pointer transition-all duration-500"
5259
/>
5360
) : (
5461
<Link
5562
to={"https://nft.ici.ro/ethereal-echoes"}
5663
target="_blank"
57-
className="hover:scale-125 transition-all bottom-0 right-0 gap-1 absolute bg-teal-900/80 rounded-2xl px-2 flex flex-row">
58-
Find <Search className="w-4" />
64+
className="hover:scale-125 transition-all bottom-0 right-0 gap-1 p-1 absolute bg-teal-900/80 rounded-2xl px-2 flex flex-row md:text-xl">
65+
Find <Search className="w-8" />
5966
</Link>
6067
)}
6168
</div>

src/pages/AppMarketplace/DeepForestMusic/DeepForestMusic.tsx

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -176,10 +176,10 @@ export const DeepForestMusic = () => {
176176
<div className=" flex flex-col justify-center items-center font-[Clash-Regular] w-full max-w-[100rem]">
177177
<div className="flex flex-col w-[90%] md:w-[70%] p-10">
178178
<img src={iconPreview} className="rounded-2xl" />
179-
<div className="relative flex -mt-10 w-full items-center justify-end p-2">
179+
<div className="relative flex -mt-10 w-full items-center justify-end p-2 px-4">
180180
<Modal
181181
openTrigger={
182-
<button className="text-sm hover:scale-125 transition-all duration-300 md:text-lg bottom-0 right-0 rounded-full justify-center gap-1 flex flex-row">
182+
<button className="text-sm hover:scale-125 transition-all duration-300 md:text-xl bottom-0 right-0 rounded-full justify-center gap-1 flex flex-row">
183183
Preview <PlayCircle className="cursor-pointer text-secondary dark:text-primary" />
184184
</button>
185185
}
@@ -205,14 +205,7 @@ export const DeepForestMusic = () => {
205205
</>
206206
</Modal>{" "}
207207
</div>
208-
{/* <p> Deep Forest Music </p>
209-
<p>
210-
These NFTs aren't just static pieces of digital art, they are immersive experiences. Each of the 90 NFTs is brought to life through a unique
211-
graphical Artwork, a bonus unreleased track and only one NFT per category is crowned with a personal message from Eric Mouquet to its owner. Yet,
212-
the allure of these music dataNFTs extends beyond their aesthetic and sentimental value. Each NFT is imbued with real-life utility, making them not
213-
just collector's items, but practical digital assets in various realms, like access to concerts, whitelisting, access to unreleased versions of the
214-
tracks, multi-track files, physical items and many more in the future.
215-
</p> */}
208+
216209
<div className="flex text-foreground flex-row rounded-lg mt-8 p-1 text-center gap-4 text-2xl md:w-[50%] xl:text-3xl justify-center md:justify-start items-center ">
217210
<Music2 />
218211
<span>Albums</span>

src/pages/AppMarketplace/GetBitz/GiveBitz/PowerUpBounty.tsx

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,16 @@ const PowerUpBounty = (props: PowerUpBountyProps) => {
4848
<div className="relative bg-[#35d9fa]/80 dark:bg-[#35d9fa]/30 rounded-3xl p-[2px] before:absolute before:w-96 before:h-96 before:-left-48 before:-top-48 before:bg-[#35d9fa] before:rounded-full before:opacity-0 before:pointer-events-none before:transition-opacity before:duration-500 before:translate-x-[var(--mouse-x)] before:translate-y-[var(--mouse-y)] before:hover:opacity-20 before:z-30 before:blur-[100px] after:absolute after:inset-0 after:rounded-[inherit] after:opacity-0 after:transition-opacity after:duration-500 after:[background:_radial-gradient(250px_circle_at_var(--mouse-x)_var(--mouse-y),theme(colors.sky.400),transparent)] after:group-hover:opacity-100 after:z-10 overflow-hidden">
4949
<div className="relative h-full bg-neutral-950/40 dark:bg-neutral-950/60 rounded-[inherit] z-20 overflow-hidden p-4 md:p-8">
5050
<div className="flex justify-between items-center text-sm md:text-base">
51-
{receivedBitzSum && (
52-
<div className=" bg-[#2495AC] dark:bg-[#022629] p-1 px-3 rounded-2xl shadow-inner shadow-[#35d9fa]/30 "> Received Bitz: {receivedBitzSum}</div>
53-
)}
54-
{giverCounts && (
55-
<div className="bg-[#2495AC] dark:bg-[#022629] p-1 px-3 rounded-2xl shadow-inner shadow-[#35d9fa]/30 ">Givers: {giverCounts}</div>
56-
)}
51+
<div className=" bg-[#2495AC] dark:bg-[#022629] p-1 px-3 rounded-2xl shadow-inner shadow-[#35d9fa]/30 ">
52+
{" "}
53+
Received Bitz: {receivedBitzSum ? receivedBitzSum : 0}
54+
</div>
55+
56+
<div className="bg-[#2495AC] dark:bg-[#022629] p-1 px-3 rounded-2xl shadow-inner shadow-[#35d9fa]/30 ">
57+
Givers: {giverCounts ? giverCounts : 0}
58+
</div>
5759
</div>
60+
5861
<>
5962
<div className="mb-3 text-lg font-bold p-1 md:h-11">{title}</div>
6063
<div className="py-2 border-b-4 border-[#35d9fa]/30 text-sm ">

src/pages/AppMarketplace/GetBitz/config.tsx

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,52 @@ export function getDataBounties() {
260260
Additionally, 5 lucky winners from the top 51 to 100 contributors will each receive 1 copy.
261261
50 copies donated to BiTz Monthly Leaderboard`,
262262
});
263+
264+
allBounties.push({
265+
bountySubmitter: "erd13ga0m7hjvjg9x47ngzv7mehamh4klctdn4m0gufwr4ukfg9x5yqs45gnga",
266+
bountyId: "b10",
267+
title: "Me and my tradition",
268+
summary: `Data NFT bounty focused on digitizing and immortalizing vanishing cultural traditions and practices.
269+
Each participant would need to record rituals, ceremonies, traditional crafts, or oral histories. Each verified contribution could be transformed into a unique NFT, with rewards including a portion of NFT sales, or biTz point that are funding for community-led cultural preservation projects, or access to immersive experiences showcasing these traditions.
270+
It's a way to celebrate and safeguard cultural diversity while empowering communities to preserve their heritage for future generations.`,
271+
readMoreLink: "",
272+
submittedOnTs: 1715329474,
273+
fillPerks: `The creator of the bounty will receive 5 copies.
274+
The top 5 contributors on the GiveBiTz leaderboard for this bounty will each receive 3 copies.
275+
Contributors ranked 6th to 20th will receive 2 copies each.
276+
Contributors ranked 21st to 50th will receive 1 copy each.
277+
Additionally, 5 lucky winners from the top 51 to 100 contributors will each receive 1 copy.
278+
50 copies donated to BiTz Monthly Leaderboard`,
279+
});
280+
281+
allBounties.push({
282+
bountySubmitter: "erd18qxupz0zfffk3pa034pxlsu7tttjw93aey3wlxc7jew8fe4epj6sly56ya",
283+
bountyId: "b11",
284+
title: "Music Data NFT",
285+
summary: `Craft a Music Data NFT featuring a dynamic playlist of at least 3 songs. The playlist can evolve over time based on community input`,
286+
readMoreLink: "",
287+
submittedOnTs: 1715329474,
288+
fillPerks: `The creator of the bounty will receive 5 copies of the album.
289+
The top 5 contributors on the GiveBiTz leaderboard for this bounty will each receive 3 copies.
290+
Contributors ranked 6th to 20th will receive 2 copies each.
291+
Contributors ranked 21st to 50th will receive 1 copy each.
292+
Additionally, 5 lucky winners from the top 51 to 100 contributors will each receive 1 copy.
293+
50 copies donated to BiTz Monthly Leaderboard`,
294+
});
295+
allBounties.push({
296+
bountySubmitter: "erd1dzmvw7gfrfv6tjxvah9rmwd45xqzs6q098925ucmsu69s48776dqlytnn2",
297+
bountyId: "b12",
298+
title: "EGLD Fear&Greed Index",
299+
summary: `A EGLD market sentiment gauge, similar to the BTC Fear&Greed Index.`,
300+
readMoreLink: "",
301+
submittedOnTs: 1715329474,
302+
fillPerks: `The creator of the bounty will receive 5 copies.
303+
The top 5 contributors on the GiveBiTz leaderboard for this bounty will each receive 3 copies.
304+
Contributors ranked 6th to 20th will receive 2 copies each.
305+
Contributors ranked 21st to 50th will receive 1 copy each.
306+
Additionally, 5 lucky winners from the top 51 to 100 contributors will each receive 1 copy.
307+
50 copies donated to BiTz Monthly Leaderboard`,
308+
});
263309
return allBounties;
264310
}
265311
}

0 commit comments

Comments
 (0)