Full deployment history for this project.
fix(a11y): add aria-label to close button in interactive tooltip Co-authored-by: mbarbine <3211492+mbarbine@users.noreply.github.com>
Merge pull request #14 from mbarbine/fix-mobile-menu-accessibility-15270333787967296341 šØ Palette: Add dynamic ARIA attributes to mobile menu toggle
šØ Palette: Add dynamic ARIA attributes to mobile menu toggle Adds dynamic `aria-expanded` and `aria-label` attributes to the mobile navigation toggle button to improve accessibility for screen readers. Co-authored-by: mbarbine <3211492+mbarbine@users.noreply.github.com>
feat(ux): add aria-label to claim data banner close button Co-authored-by: mbarbine <3211492+mbarbine@users.noreply.github.com>
feat: enhance UI/UX/AX, well-known integration, tests, and build Co-authored-by: mbarbine <3211492+mbarbine@users.noreply.github.com>
Merge pull request #12 from mbarbine/jules-17450586690239877194-af7df015 feat: enhance UI/UX/AX, well-known integration, tests, and build
feat: enhance UI/UX/AX, well-known integration, tests, and build Co-authored-by: mbarbine <3211492+mbarbine@users.noreply.github.com>
Merge pull request #11 from mbarbine/palette-ux-add-aria-labels-api-key-manager-11678260333465598877
šØ Palette: Add ARIA labels to icon-only buttons in ApiKeyManager Co-authored-by: mbarbine <3211492+mbarbine@users.noreply.github.com>
š”ļø Sentinel: [MEDIUM] Fix Information Leakage in API Error Responses Co-authored-by: mbarbine <3211492+mbarbine@users.noreply.github.com>
Merge pull request #8 from mbarbine/copilot/update-pnpm-lockfile Fix outdated pnpm-lock.yaml causing Vercel deploy failures
Fix outdated pnpm-lock.yaml by regenerating with pnpm@10 Co-authored-by: mbarbine <3211492+mbarbine@users.noreply.github.com>
Initial plan
Merge pull request #7 from mbarbine/copilot/update-lockfile-and-frameworks [WIP] Update lockfile and frameworks to fix issues
Fix React Server Components CVE vulnerabilities Updated dependencies to fix Next.js and React CVE vulnerabilities. The fix-react2shell-next tool automatically updated the following packages to their secure versions: - next - react-server-dom-webpack - react-server-dom-parcel - react-server-dom-turbopack All package.json files have been scanned and vulnerable versions have been patched to the correct fixed versions based on the official React advisory. Co-authored-by: Vercel <vercel[bot]@users.noreply.github.com>
fix: resolve session persistence race condition Add loading state to prevent wrong content rendering during session restoration. Co-authored-by: Michael Barbine <3211492+mbarbine@users.noreply.github.com>
feat: enhance user session management and analytics tracking Implement signed-in state check and dashboard display Add analytics tracking for user interactions Co-authored-by: Michael Barbine <3211492+mbarbine@users.noreply.github.com>
fix: resolve infinite loop and fix 404 errors Correct dependency array and fix runtime issues in layout.tsx Co-authored-by: Michael Barbine <3211492+mbarbine@users.noreply.github.com>
fix: resolve infinite loop in onboarding flow Remove `framer-motion` and use CSS animations to fix error. Co-authored-by: Michael Barbine <3211492+mbarbine@users.noreply.github.com>
fix: resolve dynamic Tailwind class parsing error Fix dynamic class construction for Tailwind CSS compatibility. Co-authored-by: Michael Barbine <3211492+mbarbine@users.noreply.github.com>
feat: finalize launch-ready onboarding experience Add missing trackEvent export for analytics tracking Co-authored-by: Michael Barbine <3211492+mbarbine@users.noreply.github.com>
feat: finalize seamless onboarding experience Integrate and unify onboarding flows, add session persistence, and navigation guards. Co-authored-by: Michael Barbine <3211492+mbarbine@users.noreply.github.com>
feat: enhance API docs navigation and UX Verify button functionality, improve navigation flow, and ensure responsive design. Co-authored-by: Michael Barbine <3211492+mbarbine@users.noreply.github.com>
feat: enhance creator dashboard with story-driven experience Transform dashboard into clear, action-oriented guide for creators Co-authored-by: Michael Barbine <3211492+mbarbine@users.noreply.github.com>
feat: enhance creator dashboard with story-driven experience Transform dashboard into clear, action-oriented journey. Co-authored-by: Michael Barbine <3211492+mbarbine@users.noreply.github.com>
feat: enhance creator dashboard with story-driven experience Transform dashboard into clear, action-oriented journey with focused tabs. Co-authored-by: Michael Barbine <3211492+mbarbine@users.noreply.github.com>
feat: add AI Confidence Score section to analytics dashboard Create dedicated section with consistent styling and tooltip. Co-authored-by: Michael Barbine <3211492+mbarbine@users.noreply.github.com>
refactor: restore v46 changes Restore previous commit state and update various components. Co-authored-by: Michael Barbine <3211492+mbarbine@users.noreply.github.com>
feat: integrate Stripe auth and enhance UX/UI Add Stripe-based auth, connect buttons, and improve navigation. Co-authored-by: Michael Barbine <3211492+mbarbine@users.noreply.github.com>
feat: add advanced analytics charts to creator and platform demos Integrate advanced charts from /analytics into artist detail and platform insights. Co-authored-by: Michael Barbine <3211492+mbarbine@users.noreply.github.com>
feat: integrate new components and update color scheme Add charts and API guide to pages; enhance workflows; update color scheme to blue palette Co-authored-by: Michael Barbine <3211492+mbarbine@users.noreply.github.com>
fix chart colors and add interactivity, tooltips, and filters Co-authored-by: Michael Barbine <3211492+mbarbine@users.noreply.github.com>
fix chart colors and add interactivity, tooltips, and filters Co-authored-by: Michael Barbine <3211492+mbarbine@users.noreply.github.com>
feat: enhance demo experience with richer mock data and visualizations Improve user onboarding and demo flow with detailed analytics and compelling charts. Co-authored-by: Michael Barbine <3211492+mbarbine@users.noreply.github.com>
feat: enhance analytics dashboard with vibrant charts and interactive elements Fix chart colors for visibility; add clickable details buttons; add new charts for AI analytics. Co-authored-by: Michael Barbine <3211492+mbarbine@users.noreply.github.com>
feat: enhance artist-tools page with interactive elements and UX improvements Add tooltips, smooth animations, and real-time search functionality Co-authored-by: Michael Barbine <3211492+mbarbine@users.noreply.github.com>
fix: remove crypto package from package.json Prevent import errors and use built-in crypto module. Co-authored-by: Michael Barbine <3211492+mbarbine@users.noreply.github.com>
fix: use Node.js built-in crypto module instead of npm package Co-authored-by: Michael Barbine <3211492+mbarbine@users.noreply.github.com>
fix: use Node.js built-in crypto module instead of npm package Co-authored-by: Michael Barbine <3211492+mbarbine@users.noreply.github.com>
feat: full SEO optimization and D3.js enhancements Add comprehensive SEO metadata, structured data, D3.js charts, and performance optimizations. Co-authored-by: Michael Barbine <3211492+mbarbine@users.noreply.github.com>
fix: correct layout.tsx syntax errors Fix unbalanced Suspense tags and fix metadata structure. Co-authored-by: Michael Barbine <3211492+mbarbine@users.noreply.github.com>
feat: enhance UX and fix chart visibility Improve chart colors, axis labels, and grid lines for better contrast. Add Joe Rogan specific data and polish animations, transitions, and hover states. Co-authored-by: Michael Barbine <3211492+mbarbine@users.noreply.github.com>
feat: enhance demo with Joe Rogan analytics Fix contrast, add ad analytics, implement anomaly detection, update demo data Co-authored-by: Michael Barbine <3211492+mbarbine@users.noreply.github.com>