Skip to content
代码片段 群组 项目
该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。 拉取镜像更新于
  1. 3月 12, 2025
  2. 2月 20, 2025
    • Himanshu Kapoor's avatar
      Address potential performance concerns in GLQL · e281412e
      Himanshu Kapoor 创作于
      To address potential performance concerns in GLQL we now:
      - Load GLQL blocks only when they are in view using IntersectionObserver
      - Use a TaskQueue to ensure only one request at a time is handled
      - Use a feature flag glql_load_on_click which when turned on only loads
      GLQL blocks on demand
      - Show a preview block using skeleton loaders to make the block loading
      state more elegant
      e281412e
  3. 2月 07, 2025
  4. 1月 08, 2025
  5. 11月 21, 2024
  6. 11月 15, 2024
  7. 10月 08, 2024
    • Himanshu Kapoor's avatar
      Remove vertical scrollbar on GLQL tables · 8f03055e
      Himanshu Kapoor 创作于
      On hover, GLQL tables rendered a vertical scrollbar due to resizable
      columns feature added recently. Add a `gl-overflow-y-hidden` to
      prevent showing a vertical scrollbar.
      
      Changelog: fixed
      8f03055e
  8. 10月 01, 2024
  9. 9月 04, 2024
  10. 8月 26, 2024
  11. 8月 21, 2024
  12. 8月 16, 2024
加载中