This project is mirrored from https://github.com/Ensembl/ensembl-client.
Pull mirroring updated .
- 24 Mar, 2022 1 commit
-
-
Andrey Azov authored
-
- 18 Mar, 2022 1 commit
-
-
Andrey Azov authored
- While a search is in flight: - disable the "Go" button - show a spinner in the search results section - Add two preset sizes (40x40 and 30x30px) to the CircleLoader - CSS fixes to get rid of the unnecessary vertical scrollbar in an inner element within the sidebar modal - Disabled spellchecking in input fields by default - Added typed useAppDispatch and useAppSelector hooks, which correctly infer the types of the redux state and of return values of redux middleware, as suggested in the docs. - Using a simple fetch instead of the apiService for requests to search api.
-
- 15 Mar, 2022 1 commit
-
-
Ridwan Amode authored
-
- 14 Mar, 2022 1 commit
-
-
Andrey Azov authored
- Fix the problem with cross-fetch - Handle updated response
-
- 11 Mar, 2022 1 commit
-
-
Andrey Azov authored
- Use webpack asset modules setup when importing svgs as paths to files - Default import of an svg file imports a React component - Default import of an svg file marked with `?url` query string imports a string that is the path to the svg file - Removed file-loader since all use cases of file-loader are now covered by webpack asset modules - Updated server-side webpack config to avoid emitting assets files, which are handled by the client-side config
-
- 10 Mar, 2022 4 commits
-
-
Jyothish authored
-
Andrey Azov authored
-
Andres Veidenberg authored
Add Tools API integration to review apps
-
Andres Veidenberg authored
-
- 09 Mar, 2022 1 commit
-
-
Andrey Azov authored
- move the code responsible for the http request into BlastJobSubmit component - use regular `fetch` rather than the api service for sending the request - show immediate feedback by using the LoadingButton component
-
- 08 Mar, 2022 3 commits
-
-
Andrey Azov authored
-
Andrey Azov authored
- correct behaviour of the click on the "Clear all" element - correct blast program selection when user switches between databases - changed default word size for programs based on protein dbs to 6 - fixed some of the copy-paste errors in BlastSettings.tsx
-
Manoj Pandian Sakthivel authored
-
- 07 Mar, 2022 1 commit
-
-
Andrey Azov authored
- Update dependencies - Remove deprecated @types packages - Change the log level in npmrc to warn
-
- 04 Mar, 2022 2 commits
-
-
Manoj Pandian Sakthivel authored
-
Andres Veidenberg authored
-
- 03 Mar, 2022 1 commit
-
-
Andrey Azov authored
1. For empty input box - Prevent disappearance of empty input box when user unfocuses from it - Enable deletion of empty input box by pressing the trashcan icon 2. "Add another sequence" button - Activate the button as soon as the user starts typing in the empty input box - Inactivate the button when the maximum allowed number of sequences has been added 3. Sequence counter - Update counter as soon as the user starts typing in the empty sequence box
-
- 02 Mar, 2022 2 commits
-
-
Manoj Pandian Sakthivel authored
-
Ridwan Amode authored
remove disabled props for radio since we dont have a usecase of radio button/group being disabled (#706)
-
- 01 Mar, 2022 6 commits
-
-
Andres Veidenberg authored
-
Andres Veidenberg authored
Add Track API service/ingress for review apps
-
Kamal Dodiya authored
-
Jyothish authored
-
Kamal Dodiya authored
-
Manoj Pandian Sakthivel authored
-
- 28 Feb, 2022 1 commit
-
-
Kamal Dodiya authored
-
- 25 Feb, 2022 1 commit
-
-
Jyothish authored
-
- 24 Feb, 2022 2 commits
-
-
Manoj Pandian Sakthivel authored
-
Ridwan Amode authored
-
- 22 Feb, 2022 2 commits
-
-
Andrey Azov authored
- Focusing on a blast sequence input: - changes the colour of the textarea border to blue - hides the upload file component - Added validation of sequence length (sadly, as per spec, the input box shows invalid input while the user is still typing) - Added validation of sequence alphabet for given sequence type
-
Andrey Azov authored
-
- 18 Feb, 2022 2 commits
-
-
Andrey Azov authored
Guess sequence type when user commits a sequence, according to the following rules: - The guess is only made on the basis of the first sequence for consistency - The guessing algorithm checks if there are protein-specific characters in the input sequence; and if not, then whether unambiguous nucleotide codes make up more than 90% of the sequence - If the user deletes the first sequence such that the first input box now contains the sequence of a different type, we automatically change the sequence type - If the user has chosen sequence type manually, we do not attempt to make any guesses about the sequence type. However, if the user presses the "Clear all" button or clears the only input box on the page, we reset the sequence type to initial (i.e. nucleotide)
-
Ridwan Amode authored
-
- 17 Feb, 2022 1 commit
-
-
Andrey Azov authored
-
- 16 Feb, 2022 1 commit
-
-
Ridwan Amode authored
* blast species lozenges onclick function
-
- 15 Feb, 2022 1 commit
-
-
Imran Salam authored
- Updated the icons using Andrea's latest icon set (most of the icons are now using a 32x32px canvas) - Moved all svg icon files from the static/img folder to the static/icons folder - Updated the styles of the components that were displaying the icons incorrectly - Updated Storybook
-
- 11 Feb, 2022 2 commits
-
-
Imran Salam authored
- Update visual appearance of checkboxes and radio buttons in accordance with the spec - Add a theme property to capture the CSS rules that go together - Refactor the styling of the checkbox and the radio buttons group to enable more flexible and reliable customisation by exposing tweakable styles as CSS variables - Enable both vertical and horizontal orientation of radio buttons in a group - Remove the click handler from the pointer box, which prevented click default behaviour and propagation (presumably, its purpose was to react to outside clicks; but we have a better mechanism now)
-
Andrey Azov authored
- Add a config for the Blast parameters (hard-coded for now; will be fetched from the backend in the future) - Add a React component to display a list of available Blast parameters The availability of some of the parameters depends on which other parameters have been chosen - Fix a test of the Upload component to properly wait for the expected value
-
- 10 Feb, 2022 1 commit
-
-
Manoj Pandian Sakthivel authored
-
- 09 Feb, 2022 1 commit
-
-
Manoj Pandian Sakthivel authored
-