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

feat(sidekick): upgrade block library to use new plugin #296

Merged
merged 60 commits into from
Dec 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
8477c46
feat: add new sidekick library plugin version
helms-charity Jun 26, 2023
3e29f2a
feat: add json location for block-library
helms-charity Jun 26, 2023
f842919
feat: add plugin names
helms-charity Jun 26, 2023
ef6a654
feat: add icon path
helms-charity Jun 26, 2023
9d510d3
feat: move plugin js to new dir
helms-charity Jun 26, 2023
a1be74b
fix: spelling
helms-charity Jun 26, 2023
bd11b0e
feat: move library utils file
helms-charity Jun 26, 2023
5a2c6d6
feat: create plugin dirs
helms-charity Jun 26, 2023
62cfb26
fix: typo in path
helms-charity Jun 26, 2023
c6acb5f
Merge branch 'main' of https://github.com/hlxsites/merative2 into 239…
helms-charity Jun 26, 2023
399eb90
fix: updated paths to scripts/
helms-charity Jun 26, 2023
e434c71
feat: add the css files
helms-charity Jun 26, 2023
5e1b428
feat: add blocks js
helms-charity Jun 26, 2023
5bdaacd
fix: testing the removal of individual js
helms-charity Jun 26, 2023
fe242b7
Merge branch 'main' of https://github.com/hlxsites/merative2 into 239…
helms-charity Jun 28, 2023
0b43694
Merge branch 'main' of https://github.com/hlxsites/merative2 into 239…
helms-charity Jul 12, 2023
071af1f
feature: remove rectangle size constraint
helms-charity Jul 12, 2023
fcee3c3
feature: add dark purple as bg option
helms-charity Jul 12, 2023
20bc3f4
feature: create Stat block library item
helms-charity Jul 12, 2023
9a6eefd
fix: stat font color
helms-charity Jul 12, 2023
1ade552
feature: remove old block lobrary lists
helms-charity Jul 12, 2023
ac865d0
feature: add sections
helms-charity Jul 18, 2023
64562c2
feature: change to JS instead of json for section
helms-charity Jul 18, 2023
90031c8
feature: removing plugin config since it is not a plugin
helms-charity Jul 18, 2023
5f96174
feature: trying another way
helms-charity Jul 18, 2023
3d699db
feature: adding full plugins now
helms-charity Jul 18, 2023
aff9e1d
feature: remove old sidekick files
helms-charity Jul 18, 2023
0673838
Merge branch 'main' of https://github.com/hlxsites/merative2 into 239…
helms-charity Jul 18, 2023
44a04cf
add hlx.page to CSP
helms-charity Jul 18, 2023
44473c9
feature: change icon fetch URL for testing
helms-charity Jul 18, 2023
23f823e
feature: adding style for library plugin to csp
helms-charity Jul 24, 2023
066d00f
feature: commenting out the css
helms-charity Jul 24, 2023
a24b317
feature: add height
helms-charity Jul 25, 2023
37f60da
Merge branch 'main' of https://github.com/hlxsites/merative2 into 239…
helms-charity Jul 25, 2023
538c2c6
feature: new sidekick version
helms-charity Jul 25, 2023
4f5f924
fix: moved createOptimizedPicture
helms-charity Jul 25, 2023
874a44e
Merge branch 'main' into 239-sidekickupgrade
helms-charity Jul 31, 2023
b39c386
fix: block library icons host URL updated for merging
helms-charity Jul 31, 2023
d2a41c0
update test
helms-charity Jul 31, 2023
1e21626
fix: test
helms-charity Aug 1, 2023
a8df793
fix: linting
helms-charity Aug 1, 2023
c84c7c9
Merge branch 'main' into 239-sidekickupgrade
helms-charity Aug 8, 2023
c4b0b3c
Merge branch 'main' into 239-sidekickupgrade
helms-charity Aug 18, 2023
dccfa73
Merge branch 'main' into 239-sidekickupgrade
proeung Aug 30, 2023
8db030d
resolve conflicts
helms-charity Aug 31, 2023
0ec2cb7
fix more conflicts
helms-charity Aug 31, 2023
c1ff5ee
Merge branch 'main' into 239-sidekickupgrade
helms-charity Aug 31, 2023
429be01
plugin sections
helms-charity Sep 5, 2023
be96b34
linting of js
helms-charity Sep 5, 2023
4d5b627
Merge branch 'main' into 239-sidekickupgrade
helms-charity Sep 14, 2023
a14c4f5
Merge branch 'main' into 239-sidekickupgrade
helms-charity Sep 30, 2023
7422bc1
fix: library location and compound sections will copy
helms-charity Oct 2, 2023
b906a26
fix: prevent template and block library pages from being published
helms-charity Oct 2, 2023
3141e38
fix: remove comment
helms-charity Oct 2, 2023
b97ed14
Merge branch 'main' of https://github.com/hlxsites/merative2 into 239…
helms-charity Oct 27, 2023
cd42582
small update to image path
helms-charity Oct 27, 2023
523bc81
removed comment
helms-charity Oct 27, 2023
d5bcdb8
removing unnecessary section code
helms-charity Oct 27, 2023
477a7e7
Merge branch 'main' into 239-sidekickupgrade
helms-charity Dec 4, 2023
146056f
remove block-utils.test.js
helms-charity Dec 4, 2023
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
2 changes: 1 addition & 1 deletion blocks/cards/cards.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { createOptimizedPicture } from '../../scripts/lib-franklin.js';
import { createOptimizedPicture } from '../../scripts/scripts.js';

export default function decorate(block) {
/* change to ul, li */
Expand Down
154 changes: 0 additions & 154 deletions blocks/library-config/library-config.js

This file was deleted.

103 changes: 0 additions & 103 deletions blocks/library-config/library-utils.js

This file was deleted.

19 changes: 0 additions & 19 deletions blocks/library-config/lists/assets.js

This file was deleted.

37 changes: 0 additions & 37 deletions blocks/library-config/lists/blocks.js

This file was deleted.

38 changes: 0 additions & 38 deletions blocks/library-config/lists/buttons.js

This file was deleted.

35 changes: 0 additions & 35 deletions blocks/library-config/lists/icons.js

This file was deleted.

Loading