Skip to content

Adapt style#17

Merged
SKernchen merged 9 commits into
mainfrom
16-adapt-style
May 29, 2026
Merged

Adapt style#17
SKernchen merged 9 commits into
mainfrom
16-adapt-style

Conversation

@SKernchen
Copy link
Copy Markdown
Contributor

Closes #16

@SKernchen SKernchen linked an issue Mar 3, 2026 that may be closed by this pull request
Copy link
Copy Markdown
Contributor

@nheeb nheeb left a comment

Choose a reason for hiding this comment

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

Looks good to me 👍

Comment thread public/curation/extract.js Outdated
obj.forEach(e =>{
const element = document.createElement("div");
extract_person(e, element, tag, colorPolicies);
const hasConfict = extract_person(e, element, tag, colorPolicies);
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Is there still a point to this hasConflict bool? As far as I see it is not being used.
(Also returning that from a method called extract_person feels like a crime to me.)

@SKernchen SKernchen merged commit 1de7aee into main May 29, 2026
@SKernchen SKernchen deleted the 16-adapt-style branch May 29, 2026 09:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Adapt style

2 participants