Uploaded image for project: 'Jira Software Data Center'
  1. Jira Software Data Center
  2. JSWSERVER-20096

optimize the DVCS page which loads all of the orgs as expanded by default

    • 1
    • We collect Jira feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

      When loading the dvcs account page it is right now all expanded by default, it would be GREAT if we could collapse this, one of our lovely customers kevimart figured out this workaround:

      Simply add the following CSS to the announcer bar which will load the orgs in collapsed view.

      <style>
      /*Collapse DVCS Org repos on page load*/
      [ID^="dvcs-account-repos-"]
      
      {display: none;}
      
      </style>
      

            [JSWSERVER-20096] optimize the DVCS page which loads all of the orgs as expanded by default

            This will be resolved in Jira 8.14 - we now collapse all organizations by default and we've introduced pagination to organization and repository lists to greatly reduce the amount of data being consumed by the frontend on page load which will mean much faster page load times. We have also reworked the background fetching of data so that no repository data is fetched for an organization when it is collapsed.

            Chris van Es (Inactive) added a comment - This will be resolved in Jira 8.14 - we now collapse all organizations by default and we've introduced pagination to organization and repository lists to greatly reduce the amount of data being consumed by the frontend on page load which will mean much faster page load times. We have also reworked the background fetching of data so that no repository data is fetched for an organization when it is collapsed.

              cvanes Chris van Es (Inactive)
              rvolkmar Ronnie Volkmar
              Votes:
              11 Vote for this issue
              Watchers:
              15 Start watching this issue

                Created:
                Updated:
                Resolved: