Skip to content

Conversation

@billyvg
Copy link
Member

@billyvg billyvg commented Jan 5, 2026

image

@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Jan 5, 2026
@billyvg billyvg marked this pull request as ready for review January 5, 2026 22:34
@billyvg billyvg requested a review from a team as a code owner January 5, 2026 22:34
export default function Playlist() {
const {replays, currentReplayIndex, isLoading} = useReplayPlaylist();
const location = useLocation();
const query = typeof location.query.query === 'string' ? location.query.query : '';

This comment was marked as outdated.

stickyHeader
/>
<Flex height="100%" overflow="auto">
<Grid gap="md" rows={rows} height="100%" width="100%">
Copy link
Member

Choose a reason for hiding this comment

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

Grid!

Copy link
Member Author

Choose a reason for hiding this comment

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

I had to do this to make the multiline Alert work, otherwise it wouldn't expand properly

Copy link
Member

Choose a reason for hiding this comment

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

ya! it looks like it'll work well that way, using the templates to keep things the right size

Copy link
Member

Choose a reason for hiding this comment

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

ya! it looks like it'll work well that way, using the templates to keep things the right size

@billyvg billyvg merged commit 2bdfbef into master Jan 5, 2026
52 checks passed
@billyvg billyvg deleted the billy/feat-replay-add-query-info-in-playlist-tab branch January 5, 2026 23:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants