NIKITKA
NIKITKA
Appraise
Inventory
Orders
Stats
Tradetopic
Sign In
Sign Up
$store.notifications.remove(notification.id), 200)" class="pointer-events-auto touch-pan-y backdrop-blur-md bg-slate-800/90 border border-white/10 rounded-2xl shadow-2xl shadow-black/50 overflow-hidden cursor-pointer w-full" :class="{ 'ring-1 ring-emerald-500/50 shadow-emerald-500/10': notification.type === 'success', 'ring-1 ring-red-500/50 shadow-red-500/10': notification.type === 'error', 'ring-1 ring-amber-500/50 shadow-amber-500/10': notification.type === 'warning', 'ring-1 ring-blue-500/50 shadow-blue-500/10': notification.type === 'info' }" @touchstart.passive="touchStartX = $event.touches[0].clientX; swiping = false" @touchmove.passive=" if (!touchStartX) return; swipeOffsetX = $event.touches[0].clientX - touchStartX; if (Math.abs(swipeOffsetX) > 10) swiping = true; " @touchend=" if (Math.abs(swipeOffsetX) > 80) { show = false; setTimeout(() => $store.notifications.remove(notification.id), 200); } swipeOffsetX = 0; touchStartX = 0; swiping = false; " :style="swiping ? `transform: translateX(${swipeOffsetX}px); opacity: ${1 - Math.abs(swipeOffsetX)/200}; transition: none;` : ''">
Appraise
Inventory
Orders
Stats
More
Tradetopic
Sign In
Sign Up
NIKITKA
Enter your credentials to access the dashboard
Username
Password
Remember me
Sign in to Dashboard