Skip to content

Conversation

@notbakaneko
Copy link
Collaborator

I had to redo (more like make up) a lot of stuff upon discovering the page flow of original design didn't quite work once proper data starts getting displayed and the window isn't a fixed width or height, and apparently there isn't a css way to "fit as many columns as possible in a grid but have the columns variable size and still line up and not have contents inside wrap/overflow"

Most of it are in the same files so it's easier to remove.
There are a lot of css variables to make it easier to me to adjust the sizes ಠ_ಠ

@notbakaneko notbakaneko self-assigned this Dec 27, 2025
$user = User::findOrFail($userId);

// TODO: stuff actually needs to go in here from https://github.com/ppy/osu-web/pull/12614
$json = [
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

actual json needs to go here

Comment on lines 8 to 10
import sampleData from 'wrapped-show/sums/summary-8447637.json';

const userId = 8447637;
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

directly imported data for testing that isn't included in the PR

are you  serious
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants