Skip to content

Conversation

MaterArc
Copy link
Member

@MaterArc MaterArc commented Jul 2, 2025

Revamp the total stats feature to look nicer and have it's own row like originally suggested in palindromos's mockup (and fix the total remixes not showing up)

Here's how it looks now:
Screenshot 2025-07-03 at 10 00 42 AM

Tested on Mac

@MaterArc MaterArc requested a review from rgantzos July 2, 2025 02:40
@MaterArc MaterArc added type: enhancement Makes an existing feature better priority: 2 The 2nd most important. status: needs review Waiting for further review. scope: feature labels Jul 2, 2025
@MaterArc MaterArc added this to the ScratchTools v4.2.0 milestone Jul 2, 2025

const username = window.location.pathname.split("/")[2];
const res = await fetch(`https://scratchdata.vercel.app/api/user-stats/${username}`);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. This server isn't working
  2. Let's not use new servers, let's try to only use Scratch or integrate any APIs with the ScratchTools server

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: 2 The 2nd most important. scope: feature status: needs review Waiting for further review. type: enhancement Makes an existing feature better
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants