Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add links to contest entry title #11206

Merged
merged 16 commits into from
May 17, 2024

Conversation

Exotica0122
Copy link
Contributor

@Exotica0122 Exotica0122 commented May 11, 2024

Resolves: #10673

Added links to beapmap in contest entry list

resources/css/bem/contest-voting-list.less Outdated Show resolved Hide resolved
resources/js/contest-voting/entry.coffee Outdated Show resolved Hide resolved
resources/js/contest-voting/entry.coffee Outdated Show resolved Hide resolved
resources/js/contest-voting/entry.coffee Outdated Show resolved Hide resolved
@nanaya
Copy link
Collaborator

nanaya commented May 13, 2024

it doesn't even compile

resources/js/contest-voting/entry.coffee Outdated Show resolved Hide resolved
@Exotica0122
Copy link
Contributor Author

it doesn't even compile

My bad had a typo in css

@Exotica0122 Exotica0122 marked this pull request as draft May 14, 2024 23:50
@Exotica0122 Exotica0122 marked this pull request as ready for review May 15, 2024 07:24
resources/js/contest-voting/entry.coffee Outdated Show resolved Hide resolved
resources/js/contest-voting/entry.coffee Outdated Show resolved Hide resolved
resources/js/contest-voting/entry.coffee Outdated Show resolved Hide resolved
resources/css/bem/contest-voting-list.less Outdated Show resolved Hide resolved
renderTitle: ->
el React.Fragment, null,
if @props.contest.type == 'external'
a
Copy link
Collaborator

Choose a reason for hiding this comment

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

missing the necessary styling

resources/js/contest-voting/entry.coffee Outdated Show resolved Hide resolved
resources/js/contest-voting/entry.coffee Outdated Show resolved Hide resolved
el React.Fragment, null,
if @props.contest.type == 'external'
a
className: 'contest-voting-list__title-link'
Copy link
Collaborator

Choose a reason for hiding this comment

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

this should be styled the same as the beatmap link below

@nanaya nanaya enabled auto-merge May 17, 2024 06:30
@nanaya nanaya merged commit 8ee19ee into ppy:master May 17, 2024
3 checks passed
@Exotica0122 Exotica0122 deleted the contest-entry-titles-clickable branch May 17, 2024 06:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Beatmap contest entry titles should be clickable
3 participants