This project is mirrored from https://github.com/Ensembl/ensembl-client.
Pull mirroring updated .
- 17 Sep, 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).
-
- 23 May, 2020 1 commit
-
-
Andrey Azov authored
Add licence header to all typescript files in the src and stories directories
-
- 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).
-