team-monolith-product / jupyterlab-judge

A simple online judge for Jupyter Lab.
BSD 3-Clause "New" or "Revised" License
4 stars 0 forks source link

Refactor JudgePanel to use JudgeProblemPanel #38

Closed paulkim3151 closed 9 months ago

paulkim3151 commented 9 months ago

Refactor JudgePanel to use JudgeProblemPanel to provide fully-customizable content section.

Previously, the problem contents area was dependent on the markdownRenderer object internally. I modified this area to be able to replace with any Widget by implementing IJudgeProblemPanel

sweep-ai[bot] commented 9 months ago

Apply Sweep Rules to your PR?