Skip to content

feat(carousel): improve carousel theme and add missed properties#15525

Merged
simeonoff merged 4 commits intodidimmova/improve-component-themesfrom
didimmova/improve-carousel-theme
Apr 25, 2025
Merged

feat(carousel): improve carousel theme and add missed properties#15525
simeonoff merged 4 commits intodidimmova/improve-component-themesfrom
didimmova/improve-carousel-theme

Conversation

@didimmova
Copy link
Copy Markdown
Contributor

Closes #15494

Additional information (check all that apply):

  • Bug fix
  • New functionality
  • Documentation
  • Demos
  • CI/CD

Checklist:

  • All relevant tags have been applied to this PR
  • This PR includes unit tests covering all the new code (test guidelines)
  • This PR includes API docs for newly added methods/properties (api docs guidelines)
  • This PR includes feature/README.MD updates for the feature docs
  • This PR includes general feature table updates in the root README.MD
  • This PR includes CHANGELOG.MD updates for newly added functionality
  • This PR contains breaking changes
  • This PR includes ng update migrations for the breaking changes (migrations guidelines)
  • This PR includes behavioral changes and the feature specification has been updated with them

@didimmova didimmova requested a review from simeonoff March 17, 2025 09:38
@didimmova didimmova linked an issue Mar 17, 2025 that may be closed by this pull request
@didimmova didimmova marked this pull request as draft March 18, 2025 11:37
@didimmova didimmova marked this pull request as ready for review March 19, 2025 08:23
$meta: map.get($theme, '_meta');
$variant: map.get($theme, '_meta', 'theme');

@if $variant == 'indigo' {
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

You have multiple checks if the theme is indigo that can be combined into one.

@SisIvanova SisIvanova added ✅ status: verified Applies to PRs that have passed manual verification and removed ❌ status: awaiting-test PRs awaiting manual verification labels Apr 17, 2025
@simeonoff simeonoff merged commit 9e27e8e into didimmova/improve-component-themes Apr 25, 2025
@simeonoff simeonoff deleted the didimmova/improve-carousel-theme branch April 25, 2025 07:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🎠 carousel ✨ themes ✅ status: verified Applies to PRs that have passed manual verification

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Improve Carousel Theme

3 participants