This project is mirrored from https://github.com/Ensembl/ensembl-client.
Pull mirroring updated .
- 28 Jul, 2021 1 commit
-
-
Manoj Pandian Sakthivel authored
-
- 09 Jul, 2021 1 commit
-
-
Andrey Azov authored
-
- 21 Jun, 2021 1 commit
-
-
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>
-
- 28 Aug, 2020 1 commit
-
-
Andrey Azov authored
- Add the skeleton species page (/species/:genome_id) - If species has not yet been selected, request its genome info and add it to the list of selected species - Remove /app from the url - Remove the Content component. Useless. - Set up very basic redux state for the sidebar (open/close) - Fix occasionally failing test of Checkbox
-
- 23 May, 2020 1 commit
-
-
Andrey Azov authored
Add licence header to all typescript files in the src and stories directories
-
- 15 Jan, 2020 1 commit
-
-
Andrey Azov authored
-
- 08 Nov, 2019 1 commit
-
-
Andrey Azov authored
-
- 20 Sep, 2019 1 commit
-
-
Andrey Azov authored
-
- 12 Jul, 2019 1 commit
-
-
Andrey Azov authored
-
- 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.
-
- 19 Jun, 2019 1 commit
-
-
Manoj Pandian Sakthivel authored
* Create the directory and root component for custom download * Add animation to TrackPanel (#25) * Track panel animation * Update browser content styling * Fix the drawer position * TrackPanel animation settings update * Apply easing animation to TrackConfig * Revert "Add animation to TrackPanel (#25)" (#29) This reverts commit 5ddf015d. * Add RoundButtons to the pre filters * Minor reducer changes * Store preFilter selections in the state * Custom download header and components outline * Add checkbox grid * Add onchange handler to checkbox grid * Restructure files * Create the sampleData JSON * Store the accordion state in the store * Add permanent block to display checked attributes * Load results from the API * Add biotype filter * Simplify the state for customDownload * Add orthologue species filter * Orthologues filters and attributes with sample data * Implement orthologue species search filter * Code cleanup * Split the reducer into chunks * Add / Remove extra options using CheckboxMultiSelect * Fix duplicate options in the existing select * Implement checkbox wiht radios component * Implement the preview download screen * Add support for download types * Fix TabButton filter count * Linter errors fix * Format genesearch API result * Preview table even column width * Get attributes list from genesearch * Get the attributes from genesearch * Remove index file for the shared components * Map value error fix * Update result formatting function * Disable unavailable options * Gene source filter updates * Some cleanups and paralogue section addition * Revert paralogue changes * More UI fixes * More UI fixes * Separate folders for accordion sections * Tests for checkbox grid * Test for the Checkbox components * Result counter update * Remove the service file * Get endpoint from .env * UI fixes * Rname components and create state folders * Radio component and result loader update * Radio test fix * Update $ens-green value * Trim orthologues sample data * Result preview upadate * PR review changes * PR review fixes * Type for attributes * Remove 'any' from attribute types * Improve tests for CheckboxGrid * Result loader UI update * Checkbox with select fixes * Remove unnecessary useCallbacks * Update radio option to support number and boolean * Update to checkbox with radios component * Lint error fixes * Hide empty result cards * Download type select position * Replace table with div tags * Rename the helper files * Use faker for radio tests * Remove the table used in radio * Rename tabButton & resultHolder on redux * Update tests * Number formatter test update * Result loader update * Test numbers with decimals * Fix test comments * Update no results text
-
- 08 May, 2019 1 commit
-
-
Andrey Azov authored
- Add a working screen for Species Selector (instead of the placeholder) - Implement the workflow of searching for a species in the search box, selecting species‘ genome assembly, and adding the search result to the list of selected species - Show list of selected species in the header bar of Species Selector - Enable, disable and remove selected species JIRA tasks: - https://www.ebi.ac.uk/panda/jira/browse/ENSWBSITES-66 - https://www.ebi.ac.uk/panda/jira/browse/ENSWBSITES-69
-
- 27 Mar, 2019 1 commit
-
-
Imran Salam authored
- Slice the browser reducer into smaller reducers - Separate reducers, actions et al into their own files for better maintenance - Add api-service that contains the code for data fetching
-