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

#5630-Mark all modified monomers on canvas (flex and snake modes) #5980

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
931b3cb
feat: add new mark modified monomers
KristinaKasyanovskaya Nov 17, 2024
acf31ed
Merge branch 'master' into 5630-mark-all-modified-monomers-on-canvas-…
KristinaKasyanovskaya Nov 17, 2024
08d19f7
fix: fix code
KristinaKasyanovskaya Nov 17, 2024
1db0d2c
feat: fix logic
KristinaKasyanovskaya Nov 25, 2024
02cd28a
Merge branch 'master' into 5630-mark-all-modified-monomers-on-canvas-…
KristinaKasyanovskaya Nov 25, 2024
094a1ec
refactor: extract modification configuration and fill logic for peptides
KristinaKasyanovskaya Nov 25, 2024
414623c
feat: implement modificationConfig getter in AmbiguousMonomerRenderer
KristinaKasyanovskaya Nov 25, 2024
e720298
fix: small fix
KristinaKasyanovskaya Nov 25, 2024
3352d71
test:update screenshot
KristinaKasyanovskaya Nov 26, 2024
5cc79e6
Merge branch 'master' into 5630-mark-all-modified-monomers-on-canvas-…
KristinaKasyanovskaya Nov 26, 2024
f959107
5630 - Add attribute pointer-events
Nov 28, 2024
922052f
fix: fix svg coordinates
KristinaKasyanovskaya Nov 28, 2024
2177375
test: update test
KristinaKasyanovskaya Nov 28, 2024
b3284e1
test: update test
KristinaKasyanovskaya Nov 29, 2024
b829cb6
Merge branch 'master' into 5630-mark-all-modified-monomers-on-canvas-…
KristinaKasyanovskaya Nov 29, 2024
dc79a94
fix: fix env
KristinaKasyanovskaya Nov 29, 2024
2000eb4
fix
AlexeyGirin Nov 29, 2024
d971b5c
- updated screenshots
rrodionov91 Nov 30, 2024
8ce4ad1
test: update test
KristinaKasyanovskaya Nov 30, 2024
e0f9422
Merge branch 'master' into 5630-mark-all-modified-monomers-on-canvas-…
KristinaKasyanovskaya Nov 30, 2024
1064833
fix: fix test
KristinaKasyanovskaya Dec 1, 2024
6babfca
test: update test
KristinaKasyanovskaya Dec 1, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@ async function loadHELMFromClipboard(page: Page, helmString: string) {
);
}
async function hoverMouseOverMonomer(page: Page, monomerLocatorIndex: number) {
await page.locator('use').nth(monomerLocatorIndex).hover();
await page.locator('use').nth(monomerLocatorIndex).hover({ force: true });
}
async function hoverMouseOverMicroMonomer(
page: Page,
monomerLocatorIndex: number,
) {
await page.locator('tspan').nth(monomerLocatorIndex).hover();
await page.locator('tspan').nth(monomerLocatorIndex).hover({ force: true });
}
async function hoverMouseOverSequenceModeMonomer(page: Page) {
await page.locator('text').first().hover();
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading