Uploaded image for project: 'Bitbucket Data Center'
  1. Bitbucket Data Center
  2. BSERV-12683

Fullscreen support for pull request diff view

XMLWordPrintable

    • 9
    • We collect Bitbucket 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.

      In case the diff of a PR is pretty big it would ease the review process if all headers and sidebars etc could be hidden when doing the review with some button/shortcut.

      I created a small bookmarklet for myself to have the diff bigger:

      javascript:(function(){ jQuery('.changes').parent().css('height', 'calc(100vh - 30px)'); jQuery('html, body').animate({ scrollTop: $(document).height()-$(window).height() }, 'slow'); })();
      

      But this might not work anymore for future versions and is not available for everybody.

      An out-of-the-box solution for this would be highly appreciated.

      Best, Alex

              Unassigned Unassigned
              235177e0df48 stipx
              Votes:
              10 Vote for this issue
              Watchers:
              8 Start watching this issue

                Created:
                Updated: