- Jun 05, 2023
-
-
Paul Gascou-Vaillancourt authored
GitLab UI dropdowns don't expose a `popperOptions` prop anymore. It has been replaced with `dropdownOffset` which only controls the dropdown's offsets relative to its reference elements. This migrates existing usages of the deprecated prop to the new one.
-
- May 23, 2023
-
-
- May 15, 2023
-
-
Wu Jeremy authored
Concat URLs in correct file.
-
- May 11, 2023
-
-
Wu Jeremy authored
* Extract domain name and exported in the url utility file. * Update URLs with domain name and promo URL. * Update test cases against the new changes.
-
- Apr 29, 2023
-
-
- Missed a reference in Error message - Feedback for help menu item
-
- Apr 26, 2023
-
-
Zack Cuddy authored
This change renames the Tanuki Bot in the UI to GitLab Chat while the naming gets finalized and approved.
-
- Apr 25, 2023
-
-
This change initializes the GlDrawer that will be used to house the Tanuki Bot. This is an attempt at MVC and breaking down the changes into reviewable chunks.
-
- Apr 21, 2023
-
-
This change is the setup MR to add the Tanuki Bot UI elements to the Help Nav. This is an attempt at MVC to keep the reviews moving quickly.
-
- Apr 19, 2023
-
-
Applies the necessary offset for the "Create" and user menu dropdowns to be aligned with the super sidebar.
-
- Apr 10, 2023
-
-
- Feb 28, 2023
-
-
- Feb 22, 2023
-
-
The help button was added in !109385, but it wasn't working on certain pages, specifically those listed in ~/behaviors/shortcuts.js. This removes the global function defined on pages other than those listed above. Instead, we now rely on event delegation in the Shortcuts class for detecting the clicks to the shortcuts modal trigger, since the sidebar might not be in the DOM by the time the Shortcuts constructor (or some subclass of it) is called.
-
- Feb 16, 2023
-
-
Olena Horal-Koretska authored
-
- Feb 15, 2023
-
-
- Feb 07, 2023
-
-
Same logic as in the current header nav help dropdown.
-
- Jan 31, 2023
-
-
New disclosure should have all the links from the current help menu.
-