Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • T TIDO
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 110
    • Issues 110
    • List
    • Boards
    • Service Desk
    • Milestones
  • Jira
    • Jira
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • subugoesubugoe
  • emoemo
  • TIDO
  • Merge requests
  • !271

refactor: ensure autonomous loading of panel components

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged pestov requested to merge refactor/panels into develop May 23, 2022
  • Overview 2
  • Commits 4
  • Pipelines 4
  • Changes 12

This MR changes the way we load individual panels. Components that are loaded dynamically into a panel should make their own requests (or retrieve their own data) in order to render. There should as little depencies between the panels as possible. The idea is to listen to "itemUrl" changes as this URL is being applied as parameter to the route.

closes #388 (closed)

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: refactor/panels