Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

fix(PM-3065, PM-3074, PM-3076): added back button, ui issues#1347

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
kkartunov merged 1 commit intodevfrompm-3065
Nov 27, 2025

Conversation

@hentrymartin
Copy link
Collaborator

Related JIRA Ticket:

https://topcoder.atlassian.net/browse/PM-3065
https://topcoder.atlassian.net/browse/PM-3074
https://topcoder.atlassian.net/browse/PM-3076

What's in this PR?

  • Added Back to Challenge button in AI review page
  • Fixed scorecard dropdown UI issues
  • Fixed icon alignment issue in mobile screen

flex-shrink:0;
height:20px;
width:20px;
@includeltemd {

Choose a reason for hiding this comment

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

[❗❗correctness]
Ensure that theltemd mixin is defined and behaves as expected. If it's not defined in this file, verify its definition elsewhere to confirm it applies the intended styles correctly.

try{
if(challengeInfo?.id){
// Ensure the challenge details reflect the latest data (e.g., active phase)
awaitmutate(`challengeBaseUrl/challenges/${challengeInfo?.id}`)

Choose a reason for hiding this comment

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

[❗❗correctness]
Themutate function is called with a hardcoded stringchallengeBaseUrl/challenges/${challengeInfo?.id}. Ensure thatchallengeBaseUrl is defined and correctly imported or used here, as it is not shown in the diff. If it's a typo or missing import, it could lead to runtime errors.


constpastPrefix='/past-challenges/'
// eslint-disable-next-line no-restricted-globals
constidx=location.pathname.indexOf(pastPrefix)

Choose a reason for hiding this comment

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

[⚠️correctness]
Usinglocation.pathname directly can be problematic in environments wherelocation is not defined, such as during server-side rendering. Consider using a safer method to access the current path that is compatible with both client and server environments.

@kkartunovkkartunov merged commitff77f1c intodevNov 27, 2025
8 checks passed
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@github-actionsgithub-actions[bot]github-actions[bot] left review comments

@kkartunovkkartunovkkartunov approved these changes

@jmgasperjmgasperAwaiting requested review from jmgasperjmgasper is a code owner

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@hentrymartin@kkartunov

[8]ページ先頭

©2009-2025 Movatter.jp