This project is mirrored from https://github.com/Ensembl/ensembl-client.
Pull mirroring updated .
- 29 Jun, 2022 1 commit
-
-
Ridwan Amode authored
-
- 28 Jun, 2022 4 commits
-
-
Manoj Pandian Sakthivel authored
-
Manoj Pandian Sakthivel authored
-
Manoj Pandian Sakthivel authored
-
Manoj Pandian Sakthivel authored
-
- 22 Jun, 2022 1 commit
-
-
Manoj Pandian Sakthivel authored
-
- 16 Jun, 2022 1 commit
-
-
Jyothish authored
-
- 15 Jun, 2022 1 commit
-
-
Andrey Azov authored
- Extracted a dedicated SpeciesLozenge component out of the SelectedSpecies component for better reusability (SpeciesLozenge has a theme prop; knows how to present the data) - Updated visual styles of the lozenges
-
- 09 Jun, 2022 1 commit
-
-
Jyothish authored
-
- 06 Jun, 2022 1 commit
-
-
Imran Salam authored
-
- 31 May, 2022 2 commits
-
-
Andrey Azov authored
- Typescript updated to version 4.7 - Faker now has to be imported via named import - Fixed tests for TranscriptSequenceView (they were broken in multiple ways): - waitFor function wasn't getting awaited - mock transcripts were generated with randomly chosen forward or reverse strand, which introduced dangerous randomness in the tests - Had some userEvent.click unnecessarily wrapped in an act; fixed that
-
Andrey Azov authored
-
- 27 May, 2022 2 commits
-
-
Andrey Azov authored
- Move all code that is responsible for blast state update into the blast slice. - Add tests for blastSlice - Add useBlastForm hook (and remove the useBlastInputSequences hook) - Add the BlastSequenceButton component
-
Ridwan Amode authored
-
- 25 May, 2022 2 commits
-
-
Imran Salam authored
-
Ridwan Amode authored
* icon can be either an error icon (red) or warning icon (orange) or just an icon on its own with no tooltip * move hook to shared/hooks and create Test for hook * replace alert icon with shared component in unsupported-browser page
-
- 23 May, 2022 2 commits
-
-
Jyothish authored
-
Ridwan Amode authored
-
- 20 May, 2022 1 commit
-
-
Ridwan Amode authored
-
- 13 May, 2022 1 commit
-
-
Andrey Azov authored
- Submission of BLAST form opens the screen with unviewed submissions - While the submission is in flight, the screen will show a spinner - Unviewed submissions page will contain a list of unviewed submissions, shown in reverse chronologic order - A submission can be deleted - When the submission is ready, the user will see a button for viewing the results in detail - Added date and date-time formatters
-
- 06 May, 2022 2 commits
-
-
Andrey Azov authored
-
Ridwan Amode authored
-
- 05 May, 2022 2 commits
-
-
Andrey Azov authored
- Make sure Storybook works - Use promise api of new useEvent - Fix tests - Switch React 18 to concurrent mode and fix some bugs in genome browser - Update react-spring to fix a react18-associated bug - Replace react-ga with custom implementation
-
Imran Salam authored
-
- 04 May, 2022 4 commits
-
-
Andrey Azov authored
-
Andrey Azov authored
-
Andrey Azov authored
-
Andrey Azov authored
-
- 03 May, 2022 1 commit
-
-
Manoj Pandian Sakthivel authored
-
- 27 Apr, 2022 1 commit
-
-
Manoj Pandian Sakthivel authored
-
- 25 Apr, 2022 1 commit
-
-
Andrey Azov authored
- Update minor versions of dependencies - Switch to @faker-js/faker
-
- 22 Apr, 2022 3 commits
-
-
Andrey Azov authored
-
Andrey Azov authored
-
Andrey Azov authored
Plus, remove environment check when displaying sequence view
-
- 21 Apr, 2022 2 commits
-
-
Andrey Azov authored
-
Andrey Azov authored
- Combine the common logic of the sequence view component in the DrawerSequenceView component and in the useDrawerSequenceSettings hook - Move state-related logic to a redux sliice - Add refget slice for fetching sequences - Add the code for showing the reverse complement sequence - Add the Copy button to copy the sequence into the clipboard
-
- 19 Apr, 2022 3 commits
-
-
Manoj Pandian Sakthivel authored
-
Manoj Pandian Sakthivel authored
-
Andrey Azov authored
Upon a BLAST form submission: - the results are saved in the browser storage (IndexedDB); - the browser starts polling for the statuses of the submitted jobs. The polling is implemented using a redux-observable epic. An alternative implementation, using redux-listener-middleware, was proposed in: https://github.com/Ensembl/ensembl-client/pull/722, but rejected in favour of this implementation.
-
- 14 Apr, 2022 1 commit
-
-
Andrey Azov authored
-