-
Notifications
You must be signed in to change notification settings - Fork 12
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
Fix "Edit" button issues #307
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #307 +/- ##
==========================================
+ Coverage 73.70% 73.72% +0.02%
==========================================
Files 27 27
Lines 3388 3391 +3
==========================================
+ Hits 2497 2500 +3
Misses 891 891 ☔ View full report in Codecov by Sentry. |
I will be at tutoring for the next few hours but will have a chance to take a look later tonight. |
Hello, after some testing I found a weird bug.
Now the |
Thanks @Tanner728 -- I think I have fixed that now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tests looks reasonable.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have not been able to find anymore bugs with the UI at this point.
This PR addresses the edit button issues mentioned in #303. The other issues will be addressed in a separate PR.