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-395: Updated code to Bootstrap 5 #1819

Merged
merged 17 commits into from
Jul 28, 2021
Merged

IBX-395: Updated code to Bootstrap 5 #1819

merged 17 commits into from
Jul 28, 2021

Conversation

@dew326 dew326 self-assigned this Jul 20, 2021
@@ -52,7 +52,7 @@
const tabLinkId = itemElement.dataset.tabLinkId;
const tabToShow = tabsList.querySelector(`.ibexa-tabs__link#${tabLinkId}`);

$(tabToShow).tab('show');
bootstrap.Tab.getOrCreateInstance(tabToShow).show();
Copy link
Contributor

Choose a reason for hiding this comment

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

is window.bootstrap missing here?

@dew326 dew326 requested a review from lucasOsti July 20, 2021 11:28
@dew326 dew326 force-pushed the bootstrap5 branch 2 times, most recently from 35ab676 to a0d92bb Compare July 22, 2021 09:06
@@ -1,4 +1,4 @@
(function (global, doc, localStorage, $) {
(function(global, doc, localStorage) {
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
(function(global, doc, localStorage) {
(function(global, doc, localStorage, bootstrap) {

src/bundle/Resources/public/scss/_custom.scss Show resolved Hide resolved
@sonarcloud
Copy link

sonarcloud bot commented Jul 28, 2021

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 10 Code Smells

No Coverage information No Coverage information
1.7% 1.7% Duplication

@dew326 dew326 merged commit 581c20e into master Jul 28, 2021
@dew326 dew326 deleted the bootstrap5 branch July 28, 2021 10:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants