This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name PR Size on PR List | |
| // @namespace http://bigethan.com/ | |
| // @version 0.1 | |
| // @description give a sense of PR size when looking at the PR board | |
| // @author @bigethan | |
| // @match https://github.com/*/*/pulls* | |
| // @grant none | |
| // ==/UserScript== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="example2by"> | |
| <div class="two-by-two"> | |
| <div class="row-label"><div class="rotate-label">Top Vertical</div></div> | |
| <div class="cell">Top Left Box</div> | |
| <div class="cell">Top Right Box</div> | |
| <div class="row-label"><div class="rotate-label">Bottom Vertical</div></div> | |
| <div class="cell">Bottom Left Box</div> | |
| <div class="cell">Bottom Right Box</div> | |
| <div class="cell-spacer"> </div> | |
| <div class="col-label">Left Horizontal</div> |
OlderNewer