summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/page_bundles
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-2122-20/+3617
|
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-196-14/+320
|
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-202-8/+5
|
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-203-17/+13
|
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-185-156/+304
|
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-206-99/+527
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-031-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-313-16/+16
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-172-198/+172
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-271-5/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-181-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-151-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-141-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-051-0/+10
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-051-0/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-031-60/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-171-1/+4
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-271-0/+14
|
* Reduce the default height of MR/branch dropdowns61332-web-ide-mr-branch-dropdown-closes-unexpectedlyHimanshu Kapoor2019-08-091-3/+2
| | | | | | | To avoid having empty areas in the dropdown that occupy unnessary space, I removed the dropdown's min-height and changed its default height in empty state to be same as its loading state (with the spinner).
* Focus on the input when clicked outside the inputHimanshu Kapoor2019-08-091-1/+1
| | | | | | | | | | Fixed in MR list and branch list components. Earlier clicking right outside the input box closed the dropdown, which was unexpected behaviour. To make it consistent with the behaviour of select2 jquery plugin, I have made clicking outside the input focus on the input by using a label.
* Extract ide_status_list from ide_status_barPaul Slaughter2019-06-121-9/+6
| | | | | **Why?** The ide_status_list will be used and extended in EE.
* Remove 'build-page' from 'ide-terminal' elementce-5276-1-remove-build-page-from-ide-terminal-elementPaul Slaughter2019-06-071-7/+7
| | | | | | | | | CE Port **Why?** The styles applied to `.build-page .top-bar` were mostly unecessary for the IDE terminal. The static positioning might have also been causing a strange line to show up in the terminal.
* Default MR checkbox to true in most cases60034-default-web-ide-s-merge-request-checkbox-to-trueSam Bigelow2019-06-061-1/+1
| | | | | | | | | | | - Pull the new MR option out into it's own component - Default MR checkbox to true when creating a new MR and committing to a branch that does not have an MR - Still change the MR checkbox to false when a user is on a branch that already has an MR - Hide MR option when on a branch that already has an MR and committing to current branch - Don't default to true when committing directly to master
* Enabled text selection in diffs in Web IDE47771-highlighting-in-diffDenys Mishunov2019-03-281-0/+8
| | | | | | Resolves https://gitlab.com/gitlab-org/gitlab-ce/issues/47771 Changelog entry
* Added Stylelint SetupTim Zallmann2019-02-251-3/+3
| | | | | | | | | | | | | | | | | | | | | | Added stylelint to static-analysis Updated yarn dependencies CSS Fixes and rule adoptions of stylelint Added stylelint-scss Deduplicated yarn.lock to clear dependencies First round of advanced stylelint rules Mainly Vendor prefix updates related to flex Updates to more webkit specific vendor prefixes Finished all vendor specific fixes Moved now 4 rules to warning Fixed the new scss lint problems More stylelint adaptions after rebase
* Make the file tree in merge requests resizablePhil Hughes2019-02-151-19/+0
| | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/51857
* Added fuzzy file finder to merge requestsPhil Hughes2019-02-051-20/+0
| | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/53304
* Resolve "Add Avatar from author of the last commit to WebIDE status bar"Jose2019-01-311-0/+5
|
* Remove all `$theme-gray-{weight}` variables in favor of `$gray-{weight}`George Tsiolis2019-01-141-14/+14
|
* CE Port of "Web Terminal FE"Paul Slaughter2018-12-072-14/+21
|
* Added file tree to merge request diffsPhil Hughes2018-10-031-23/+0
| | | | | | | | | | | | | | | This file tree displays all the diff files in a tree like format Each file is taken and converted into a tree with folders Each folder can be toggled open & closed Clicking a file will scroll to the diff file & highlight with a glow affect Searching the tree list will search only files & return a list of the files without any folders Each file row contains an icon to show changed, new file or deleted Each row will also contain the added & removed lines count Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/14249
* Lazy load xterm css colorsFilipa Lacerda2018-09-191-0/+1455
| | | | | | | | Manually includes the xterm custom colors on the 3 files that will need it: job log page, job terminal page, environment terminal page Reduces main CSS bundle
* Decouple file row from IDEPhil Hughes2018-09-171-95/+47
| | | | | | This makes the file row component re-usable ouside of the Web IDE Pre-request for https://gitlab.com/gitlab-org/gitlab-ce/issues/14249
* i18n on some stringsPhil Hughes2018-09-071-8/+10
| | | | moved heights into variables
* fixed discard modal not showingPhil Hughes2018-09-071-7/+8
|
* design improvementsPhil Hughes2018-09-071-9/+24
|
* update components to match designs in commit sectionPhil Hughes2018-09-071-11/+0
|
* Improved IDE commit flowPhil Hughes2018-09-071-5/+7
| | | | Closes #48182
* fixed double scrollPhil Hughes2018-09-071-2/+1
| | | | improved variable & prop names
* fixed some bugs around with the template dropdownsPhil Hughes2018-09-071-0/+5
|
* added component specsPhil Hughes2018-09-071-0/+10
|
* Resolve "Persistent banner creates problem for web ide"Paul Slaughter2018-08-311-61/+7
|
* Fix IDE avatar flex sizing stylePaul Slaughter2018-08-301-1/+1
|
* Improved padding of top bar in IDE job trace panelide-job-top-bar-ui-polishPhil Hughes2018-08-151-0/+1
| | | | Closes #48059
* Remove scss variables, part 2Annabel Gray2018-08-141-1/+1
|
* Merge branch 'ide-fixed-height-sidebar' into 'master'Filipa Lacerda2018-08-071-1/+1
|\ | | | | | | | | Fixed the height of the tree list in the Web IDE See merge request gitlab-org/gitlab-ce!21068
| * Fixed the height of the tree list in the Web IDEPhil Hughes2018-08-071-1/+1
| |
* | Create Web IDE MR and branch pickerPaul Slaughter2018-08-071-9/+51
|/
* Web IDE & CodeSandboxPhil Hughes2018-08-071-0/+41
| | | | | | | | | | | | | | | | | | | | | | | | | This enables JavaScripts projects to have live previews straight in the browser without requiring any local configuration. This uses the CodeSandbox package `sandpack` to compile it all inside of an iframe. This feature is off by default and can be toggled on in the admin settings. Only projects with a `package.json` and a `main` key are supported. Updates happen in real-time with hot-reloading. We just watch for changes to files and then send them to `sandpack` to allow it to reload the iframe. The iframe includes a very simple navigation bar, the text bar is `readonly` to stop users navigating away from the preview and the back and forward buttons just pop/splice the navigation stack which is tracked by a listener on `sandpack` There is a button inside the iframe which allows the user to open the projects inside of CodeSandbox. This button is only visible on **public** projects. On private or internal projects this button get hidden to protect private code being leaked into an external public URL. Closes #47268
* Web IDE context header redesignPaul Slaughter2018-08-071-29/+41
|