summaryrefslogtreecommitdiff
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
* Put back progress bar CSS25938-progress-bar-goneFilipa Lacerda2016-12-211-1/+1
| | | | Add changelog entry
* Merge branch '19620-auto-scroll-log' into 'master' Alfredo Sumaran2016-12-218-57/+262
|\ | | | | | | | | | | | | Improve Build Log scrolling experience Closes #19620 See merge request !7895
| * Renamed with `.svg`19620-auto-scroll-logKushal Pandya2016-12-214-0/+0
| |
| * Move comments to next lineKushal Pandya2016-12-211-4/+12
| |
| * Replace `$.fadeIn()` usage with `$.show()`Kushal Pandya2016-12-211-2/+2
| |
| * Use cached element referencesKushal Pandya2016-12-211-2/+2
| |
| * Set offset via constant variableKushal Pandya2016-12-211-2/+3
| |
| * Use `get(0)` instead of direct array index accessKushal Pandya2016-12-211-8/+8
| |
| * Fix scroll top button overlappingKushal Pandya2016-12-211-1/+1
| |
| * Combine common rulesKushal Pandya2016-12-211-32/+13
| |
| * Prevent scroll bottom button and scroll indicator clashesKushal Pandya2016-12-211-0/+3
| |
| * Fix case where Autoscroll indicator overlays scroll bottom buttonKushal Pandya2016-12-211-3/+15
| |
| * Refactor build log scroll button logic to prevent icon overlapsKushal Pandya2016-12-211-11/+16
| |
| * Cache common references to `.status-text` elementKushal Pandya2016-12-211-2/+3
| |
| * Use `bind` instead of currying to access outer contextKushal Pandya2016-12-211-9/+7
| |
| * SCSSLint: Space before braceKushal Pandya2016-12-211-1/+1
| |
| * ESLint: use outer `this` by currying functionKushal Pandya2016-12-211-8/+9
| |
| * Fix incorrect scroll button appearance in certain casesKushal Pandya2016-12-211-1/+12
| |
| * Add `isInViewport`Kushal Pandya2016-12-211-0/+13
| |
| * Make scroll buttons sticky alwaysKushal Pandya2016-12-211-16/+7
| |
| * Move `isInViewport` to `gl.utils`, make scroll buttons sticky alwaysKushal Pandya2016-12-211-24/+12
| |
| * Embed SVG using `custom_icon`Kushal Pandya2016-12-211-2/+7
| |
| * Flip embedded SVG on hoverKushal Pandya2016-12-211-5/+22
| |
| * Embed SVG using `custom_icon`Kushal Pandya2016-12-218-4/+12
| |
| * Cache commonly referenced DOM elements, cleaning upKushal Pandya2016-12-211-40/+29
| |
| * Update class names & element typesKushal Pandya2016-12-211-3/+3
| |
| * Update selector for build status textKushal Pandya2016-12-211-2/+2
| |
| * Refactor SCSS: fix SCSSLints, simplify specificityKushal Pandya2016-12-211-108/+111
| |
| * added a running loading indicatorDimitrie Hoekstra2016-12-212-1/+34
| |
| * Fix Autoscroll status icon misalignment on page reloadKushal Pandya2016-12-211-2/+1
| |
| * Autoscroll is disabled by defaultKushal Pandya2016-12-211-1/+1
| |
| * Add animation to autoscroll indicator when activatedKushal Pandya2016-12-211-0/+2
| |
| * Add autoscroll status indicator animationKushal Pandya2016-12-211-15/+9
| |
| * Updated styles to use scroll iconsKushal Pandya2016-12-211-22/+46
| |
| * Replace scroll buttons with new iconsKushal Pandya2016-12-211-8/+4
| |
| * Icon for Build ScrollKushal Pandya2016-12-214-0/+4
| |
| * Fix rebase conflictsKushal Pandya2016-12-211-19/+0
| |
| * positioned sticky buttons slightly more up and downDimitrie Hoekstra2016-12-211-2/+2
| |
| * added default half transparent background for sticky scroll buttonsDimitrie Hoekstra2016-12-211-1/+1
| |
| * added hoverstate on buttons, plus added spacing to make them more square ↵Dimitrie Hoekstra2016-12-211-0/+9
| | | | | | | | when only the arrows are visible
| * Add title for autoscroll status indicator for a11yKushal Pandya2016-12-211-1/+1
| |
| * ESLint: remove extra indentationKushal Pandya2016-12-211-2/+2
| |
| * ESLint: Clean up nested if blocksKushal Pandya2016-12-211-9/+2
| |
| * Improve isInViewport impl, autoscroll behaviorKushal Pandya2016-12-211-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 indentationKushal Pandya2016-12-211-2/+2
| |
| * ESLint: Clean up nested if blocksKushal Pandya2016-12-211-9/+2
| |
| * Update look of scroll buttons, autoscroll indicatorKushal Pandya2016-12-211-6/+10
| |
| * Enhance styling of scroll buttons, make build log wideKushal Pandya2016-12-211-10/+58
| |
| * Improve isInViewport impl, autoscroll behaviorKushal Pandya2016-12-211-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 bottomKushal Pandya2016-12-211-9/+37
| |