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

169 connecting bootstrap lib js and css conflict #112

Merged
merged 25 commits into from
Jun 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
15e1b36
testing new assets connection
yuriipavlov Jun 13, 2024
ad8f439
add bootstrap js modules separately, add Assets helper for registerin…
yuriipavlov Jun 14, 2024
e5720c6
remake blocks registration, use block interface
yuriipavlov Jun 15, 2024
acfaff2
update abstract block, refactor block section
yuriipavlov Jun 15, 2024
0c67b03
code style fixes
yuriipavlov Jun 15, 2024
53509db
update row and col blocks, registerBlock tweaks
yuriipavlov Jun 15, 2024
f8c49aa
update blocks to new structure
yuriipavlov Jun 16, 2024
6c64410
refactor blocks to new structure, remove old assets and fonts
yuriipavlov Jun 16, 2024
050be17
simple example blocks refactor
yuriipavlov Jun 16, 2024
1245526
update list section and list item blocks
yuriipavlov Jun 16, 2024
42b775e
solve block assets registration and loading - move all assets config …
yuriipavlov Jun 18, 2024
f0a0387
fix code style
yuriipavlov Jun 18, 2024
0ac56e6
refactor other blocks, update block interface
yuriipavlov Jun 18, 2024
0bd23dc
update abstract constructor, refactor blocks
yuriipavlov Jun 18, 2024
5ac1582
fix theme styles load order
yuriipavlov Jun 19, 2024
170adee
fix spacer attributes server side render
yuriipavlov Jun 19, 2024
c1b6bc8
add styles for active links in navigation
DavidHalkin Jun 20, 2024
a614965
fix styles load order
yuriipavlov Jun 20, 2024
bef1474
Merge branch '169-connecting-bootstrap-lib-js-and-css-conflict' of gi…
yuriipavlov Jun 20, 2024
57aa47d
fix spacers for server side render blocks, update styles order deps
yuriipavlov Jun 20, 2024
776487a
fix typo
yuriipavlov Jun 21, 2024
da38a19
fix typo
yuriipavlov Jun 21, 2024
29fd83a
fix navigation menu id empty
yuriipavlov Jun 24, 2024
f34e871
Merge branch 'develop' into 169-connecting-bootstrap-lib-js-and-css-c…
yuriipavlov Jun 24, 2024
499ebca
update DocPagesNav to new structure
yuriipavlov Jun 24, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,3 @@ vendor
#=============================================================#
assets/build/*
blocks/**/build/*
!blocks/**/build/*asset.php
Binary file removed assets/fonts/fontawesome-webfont.eot
Binary file not shown.
2,672 changes: 0 additions & 2,672 deletions assets/fonts/fontawesome-webfont.svg

This file was deleted.

Binary file removed assets/fonts/fontawesome-webfont.ttf
Binary file not shown.
Binary file removed assets/fonts/fontawesome-webfont.woff
Binary file not shown.
Binary file removed assets/fonts/fontawesome-webfont.woff2
Binary file not shown.
7 changes: 0 additions & 7 deletions assets/libs/bootstrap/bootstrap.bundle.min.js

This file was deleted.

Loading