This project is mirrored from https://github.com/Ensembl/ensembl-client.
Pull mirroring updated .
- 08 Feb, 2020 1 commit
-
-
Imran Salam authored
* add tracking for browser navigation inputs * Update analytics events based on recent discussion with Andrea
-
- 07 Feb, 2020 1 commit
-
-
Andrey Azov authored
-
- 06 Feb, 2020 2 commits
-
-
Andrey Azov authored
This commit introduces d3 into our codebase
-
Ridwan Amode authored
* Adding content and style to scaleSwitcher * function to render the empty dots * Added end of line in file * Set border-radius to 100% and remove redundant styling based on PR review
-
- 05 Feb, 2020 2 commits
-
-
Jyothish authored
* [ENSWEBSITES-231] Update icons to use ImageButton component * Replace browserTrackConfig icons to SVGs * respect new Statuses * do not escape html entities
-
Manoj Pandian Sakthivel authored
* Create panel and tabs shared component * Tests for Tabs * Tests for Panel * Css and stories related changes * PR review changes * Post PR review changes * Class names order * Update tests * change any to partial
-
- 04 Feb, 2020 1 commit
-
-
Ridwan Amode authored
* Entity viewer top bar showing the feature information * code cleanup and implemented changes from review * special fix for deploying branches with capital letters, not needed for this branch but might be useful in the future
-
- 03 Feb, 2020 1 commit
-
-
Imran Salam authored
-
- 31 Jan, 2020 2 commits
-
-
Imran Salam authored
* move track panel bar icons to sidebar folder * replace TrackPanelBarIcon with ImageButton in TrackPanelBar * add styling to sidebar icons and fix sidebar class names * Add sidebar toolstrip to entity viewer * change the following to lower case: toolStrip, sideBar, topBar * use lowercase for topBar in all other places in the site * fix storybook issues * fix wrong sidebar class names * get rid of sidebar configs * Replace shortened EV with EntityViewer * PR suggestions
-
Ridwan Amode authored
* moving BrowserInfo to shared component so that it can be used again for entity viewer top bar * made changes base on review, createing a separate test for featuresummarystrip, adding isGhosted for regionsummarystrip * use && instead of ternary to check whether to render component
-
- 29 Jan, 2020 1 commit
-
-
Jyothish authored
* Refactor ImageButton component status * Replace all ImageButton examples with just one * Create new VisibilityIcon component with eye icon and partial selection * Remove ImageHolder component and update tests * PR review changes * replace variable buttonStatus to status * export Props * Fix missing statuses * Remove DISABLED status from VisibilityIcon; Update VisibilityIcon test
-
- 28 Jan, 2020 2 commits
-
-
Andrey Azov authored
Also: - Split entity viewer redux state into smaller parts, one of which is sidebar - Added the sidebar part of entity viewer redux state, modelled as an object keyed by genome id. - Added a pair of statuses (OPEN, CLOSED) to the Status enum and used it to denote whether sidebar is open or closed.
-
Andrey Azov authored
-
- 24 Jan, 2020 3 commits
-
-
Kamal Dodiya authored
-
Andrey Azov authored
-
Andrey Azov authored
Conditional on environment, will show new component in development, or old component in production.
-
- 23 Jan, 2020 2 commits
-
-
Manoj Pandian Sakthivel authored
* Add disable option * Create entity viewer styled compomnent * Rename storybook entries * Renames classnames and fix cursor * Remove React.SFC * Remove unused CSS * Update css
-
Kamal Dodiya authored
-
- 21 Jan, 2020 2 commits
-
-
Ridwan Amode authored
-
Ridwan Amode authored
* add scrolling to drawer * fix alignment issue in drawer * revert scrolling for drawer, wrong class modified * use grid instead of float * based on PR review, made the following changes: rename class, remove width
-
- 17 Jan, 2020 4 commits
-
-
Andrey Azov authored
-
Andrey Azov authored
-
Andrey Azov authored
Using ReactDOM's portals, place tooltip at the top level of the body element rather than making it a child of the element it's pointing at. (Should fix problems occurring when tooltip extends beyond the bounds of its container and either gets cropped or causes the container to show scrollbars)
-
Andrey Azov authored
-
- 16 Jan, 2020 3 commits
-
-
Andrey Azov authored
-
Andrey Azov authored
-
Andrey Azov authored
-
- 15 Jan, 2020 2 commits
-
-
Andrey Azov authored
-
Andrey Azov authored
-
- 13 Jan, 2020 2 commits
-
-
Andrey Azov authored
-
Andrey Azov authored
-
- 10 Jan, 2020 2 commits
-
-
Andrey Azov authored
-
Andrey Azov authored
Also: - Use a dedicated component for sidebar tabs rather than generating them in StandardAppLayout. - update npm script for running the style linter - update test for ZmenuContent component (use mock redux store rather than real one) - make browser bar content (gene info) responsive to the width of its container (via ResizeObserver) - make opening and closing of the sidebar to be instantaneous rather than animated (better for performance) - remove viewport metatag in the hope that the site will display in its desktop version on mobile devices
-
- 06 Jan, 2020 1 commit
-
-
Imran Salam authored
* remove redundant getBreakpoint function * remove unused imports
-
- 24 Dec, 2019 1 commit
-
-
Andrey Azov authored
- Update file-loader to version 5.0.2 - Remove @types/storybook__react (@storybook/react has its own type definitions now) - Update other dependencies
-
- 23 Dec, 2019 1 commit
-
-
Andrey Azov authored
Add a common grid-like layout to be shared by different applications (e.g. Genome browser and Entity viewer)
-
- 20 Dec, 2019 1 commit
-
-
Imran Salam authored
* fix track panel opened on desktop rather than big desktop * fix wrong desktop value in BreakpointWidth enum * close track panel for desktop (not big desktop) and smaller
-
- 19 Dec, 2019 2 commits
-
-
Imran Salam authored
* change functionality of the region forms according to new design * add new breakpoints to the breakpoint getter function * fix the broken navigation bar layout in smaller screens * fix styling issues in navigation bar * fix broken browser navigation bar tests * remove unused ContentSwitcher import * add missing test for BrowserNavBarMain * fix closing track panel and missing track panel tabs on big desktops * add breakpoint for big desktop * fix styling issues with labels in browser nav bar * fix issues in browser nav bar inputs * PR suggestions and design changes * fixed non-unique keys used in track panel bookmarks * fix issues in nav bar test cases * more PR suggestions * fix lint error in browser tests * change shouldBeOpaque to isGhosted to be more semantic
-
Steve Trevanion authored
Update 0014-visualisation-library.md
-
- 18 Dec, 2019 1 commit
-
-
Steve Trevanion authored
-