This project is mirrored from https://github.com/Ensembl/ensembl-client.
Pull mirroring updated .
- 21 Jun, 2021 2 commits
-
-
Andrey Azov authored
Co-authored-by:
Kamal Dodiya <40833799+kamaldodiya@users.noreply.github.com>
-
Andrey Azov authored
- added a Node-based rendering server - refactored build process (added dedicated script files for development and production build) - refactored routing, so that it can be reused both on the client and on the server side - added Page-type components for every app; currently they are the only components that run on the server and add the dynamic meta tags to the page - updated redux code so that it doesn't try to access browser-specific apis during the startup Co-authored-by:
Kamal Dodiya <kamal@ebi.ac.uk>
-
- 18 Jun, 2021 1 commit
-
-
Ridwan Amode authored
* ENSWBSITES-1038: Applying transcript filters to protein view and showing message when there are no transcripts after applying filters on protein view * repositioning filter and sort box * readapting grid layout for geneview content to fit in filters * Update styles to adjust the height of a grid row to the height of its content * add box-shadow to filter box * make red dot bigger when filters are active, filter label white when active * fix background when scrolling for filter label * using one icon (chevron down) for both chevron up and down and applying relevant transformation * fix selected tabs when filterbox is open * Set a minimum height for the panel so that it doesnt look squash when there is one line. * set min-height in each child body style * body style is passed as props to panel component
-
- 16 Jun, 2021 1 commit
-
-
Ridwan Amode authored
* ENSWBSITES-1129: Launchbar and header update switch About ensembl and genome data & annotation in launchbar and header - remove extra html tag not being used - rename classes to more appropriate name - code cleanup
-
- 02 Jun, 2021 1 commit
-
-
Imran Salam authored
-
- 28 May, 2021 2 commits
- 26 May, 2021 3 commits
-
-
Manoj Pandian Sakthivel authored
-
Jyothish authored
-
Jyothish authored
-
- 24 May, 2021 1 commit
-
-
Andrey Azov authored
- major version bump for rxjs (v6 -> v7) - removed some of explicit babel transforms (some aren't necessary for our target browsers, whereas others are already included in @babel/preset-env) - replaced the deprecated `node-sass` library with the `sass` library
-
- 14 May, 2021 1 commit
-
-
Jyothish authored
display multiple uniprot entries
-
- 11 May, 2021 1 commit
-
-
Andrey Azov authored
- do not pass non-coding genes to the protein view - make tab's disabled styles win over the selected styles - update the message to show in the panel when no data is available
-
- 06 May, 2021 1 commit
-
-
Jyothish authored
Remove transcript symbols from EV transcript image and GB drawer
-
- 30 Apr, 2021 5 commits
-
-
Ridwan Amode authored
- display "None" if gene name is "novel transcript" - remove the "Source" in square brackets (ENSWBSITES-1037)
-
Andrey Azov authored
-
Andrey Azov authored
-
Andrey Azov authored
Plus some refactoring to reuse the same components across Help app, contextual help, and About Ensembl.
-
Jyothish authored
* New compara and variation stats;
-
- 27 Apr, 2021 3 commits
-
-
Andrey Azov authored
Major updates: - React from v 16 to v 17 - react-spring from v 8 to v 9 - husky to 6.0.0 - faker (one major version bump) - eslint-config-prettier Temporarily added dependency on dotenv-webpack (latest version) to prevent Storybook from crashing.
-
Kamal Dodiya authored
-
Andrey Azov authored
-
- 13 Apr, 2021 1 commit
-
-
Andrey Azov authored
-
- 12 Apr, 2021 1 commit
-
-
Manoj Pandian Sakthivel authored
-
- 09 Apr, 2021 2 commits
-
-
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).
-
Manoj Pandian Sakthivel authored
-
- 06 Apr, 2021 1 commit
-
-
Andrey Azov authored
Despite the explicit note I left for myself to remove local settings from the webpack dev config in PR https://github.com/Ensembl/ensembl-client/pull/478, I forgot to. Silly me.
-
- 02 Apr, 2021 1 commit
-
-
Andrey Azov authored
-
- 31 Mar, 2021 1 commit
-
-
Ridwan Amode authored
* ENSWBSITES-1045: update test scripts to use react-testing library
-
- 30 Mar, 2021 1 commit
-
-
Andrey Azov authored
Forgot to update the import of the sequence downloading web worker into the gene sequence fetcher. Using the worker loader of webpack 5 now.
-
- 29 Mar, 2021 1 commit
-
-
Andrey Azov authored
-
- 26 Mar, 2021 1 commit
-
-
Imran Salam authored
-
- 25 Mar, 2021 1 commit
-
-
Andrey Azov authored
The purpose of the component is to give visual feedback to the user when a press on a button starts a long-running process that can succeed or fail.
-
- 19 Mar, 2021 1 commit
-
-
Manoj Pandian Sakthivel authored
-
- 18 Mar, 2021 1 commit
-
-
Jyothish authored
* Do not show arrow if summary and expanded contents are same Co-authored-by:
Manoj Pandian Sakthivel <manojpandian@ebi.ac.uk>
-
- 17 Mar, 2021 1 commit
-
-
Manoj Pandian Sakthivel authored
-
- 15 Mar, 2021 1 commit
-
-
Manoj Pandian Sakthivel authored
-
- 12 Mar, 2021 1 commit
-
-
Ridwan Amode authored
* ENSWBSITES-888: Filter transcript functionality and writing test for the functionality of filtering by so_term
-
- 11 Mar, 2021 2 commits
-
-
Andrey Azov authored
Plus, remove code responsible for selecting assemblies in SpeciesSelector
-
Imran Salam authored
-