Skip to content
代码片段 群组 项目
该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。 拉取镜像更新于
  1. 4月 16, 2024
  2. 2月 21, 2024
  3. 12月 14, 2023
    • Lukas Eipert's avatar
      What's new app: Create own "mount element" · 6ffaa2c1
      Lukas Eipert 创作于
      The What's new app is a singleton. Rather than creating an element which
      we search for in the Vue App, then pass to the What's New App
      initializer, we just create our own div. This probably can be refactored
      in favor of something more Vue-y but for now it seems like a good
      compromise.
      6ffaa2c1
  4. 12月 06, 2023
    • Lukas Eipert's avatar
      Simplify initialisation of Whats New App · 0327a15d
      Lukas Eipert 创作于
      We don't need to trigger the whats new app from the legacy top nav any
      longer. This allows us to simplify the init code in the super sidebar.
      
      While we are at it, we are sneaking in a little rename of
      `whats-new-app` to `js-whats-new-app`. Also, we are now passing the
      version digest from the super sidebar, rather than reading it from the
      DOM attributes.
      0327a15d
  5. 11月 23, 2023
  6. 9月 20, 2023
  7. 7月 06, 2023
  8. 6月 08, 2023
  9. 6月 07, 2023
  10. 6月 05, 2023
    • Paul Gascou-Vaillancourt's avatar
      Migrate `popperOptions` usages to `dropdownOffset` · db361cda
      Paul Gascou-Vaillancourt 创作于
      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.
      db361cda
  11. 5月 23, 2023
  12. 5月 15, 2023
  13. 5月 11, 2023
  14. 4月 29, 2023
  15. 4月 26, 2023
  16. 4月 22, 2023
    • Zack Cuddy's avatar
      Tanuki Bot - Help Menu Init · f583d876
      Zack Cuddy 创作于
      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.
      f583d876
  17. 4月 19, 2023
  18. 4月 10, 2023
  19. 2月 22, 2023
    • Mark Florian's avatar
      Fix keyboard shortcuts modal in super sidebar · 4540011e
      Mark Florian 创作于
      The help button was added in
      https://gitlab.com/gitlab-org/gitlab/-/merge_requests/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.
      4540011e
  20. 2月 15, 2023
  21. 2月 07, 2023
  22. 1月 31, 2023
加载中