Skip to content

Commit a95b052

Browse files
committed
zupass gating, eth day update, misc.
1 parent 085ee02 commit a95b052

7 files changed

Lines changed: 19 additions & 7 deletions

File tree

devconnect-app/src/app/globals.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,3 +302,7 @@ svg.icon {
302302
fill: var(--icon-color, 'black');
303303
}
304304
}
305+
306+
.tippy-popper {
307+
z-index: 10000000000000 !important;
308+
}

devconnect/src/common/components/perks/feed-coupons.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ const CouponFeed: React.FC<CouponFeedProps> = ({ onCouponsUploaded }) => {
1818
const [success, setSuccess] = useState<string | null>(null)
1919

2020
const couponToUpload = {
21-
url: '/dont-push-coupons/test-zupass-gating.csv',
22-
collection: 'test-pretix-shop-main-venue',
21+
url: '/dont-push-coupons/dss-vouchers.csv',
22+
collection: 'dss-voucher-gating',
2323
zk_proof_id: 'Devconnect ARG', // Must match the proof ID used in the perks system
2424
}
2525

devconnect/src/styles/vendor.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,3 +160,7 @@
160160
height: 100%;
161161
}
162162
}
163+
164+
.tippy-popper {
165+
z-index: 10000000000000 !important;
166+
}

lib/components/event-schedule-new/event/event.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ const Event: React.FC<EventProps> = ({
137137
})();
138138

139139
const isCoworking = event.id.toString() === "23";
140-
const isETHDay = event.id.toString() === "29";
140+
const isETHDay = event.id.toString() === "84";
141141
const isCoreEvent = event.isCoreEvent;
142142

143143
let eventName = event.name;

lib/components/event-schedule-new/zupass/event-shops-list.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ type EventShop = {
77

88
export const eventShops: EventShop[] = [
99
// {
10-
// supabase_id: "23",
10+
// supabase_id: "54",
1111
// zupass_proof_id: "Devconnect ARG",
12-
// coupon_collection: "test-pretix-shop-main-venue",
12+
// coupon_collection: "dss-voucher-gating",
1313
// },
1414
];

lib/components/event-schedule-new/zupass/zupass.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ const EventVoucher = ({
330330
title={
331331
"This event is happening inside the main Devconnect venue; that means you will need a Devconnect ticket to attend. Connect with zupass below to verify ticket ownership."
332332
}
333-
className="shrink-0 inline-flex items-center justify-center hidden md:flex"
333+
className="shrink-0 inline-flex items-center justify-center hidden md:flex z-[10000000000000]"
334334
>
335335
<div className="flex items-center justify-center shrink-0 hidden md:flex md:shrink-0">
336336
<Info size={18} />

lib/components/tooltip/tippy.module.scss

Lines changed: 5 additions & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)