This project is mirrored from https://github.com/Ensembl/ensembl-client.
Pull mirroring updated .
- 13 Sep, 2021 1 commit
-
-
Jyothish authored
-
- 23 Jul, 2021 1 commit
-
-
Jyothish authored
-
- 02 Jun, 2021 1 commit
-
-
Imran Salam authored
-
- 09 Apr, 2021 1 commit
-
-
Andrey Azov authored
This finally allows us to remove the dependency on Enzyme. Also as part of this PR: - Removed components - LaunchbarContainer (serves no purpose) - Account (not used) - SpeciesTab (superseded by SelectedSpecies component; not used anywhere) - Removed tests for Launchbar - Removed the launchbarExpanded and accountExpanded fields from redux and from components - Changed the keyCode field on KeyboardEvent to event.key (typescript marks it as deprecated, whereas Browser support seems to be good these days).
-
- 18 Feb, 2021 1 commit
-
-
Imran Salam authored
-
- 09 Feb, 2021 1 commit
-
-
Andrey Azov authored
-
- 04 Feb, 2021 1 commit
-
-
Imran Salam authored
-
- 12 Jun, 2020 1 commit
-
-
Andrey Azov authored
-
- 11 Jun, 2020 1 commit
-
-
Andrey Azov authored
- Add InstantDownloadTranscript to Zmenu - Add useApiService to fetch data from components
-
- 27 May, 2020 1 commit
-
-
Andrey Azov authored
-
- 23 May, 2020 1 commit
-
-
Andrey Azov authored
Add licence header to all typescript files in the src and stories directories
-
- 14 Apr, 2020 2 commits
-
-
Jyothish authored
* [ENSWEBSITES-491] genome browser link component for entity viewer * Create ViewInApp shared component and replace all traces of app links created * Add onClick and remove Link; * Add proper tests Co-authored-by:
Andrey Azov <andrey@ebi.ac.uk>
-
Imran Salam authored
* WIP: add transcript list item info * add styling and make content dynamic * use flex instead of grid for list item info * PR suggestions * fix import case sensitive warning * PR suggestions * fix styling * add tests * put transcript list item info inside transcript list item * add some breathing space for the transcript list items * Add white stroke for svg rectangles in UnsplicedTranscript in DefaultTranscriptList * Hide grid bars behind transcript info panel * Amino acid length is an integer * PR suggestions * fix wrong number of coding exons shown * use formatter to display transcript location str * use findIndex to get the first and last coding exon indexes * check if firstcodingexonindex and lastcodingexonindexes exist when calculating amino acid length * check if first and last coding exon indexes exist when calculating num of coding exons * remove exon index checks and fix createExons that causes the tests to break Co-authored-by:
Andrey Azov <andrey@ebi.ac.uk>
-
- 31 Mar, 2020 1 commit
-
-
Andrey Azov authored
Also: - fix tooltip positioning bug related to window scrolling - add useRefWithRerender custom hook that makes sure that component updates after ref.current has been set (useful when rendering of component's children depends on existence of refs to other DOM elements).
-
- 10 Jan, 2020 1 commit
-
-
Andrey Azov authored
Also: - Use a dedicated component for sidebar tabs rather than generating them in StandardAppLayout. - update npm script for running the style linter - update test for ZmenuContent component (use mock redux store rather than real one) - make browser bar content (gene info) responsive to the width of its container (via ResizeObserver) - make opening and closing of the sidebar to be instantaneous rather than animated (better for performance) - remove viewport metatag in the hope that the site will display in its desktop version on mobile devices
-
- 06 Jan, 2020 1 commit
-
-
Imran Salam authored
* remove redundant getBreakpoint function * remove unused imports
-
- 13 Nov, 2019 1 commit
-
-
Ridwan Amode authored
* code tidyup * hide placeholder on region field focus * improve code based on PR review
-
- 01 Nov, 2019 1 commit
-
-
Imran Salam authored
* add region editor to nav bar and remove browser genome selector * use the Input component for input text field in browser region field * change genomeSelectorActive state property to browserRegionEditorActive * add region editor and make improvements to region field * fix styling issues in browser nav bar * validate browser region field with api * fix region field error messages not disappearing after closing * add validation to browser region editor * use constants for browser region errors * fix paths to shared components after merge * improve types in browser state * remove redundanta browser navigator button * rename browser region field input * add test cases for browser region editor * add test cases for browser region field * Design review changes * fix test cases in browser nav bar * fix wrong import path for loading state * remove redundant dispatch call * fix multiple dispatch calls made when user focuses on region input * fix location update issues on region form submissions * fix test cases * added temporary base url of the endpoints used for region input forms * fix type issues * enable region field submissions with no region (location only) * merge with dev to get the changes made to browser * make changes as suggested in webteam meeting and fix bugs * fix tests * fix tests after changes made to validation * remove spaces from the hyphen between location start and end * make the region field placeholder paler in colour * fix handlebars package security vulnerability * add tests for browser components * add tests to browser zmenu components * update region validation code to work with the validation endpoint changes * add tests to browser cog components and move them to a separate directory * remove unused objects and types in browser config * add test cases for browser helper functions * update tests for browser field and region inputs * PR review suggestions * More PR review suggestions * Even more PR review suggestions * fix more issues in PR * fix genome browser disappearing when navigation panel is opened * fix karyotype name and add types to region validation result * remove redundant loading state import and fix regression issue in browser bar * add parse error to browser region validation and sort region validation types * fix test case description for browser helper * reset the api proxy url for webpack to staging * fix region editor select menu not being clickable
-
- 09 Sep, 2019 1 commit
-
-
Andrey Azov authored
-
- 04 Sep, 2019 1 commit
-
-
Andrey Azov authored
-
- 03 Sep, 2019 1 commit
-
-
Anne Lyle authored
-
- 30 Aug, 2019 2 commits
-
-
Manoj Pandian Sakthivel authored
* Add track highlight feature * Fix type error * Update track id format * Rename track id * PR review fixes * PR review changes * Rename highlightedTrack to highlitedTrackId * Remove memo and rename TrackIDs to TrackId
-
Andrey Azov authored
-
- 28 Aug, 2019 2 commits
-
-
Andrey Azov authored
-
Andrey Azov authored
-
- 25 Jul, 2019 1 commit
-
-
Andrey Azov authored
- use postMessage api instead of dispatching custom events on canvas wrapper element - add actualChrLocation field to browser location state (shows where the browser is at any given moment) - add message counter that keeps track of the sequence of messages exchanged between GenomeBrowser and BrowserChrome. - move code for updating GenomeBrowser page url from Browser component to browserActions - update .gitignore rules regarding .vscode folder
-
- 26 Jun, 2019 1 commit
-
-
Andrey Azov authored
A giant chunk of code pull request containing updates to genome browser and browser chrome to enable browsing genomes of multiple species.
-