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

284 clear proofs #287

Merged
merged 35 commits into from
Dec 7, 2023
Merged

284 clear proofs #287

merged 35 commits into from
Dec 7, 2023

Conversation

AnushaTiwari5
Copy link
Collaborator

Clear Proof and Proof Drag working

DawnTheWitch and others added 22 commits November 26, 2023 16:29
…to 230-proof-history-bar-keep-track-of-previous-aegs-and-load-them-when-clicked
…oad-them-when-clicked' of https://github.com/RAIRLab/Peirce-My-Heart into 230-proof-history-bar-keep-track-of-previous-aegs-and-load-them-when-clicked
…oad-them-when-clicked' of github.com:James-Oswald/PeirceMyHeart into 284-clear-proofs
@AnushaTiwari5 AnushaTiwari5 added Enhancement New feature required This feature is required to be implemented by the current implementation team labels Dec 5, 2023
@AnushaTiwari5 AnushaTiwari5 self-assigned this Dec 5, 2023
This was linked to issues Dec 5, 2023
@AnushaTiwari5
Copy link
Collaborator Author

Looks like it might solve issue in pr #279

James-Oswald
James-Oswald previously approved these changes Dec 5, 2023
Comment on lines +33 to +36
currentProofTree = new AEGTree();
if (treeContext.currentProofStep) {
currentProofTree.sheet = treeContext.currentProofStep.tree.sheet.copy();
}
Copy link
Member

Choose a reason for hiding this comment

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

If we need this exact block of code in every single proof mode tool it should be turned into a helper function.

Copy link
Member

Choose a reason for hiding this comment

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

Still holds

Copy link
Collaborator

Choose a reason for hiding this comment

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

This has been added to the master clean up issue.

@AnushaTiwari5 AnushaTiwari5 dismissed James-Oswald’s stale review December 5, 2023 18:56

Made new changes for proof history bar

@AnushaTiwari5 AnushaTiwari5 mentioned this pull request Dec 5, 2023
6 tasks
@DawnTheWitch
Copy link
Collaborator

Because this branch was the merged version of drag in proof and proof history I just added my fix that was needed on PR #264. This is essentially the PRs #264, #279 along with the issue for clear canvas.

James-Oswald
James-Oswald previously approved these changes Dec 6, 2023
src/ProofHistory.ts Outdated Show resolved Hide resolved
Comment on lines +33 to +36
currentProofTree = new AEGTree();
if (treeContext.currentProofStep) {
currentProofTree.sheet = treeContext.currentProofStep.tree.sheet.copy();
}
Copy link
Member

Choose a reason for hiding this comment

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

Still holds

src/index.css Outdated Show resolved Hide resolved
@AnushaTiwari5 AnushaTiwari5 dismissed James-Oswald’s stale review December 7, 2023 16:38

More new changes don't you just love our coding

{
"Single Move": "mouse-pointer",
"Multi Move": "arrows",
Resize: "arrows-alt",
Copy link
Member

Choose a reason for hiding this comment

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

I'm suspicious that this may not work without quotations, though its possible it will, add them anyway for quality.

@AnushaTiwari5 AnushaTiwari5 merged commit 0172bee into master Dec 7, 2023
9 checks passed
@AnushaTiwari5 AnushaTiwari5 deleted the 284-clear-proofs branch December 7, 2023 19:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature required This feature is required to be implemented by the current implementation team
Projects
None yet
4 participants