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

Refactor Get Resources into Filterable Resource List PBR component #1363

Merged
merged 21 commits into from
Dec 11, 2024
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
0a4c172
Squashed 'extensions/src/platform-get-resources/' content from commit…
rolfheij-sil Nov 28, 2024
1ecaf80
Merge commit '0a4c172b09a54b38e8b6197a2f7a06f34038726b' as 'extension…
rolfheij-sil Nov 28, 2024
a298d87
Move Get Resources to core (and rename from Download Resources)
rolfheij-sil Nov 28, 2024
b985c01
Squashed 'extensions/src/platform-home/' content from commit 93d4b0a63
rolfheij-sil Nov 28, 2024
07c58af
Merge commit 'b985c01d7536a1ac5207388e47ef74723ece22d2' as 'extension…
rolfheij-sil Nov 28, 2024
bb091b7
Create Home extension (inspired by Get Resources)
rolfheij-sil Nov 28, 2024
cb4c4b2
Cleanup home webview
rolfheij-sil Nov 28, 2024
83d7953
Merge branch 'add-multiselect-to-combobox' into 1290-v2-resources-and…
rolfheij-sil Dec 2, 2024
e49c702
Update package-lock.json
rolfheij-sil Dec 2, 2024
5b9fb08
Update links to core
rolfheij-sil Dec 2, 2024
de55698
Merge branch 'add-multiselect-to-combobox' into 1290-v2-resources-and…
rolfheij-sil Dec 2, 2024
7174608
Ignore stupid error
rolfheij-sil Dec 2, 2024
6599f25
Merge branch 'add-multiselect-to-combobox' into 1290-v2-resources-and…
rolfheij-sil Dec 5, 2024
a851fd0
Merge branch 'add-multiselect-to-combobox' into 1290-v2-resources-and…
rolfheij-sil Dec 5, 2024
7e0d2b2
Merge branch 'add-multiselect-to-combobox' into 1290-v2-resources-and…
rolfheij-sil Dec 5, 2024
78a2248
Merge branch 'add-multiselect-to-combobox' into 1290-v2-resources-and…
rolfheij-sil Dec 5, 2024
bcff07c
Extract Get Resources out into reusable component
rolfheij-sil Dec 6, 2024
4ee32f7
Merge branch 'main' into 1290-v2-resources-and-home-extension
rolfheij-sil Dec 6, 2024
7e9335d
Review comments
rolfheij-sil Dec 10, 2024
e3fe74f
Merge branch 'main' into 1290-v2-resources-and-home-extension
rolfheij-sil Dec 10, 2024
4bd06a6
Merge branch 'main' into 1290-v2-resources-and-home-extension
rolfheij-sil Dec 11, 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
Prev Previous commit
Merge branch 'main' into 1290-v2-resources-and-home-extension
# Conflicts:
#	lib/platform-bible-react/dist/index.cjs
#	lib/platform-bible-react/dist/index.cjs.map
#	lib/platform-bible-react/dist/index.js
#	lib/platform-bible-react/dist/index.js.map
rolfheij-sil committed Dec 11, 2024
commit 4bd06a6a62157abb7f6ae6c6185a6497320ad09c
2 changes: 1 addition & 1 deletion lib/platform-bible-react/dist/index.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/platform-bible-react/dist/index.cjs.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/platform-bible-react/dist/index.js.map

Large diffs are not rendered by default.


Unchanged files with check annotations Beta

}) {
const r = n.clone ? I({}, t) : t;
return be(t) && be(e) && Object.keys(e).forEach((o) => {
o !== "__proto__" && (be(e[o]) && o in t && be(t[o]) ? r[o] = ne(t[o], e[o], n) : n.clone ? r[o] = be(e[o]) ? Qi(e[o]) : e[o] : r[o] = e[o]);

Check warning

Code scanning / CodeQL

Prototype-polluting function Medium

Properties are copied from
e
to
r
without guarding against prototype pollution.

Check warning

Code scanning / CodeQL

Prototype-polluting function Medium

Properties are copied from
e
to
r
without guarding against prototype pollution.
}), r;
}
var oo = { exports: {} }, Xn = { exports: {} }, lt = {};
You are viewing a condensed version of this merge commit. You can view the full changes here.