Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Put back progress bar CSS25938-progress-bar-gone | Filipa Lacerda | 2016-12-21 | 1 | -1/+1 |
| | | | | Add changelog entry | ||||
* | Merge branch '19620-auto-scroll-log' into 'master' | Alfredo Sumaran | 2016-12-21 | 8 | -57/+262 |
|\ | | | | | | | | | | | | | Improve Build Log scrolling experience Closes #19620 See merge request !7895 | ||||
| * | Renamed with `.svg`19620-auto-scroll-log | Kushal Pandya | 2016-12-21 | 4 | -0/+0 |
| | | |||||
| * | Move comments to next line | Kushal Pandya | 2016-12-21 | 1 | -4/+12 |
| | | |||||
| * | Replace `$.fadeIn()` usage with `$.show()` | Kushal Pandya | 2016-12-21 | 1 | -2/+2 |
| | | |||||
| * | Use cached element references | Kushal Pandya | 2016-12-21 | 1 | -2/+2 |
| | | |||||
| * | Set offset via constant variable | Kushal Pandya | 2016-12-21 | 1 | -2/+3 |
| | | |||||
| * | Use `get(0)` instead of direct array index access | Kushal Pandya | 2016-12-21 | 1 | -8/+8 |
| | | |||||
| * | Fix scroll top button overlapping | Kushal Pandya | 2016-12-21 | 1 | -1/+1 |
| | | |||||
| * | Combine common rules | Kushal Pandya | 2016-12-21 | 1 | -32/+13 |
| | | |||||
| * | Prevent scroll bottom button and scroll indicator clashes | Kushal Pandya | 2016-12-21 | 1 | -0/+3 |
| | | |||||
| * | Fix case where Autoscroll indicator overlays scroll bottom button | Kushal Pandya | 2016-12-21 | 1 | -3/+15 |
| | | |||||
| * | Refactor build log scroll button logic to prevent icon overlaps | Kushal Pandya | 2016-12-21 | 1 | -11/+16 |
| | | |||||
| * | Cache common references to `.status-text` element | Kushal Pandya | 2016-12-21 | 1 | -2/+3 |
| | | |||||
| * | Use `bind` instead of currying to access outer context | Kushal Pandya | 2016-12-21 | 1 | -9/+7 |
| | | |||||
| * | SCSSLint: Space before brace | Kushal Pandya | 2016-12-21 | 1 | -1/+1 |
| | | |||||
| * | ESLint: use outer `this` by currying function | Kushal Pandya | 2016-12-21 | 1 | -8/+9 |
| | | |||||
| * | Fix incorrect scroll button appearance in certain cases | Kushal Pandya | 2016-12-21 | 1 | -1/+12 |
| | | |||||
| * | Add `isInViewport` | Kushal Pandya | 2016-12-21 | 1 | -0/+13 |
| | | |||||
| * | Make scroll buttons sticky always | Kushal Pandya | 2016-12-21 | 1 | -16/+7 |
| | | |||||
| * | Move `isInViewport` to `gl.utils`, make scroll buttons sticky always | Kushal Pandya | 2016-12-21 | 1 | -24/+12 |
| | | |||||
| * | Embed SVG using `custom_icon` | Kushal Pandya | 2016-12-21 | 1 | -2/+7 |
| | | |||||
| * | Flip embedded SVG on hover | Kushal Pandya | 2016-12-21 | 1 | -5/+22 |
| | | |||||
| * | Embed SVG using `custom_icon` | Kushal Pandya | 2016-12-21 | 8 | -4/+12 |
| | | |||||
| * | Cache commonly referenced DOM elements, cleaning up | Kushal Pandya | 2016-12-21 | 1 | -40/+29 |
| | | |||||
| * | Update class names & element types | Kushal Pandya | 2016-12-21 | 1 | -3/+3 |
| | | |||||
| * | Update selector for build status text | Kushal Pandya | 2016-12-21 | 1 | -2/+2 |
| | | |||||
| * | Refactor SCSS: fix SCSSLints, simplify specificity | Kushal Pandya | 2016-12-21 | 1 | -108/+111 |
| | | |||||
| * | added a running loading indicator | Dimitrie Hoekstra | 2016-12-21 | 2 | -1/+34 |
| | | |||||
| * | Fix Autoscroll status icon misalignment on page reload | Kushal Pandya | 2016-12-21 | 1 | -2/+1 |
| | | |||||
| * | Autoscroll is disabled by default | Kushal Pandya | 2016-12-21 | 1 | -1/+1 |
| | | |||||
| * | Add animation to autoscroll indicator when activated | Kushal Pandya | 2016-12-21 | 1 | -0/+2 |
| | | |||||
| * | Add autoscroll status indicator animation | Kushal Pandya | 2016-12-21 | 1 | -15/+9 |
| | | |||||
| * | Updated styles to use scroll icons | Kushal Pandya | 2016-12-21 | 1 | -22/+46 |
| | | |||||
| * | Replace scroll buttons with new icons | Kushal Pandya | 2016-12-21 | 1 | -8/+4 |
| | | |||||
| * | Icon for Build Scroll | Kushal Pandya | 2016-12-21 | 4 | -0/+4 |
| | | |||||
| * | Fix rebase conflicts | Kushal Pandya | 2016-12-21 | 1 | -19/+0 |
| | | |||||
| * | positioned sticky buttons slightly more up and down | Dimitrie Hoekstra | 2016-12-21 | 1 | -2/+2 |
| | | |||||
| * | added default half transparent background for sticky scroll buttons | Dimitrie Hoekstra | 2016-12-21 | 1 | -1/+1 |
| | | |||||
| * | added hoverstate on buttons, plus added spacing to make them more square ↵ | Dimitrie Hoekstra | 2016-12-21 | 1 | -0/+9 |
| | | | | | | | | when only the arrows are visible | ||||
| * | Add title for autoscroll status indicator for a11y | Kushal Pandya | 2016-12-21 | 1 | -1/+1 |
| | | |||||
| * | ESLint: remove extra indentation | Kushal Pandya | 2016-12-21 | 1 | -2/+2 |
| | | |||||
| * | ESLint: Clean up nested if blocks | Kushal Pandya | 2016-12-21 | 1 | -9/+2 |
| | | |||||
| * | Improve isInViewport impl, autoscroll behavior | Kushal Pandya | 2016-12-21 | 1 | -0/+26 |
| | | | | | | | | | | - Improve isInViewport impementation to be robust. - Autoscroll is now a status indicator instead of toggle button - Scrolling build log enables autoscroll itself when scrolled to bottom. | ||||
| * | ESLint: remove extra indentation | Kushal Pandya | 2016-12-21 | 1 | -2/+2 |
| | | |||||
| * | ESLint: Clean up nested if blocks | Kushal Pandya | 2016-12-21 | 1 | -9/+2 |
| | | |||||
| * | Update look of scroll buttons, autoscroll indicator | Kushal Pandya | 2016-12-21 | 1 | -6/+10 |
| | | |||||
| * | Enhance styling of scroll buttons, make build log wide | Kushal Pandya | 2016-12-21 | 1 | -10/+58 |
| | | |||||
| * | Improve isInViewport impl, autoscroll behavior | Kushal Pandya | 2016-12-21 | 1 | -47/+83 |
| | | | | | | | | | | - Improve isInViewport impementation to be robust. - Autoscroll is now a status indicator instead of toggle button - Scrolling build log enables autoscroll itself when scrolled to bottom. | ||||
| * | Enable build log autoscroll when page scrolls to bottom | Kushal Pandya | 2016-12-21 | 1 | -9/+37 |
| | |