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

feat: updates to the minimal mode version #146

Merged
merged 25 commits into from
Aug 9, 2024
Merged
Show file tree
Hide file tree
Changes from 16 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
59e4e91
chore: add boostrap
crfmc Jun 3, 2024
da23214
feat: add placeholder icons for each track in breakpoint and alignmen…
sehilyi Jun 12, 2024
e45b712
Merge remote-tracking branch 'origin/sehilyi/info-icons' into crfmc/m…
crfmc Jun 13, 2024
13df5a5
-chore: import images
crfmc Jun 26, 2024
1dc412c
-chore: import popover images
crfmc Jun 26, 2024
68ca9c9
-chore: add genome and variant view images/content
crfmc Jun 26, 2024
5576da9
-chore: update images
crfmc Jul 11, 2024
415c52b
-chore: update variant view images
crfmc Jul 11, 2024
c972a03
chore: update SV screenshot
crfmc Jul 11, 2024
fa71ef1
-refactor: move track data into separate file
crfmc Jul 11, 2024
ca8ba6c
-feat: update cnv block
crfmc Jul 11, 2024
8380012
fix: bootstrap boz-sizing issue
crfmc Jul 15, 2024
47e84b5
fix: page header style issue
crfmc Jul 15, 2024
dcbe5ef
chore: add coverage alignment and sequence images
crfmc Jul 18, 2024
94826ce
chore: update images and indel copy
crfmc Jul 18, 2024
15262c7
-refactor/accessibility: add alt text for images
crfmc Jul 18, 2024
f251d69
fix: bootstrap adding padding to move-to-top button
crfmc Jul 19, 2024
57470cc
-feat: global tooltip
crfmc Jul 30, 2024
ec87244
-fix: re-run bootstrap related JS when Sv selected
crfmc Jul 30, 2024
23537dd
-feat: remove duplicated tooltips
crfmc Aug 5, 2024
77c1620
chore: remove padding from right track titiles
crfmc Aug 6, 2024
baafc2d
fix: restore padding under normal chromoscopemode
crfmc Aug 6, 2024
df792b4
-style: adjust variant view scroll margin
crfmc Aug 7, 2024
4074e98
-refactor: new file for navigation buttons
crfmc Aug 7, 2024
a9d6cb2
chore: update cnv image
crfmc Aug 9, 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
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
"@types/react-router-dom": "^5.2.0",
"bootstrap": "^5.3.3",
"buffer": "^6.0.3",
"gosling.js": "^0.17.0",
"idb": "^7.0.2",
Expand Down
Loading
Loading