Skip to content

[Bugfix:InstructorUI] Simple Gradeable Checkpoint Fix#12075

Merged
bmcutler merged 1 commit intomainfrom
simple-gradeable-button-fix
Sep 22, 2025
Merged

[Bugfix:InstructorUI] Simple Gradeable Checkpoint Fix#12075
bmcutler merged 1 commit intomainfrom
simple-gradeable-button-fix

Conversation

@JManion32
Copy link
Contributor

Why is this Change Important & Necessary?

#12062 fixed the key, but broke simple gradeable checkpoints since they shared the same CSS classes.

simple-gradeable-broken

What is the New Behavior?

Separated the CSS classes of the key and the checkpoint buttons.

simple-gradeable-fixed

What steps should a reviewer take to reproduce or test the bug or new feature?

Go to sample --> Grades Released Lab --> Make sure the page looks normal

Other information

This is not a breaking change.

@codecov
Copy link

codecov bot commented Sep 22, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 21.69%. Comparing base (ca9ef0e) to head (622c7e8).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##               main   #12075   +/-   ##
=========================================
  Coverage     21.69%   21.69%           
  Complexity     9587     9587           
=========================================
  Files           268      268           
  Lines         36593    36593           
  Branches        475      475           
=========================================
  Hits           7940     7940           
  Misses        28182    28182           
  Partials        471      471           
Flag Coverage Δ
autograder 21.39% <ø> (ø)
js 2.07% <ø> (ø)
migrator 100.00% <ø> (ø)
php 20.71% <ø> (ø)
python_submitty_utils 80.08% <ø> (ø)
submitty_daemon_jobs 90.72% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@bmcutler bmcutler merged commit e8d4cd0 into main Sep 22, 2025
25 of 27 checks passed
@bmcutler bmcutler deleted the simple-gradeable-button-fix branch September 22, 2025 17:35
Copy link
Contributor

@Rkoester47 Rkoester47 left a comment

Choose a reason for hiding this comment

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

I tested the changes in Firefox, Chrome and Edge. Additionally, I checked to make sure that both light and dark mode present the changes as intended. All of my tests showed the page just as the intended look, shown by the New Behavior photo in the PR.

It seems that the issue was resolved, the Simple Gradeable Checkpoint colors extend to the full box and look much cleaner now. The edits to the code seem efficient and understandable as a way to fix the styling issue on this page.

This fix shows a clear improvement to this particular page of the site.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

3 participants