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

add carousel option #4250

Open
wants to merge 4 commits into
base: master-mysterious-egg
Choose a base branch
from

Conversation

Jinjiu96
Copy link

No description provided.

@robodoo
Copy link

robodoo commented Mar 26, 2025

This PR targets the un-managed branch odoo-dev/odoo:master-mysterious-egg, it needs to be retargeted before it can be merged.

@Jinjiu96 Jinjiu96 changed the title Master mysterious egg jili 1 add carousel option Mar 26, 2025
@Jinjiu96 Jinjiu96 force-pushed the master-mysterious-egg-jili-1 branch 6 times, most recently from 54c3bee to 7b7f49a Compare March 26, 2025 13:28
Copy link

@robinlej robinlej left a comment

Choose a reason for hiding this comment

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

Here's a first review. I didn't test functionally, but I have 2 main points:

  • most of this code should probably be done in an edit interaction, not in the options plugin
  • when you addSlide, you should probably call the clone plugin.

const slideTimestamp = editingElement.addEventListener("slid.bs.carousel", () => {
const slideTimestamp = window.performance.now();
// overlay should be handled by optionContainer
// setTimeout(() => this.trigger_up("hide_overlay"));

Choose a reason for hiding this comment

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

same question here

});

// rewrite the jquery interface in carousel.js
const carouselInstance = window.Carousel.getOrCreateInstance(editingElement);

Choose a reason for hiding this comment

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

Watch out that you need to get the iframe's window, here you take the global window

@FrancoisGe FrancoisGe force-pushed the master-mysterious-egg branch from f468b7f to 80b3d5d Compare March 27, 2025 12:21
@Jinjiu96 Jinjiu96 force-pushed the master-mysterious-egg-jili-1 branch from 8d9a9cf to cf055d0 Compare March 27, 2025 12:52
@ged-odoo ged-odoo force-pushed the master-mysterious-egg branch from 27a1402 to 8c6b756 Compare March 27, 2025 20:00
@Jinjiu96 Jinjiu96 force-pushed the master-mysterious-egg-jili-1 branch 7 times, most recently from dda2df3 to 553226c Compare March 28, 2025 10:13
Copy link

@robinlej robinlej left a comment

Choose a reason for hiding this comment

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

I think there is some work left, many features still don't work.

  • history (undo / redo) after sliding or adding a slide
  • addSlide doesn't trigger a sliding animation
  • change indicators type then click doesn't work
  • change the arrows then click doesn't work
  • ...

But while some are due to the PR, some functionalities don't work well in master either. The carousel is clearly very tricky and I'm not sure of what would be the best choices here. Even more so if we take into consideration that the same classes are used in different snippets.


On another note, the Carousel public widget inherited from CarouselHandler, with the method _updateIndicatorAndActivateSnippet. I don't think it is in use anywhere now, shouldn't you reimplement it too? 🤔

@Jinjiu96 Jinjiu96 force-pushed the master-mysterious-egg-jili-1 branch from 553226c to 0a10da5 Compare April 3, 2025 09:21
@Jinjiu96 Jinjiu96 force-pushed the master-mysterious-egg-jili-1 branch 3 times, most recently from af2219b to d7e562d Compare April 3, 2025 11:14
@Jinjiu96 Jinjiu96 force-pushed the master-mysterious-egg-jili-1 branch from d7e562d to 1ca69f6 Compare April 3, 2025 11:16
@Jinjiu96 Jinjiu96 force-pushed the master-mysterious-egg-jili-1 branch from be80a47 to 484d846 Compare April 4, 2025 12:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants