Skip to content

SOF-7293: [MD] Implement support for highlighting atoms in source/3D views - #68

Open
sashafirsov wants to merge 3 commits into
mainfrom
SOF-7293-MD-Implement-support-for-highlighting-atoms-in-source-3D-views
Open

SOF-7293: [MD] Implement support for highlighting atoms in source/3D views#68
sashafirsov wants to merge 3 commits into
mainfrom
SOF-7293-MD-Implement-support-for-highlighting-atoms-in-source-3D-views

Conversation

@sashafirsov

@sashafirsov sashafirsov commented Mar 14, 2024

Copy link
Copy Markdown

CodeMirror onStatistics callback progagated through. No functional changes.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Not sure how the compiled files appeared to mismatch the TS version before. Not it is in sync.

renderSummary?: React.ReactNode;
}
export default function Accordion({ hideExpandIcon, children, isExpanded, header, alternativeComponent, ...restProps }: AccordionProps): React.JSX.Element;
export default function Accordion({ hideExpandIcon, children, isExpanded, header, renderSummary, ...restProps }: AccordionProps): React.JSX.Element;

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Did you commit the src? dist is updated automatically. Looks like the only changes there are to CodeMirror.tsx

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Correct. If we want to remove the .d.ts and .java from PRs, we have to remove those in repo and add them to .gitignore.
@timurbazhirov , lmn if want me to do so

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

We decided to commit dist to simplify installing packages from github commits. Just don't modify it directly.

@sashafirsov sashafirsov changed the title Seth&Sasha testing git link in package.json SOF-7293: [MD] Implement support for highlighting atoms in source/3D views Mar 14, 2024
@sashafirsov
sashafirsov requested a review from VsevolodX March 14, 2024 23:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants