-
Notifications
You must be signed in to change notification settings - Fork 80
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
Problem Bank "Add Components" modal is way too long in unit page iframe. #1502
Comments
@bradenmacdonald Should we intercept the |
@navinkarkera If it's an easy change, I think that would be a nice fix. |
@bradenmacdonald Yes, we can show the modal on MFE side and still handle the adding blocks part in legacy by sending message to the iframe. |
@jmakowski1123 @lizc577 @sdaitzman @marcotuts This is ready for AC testing on the sandbox |
@sdaitzman Same as #1464, this ticket should be tested from the new course unit. You can test it using this link. The sandbox is set to take you legacy course unit page by default, but we flip this temporarily if required. |
Thanks @navinkarkera! It looks to me like there's still a pretty large gap between the last component in the unit and the One other minor visual nit: I noticed a slight difference in color between the unit contents background #f5f5f5 and the surrounding page background #f8f7f6 in the screenshot attached. |
@sdaitzman This task is about handling the modal that is displayed on clicking
Same for this one, it is related to course unit page. I think @PKulkoRaccoonGang can help here. |
Hello everyone! At the moment, we have an intermediate version of the modal window functionality on the course unit page. Its full implementation will be added in future PRs.
This indent will disappear in future PRs, it will be calculated dynamically depending on whether the xblock is the last one. The first steps to improve this were made in this PR #1431.
Good catch! I will fix this 💯 |
@jmakowski1123 @bradenmacdonald is it okay to move this to Done? |
If you have a unit with many components and a problem bank on the NEW MFE unit page (with an iframe), clicking "Add Components" will open a modal that's way too tall.
This only affects the new unit page, not the legacy page.
Note that we are planning to overhaul this workflow in #1096 but that work is delayed until we get more use feedback.
The text was updated successfully, but these errors were encountered: