Skip to content
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

IBX-8647: MFU UI improvements #1301

Merged
merged 3 commits into from
Aug 2, 2024
Merged

Conversation

lucasOsti
Copy link
Contributor

@lucasOsti lucasOsti commented Jul 25, 2024

🎫 Issue IBX-8647

Related PRs:

Description:

Modal without uploaded items:
Screenshot 2024-07-25 at 11 14 01

Modal with uploaded items:
Screenshot 2024-07-25 at 11 15 26

For QA:

DXP and standalone version test required

Documentation:

@lucasOsti lucasOsti force-pushed the IBX-8647-MFU-modal-ui-improvements branch from 6321665 to f5d073c Compare July 25, 2024 09:22
@lucasOsti lucasOsti changed the base branch from main to 4.6 July 25, 2024 09:24
@lucasOsti lucasOsti added Bug Something isn't working Ready for review labels Jul 25, 2024
overflow: auto;
margin-top: calculateRem(16px);
margin: calculateRem(16px) 0;
max-height: calc(90vh - 473px);
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
max-height: calc(90vh - 473px);
max-height: calc(90vh - calculateRem(473px));

@@ -96,6 +96,7 @@ export default class UploadPopupModule extends Component {
closeBtnAttrs: {
disabled: !itemsToUpload.length,
},
...((hasAnyUploadedItems || hasAnyItemsToUpload) && { extraClasses: 'c-tooltip-popup--with-uploaded-items' }),
Copy link
Contributor

Choose a reason for hiding this comment

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

Personally I don't like this form, imho it's hard to read, I would do it as normal if below

if (hasAnyUploadedItems || hasAnyItemsToUpload) {
  tooltipAttrs.extraClasses = 'c-tooltip-popup--with-uploaded-items';
}

@bogusez
Copy link
Contributor

bogusez commented Jul 30, 2024

@lucasOsti

Screen.Recording.2024-07-30.at.13.34.49.mov

Copy link
Contributor

@bogusez bogusez left a comment

Choose a reason for hiding this comment

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

after expanding files details section, buttons are partially displayed

@lucasOsti lucasOsti force-pushed the IBX-8647-MFU-modal-ui-improvements branch from 06a8fdd to 089494a Compare August 1, 2024 13:40
Copy link

sonarcloud bot commented Aug 2, 2024

@dew326 dew326 merged commit 4d51650 into 4.6 Aug 2, 2024
26 checks passed
@dew326 dew326 deleted the IBX-8647-MFU-modal-ui-improvements branch August 2, 2024 13:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working QA approved
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants