Release 1.3.6 - #433
Merged
Merged
Conversation
* implement submission list * merge tab with contents * improve tab header * improve tab headers
* implement code highlighting component * improve design
* implement dropdowns * resolve comments
* implement first-tc-failure-hint * add DocString * resolve comments
* implement first wrong testcase ui * align height for test cases
* implement submission rank API * change calculation of time cost & memory cost * resolve comments * delete unused import * detail docstring
* show submission ranking * resolve comments
* fix dark mode error * delete debug print
* redirect to submission list when submitted * remove debugging prints
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Improvements
제출 현황 탭 추가
기존에는 문제 제출 후 결과를 한 번 확인하면 다시 조회할 수 없어, 이전 제출 내역이나 오류 로그를 참고하기 어려운 문제가 있었습니다. 이러한 불편함을 해결하기 위해 제출 현황 탭을 새롭게 추가하였습니다.
이제 사용자는 언제든지 자신의 모든 제출 내역을 조회하고 분석할 수 있습니다.
주요 기능
기본 정보
오답 시 제공되는 추가 정보
정답 시 제공되는 추가 정보
NOTE: 대회에서는 공정성을 위해 추가 정보는 제공하지 않고 기본 정보만 제공됩니다.
기대 효과
이번 업데이트를 통해 사용자들이 다음과 같은 혜택을 누릴 수 있을 것으로 기대합니다:
Screen.Recording.2025-08-08.at.11.54.48.AM.mov
문제 탭 UI 개선
문제 탭에서 영역, 태그 드롭다운이 정상적으로 동작하지 않는 문제가 있었습니다.
이번 릴리즈에서 영역, 태그를 클릭하면 드롭다운이 펼쳐지도록 하였고, 애니메이션을 부드럽게 만들었습니다.
Screen.Recording.2025-08-08.at.11.59.27.AM.mov