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-8110: ALW images edit #1282

Merged
merged 4 commits into from
Jul 29, 2024
Merged

IBX-8110: ALW images edit #1282

merged 4 commits into from
Jul 29, 2024

Conversation

lucasOsti
Copy link
Contributor

@lucasOsti lucasOsti commented Jun 26, 2024

🎫 Issue IBX-8110

Related PRs:

Description:

Images action implementations:

  • duplicating
  • editing
  • downloading
  • deleting

For QA:

Required tests on DXP and standalone version

Documentation:

@lucasOsti lucasOsti force-pushed the IBX-8110-ALW-images-edit branch 6 times, most recently from 70e230b to 2fa91a6 Compare June 27, 2024 08:44
@lucasOsti lucasOsti changed the base branch from main to 4.6 June 27, 2024 08:50
@lucasOsti lucasOsti force-pushed the IBX-8110-ALW-images-edit branch 4 times, most recently from 5a46a77 to e09efbc Compare July 2, 2024 08:59
@lucasOsti lucasOsti added Feature New feature request Ready for review labels Jul 2, 2024
@lucasOsti lucasOsti requested a review from tischsoic July 5, 2024 12:59
@lucasOsti lucasOsti force-pushed the IBX-8110-ALW-images-edit branch 3 times, most recently from c4fac33 to 6dda89f Compare July 5, 2024 13:45
@lucasOsti lucasOsti requested a review from GrabowskiM July 8, 2024 07:29
font-size: $ibexa-text-font-size-medium;
color: var(--ibexa-input-text-color, var(--ibexa-text-color, $ibexa-color-dark));
line-height: calculateRem(21px);
border: calculateRem(1px) solid var(--ibexa-input-border-color, #{$ibexa-color-dark-200});
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
border: calculateRem(1px) solid var(--ibexa-input-border-color, #{$ibexa-color-dark-200});
border: calculateRem(1px) solid var(--ibexa-input-border-color, $ibexa-color-dark-200);

should work?

Comment on lines 38 to 40
const filteredTags = tags.filter((tag) => tag.id !== id);

setTags(filteredTags);
Copy link
Contributor

Choose a reason for hiding this comment

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

callback?

@lucasOsti lucasOsti requested a review from dew326 July 9, 2024 07:46
Copy link

sonarcloud bot commented Jul 26, 2024

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.

Tested on DXP, DXP(dam), ALW

@dew326 dew326 merged commit a3b152e into 4.6 Jul 29, 2024
24 checks passed
@dew326 dew326 deleted the IBX-8110-ALW-images-edit branch July 29, 2024 13:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature New feature request QA approved
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants