Default is 0. If the amount of 'ahead' commits is less than or equal to this value, the fork is automatically removed from the list.
+diff --git a/docs/css/my-style.css b/docs/css/my-style.css index a803a4b1..14fd5c56 100644 --- a/docs/css/my-style.css +++ b/docs/css/my-style.css @@ -1,14 +1,40 @@ +:root { + --uf-orange: #fca311; + --uf-orange-dark: #c97e11; + --uf-blue: #14213d; + --uf-blue-dark: #0d1624; +} + +.button.is-uf-orange { + background-color: var(--uf-orange); + border-color: transparent; + color: #fff; +} +.button.is-uf-orange:hover { + background-color: var(--uf-orange-dark); + border-color: transparent; + color: #fff; +} +.button.is-uf-blue { + background-color: var(--uf-blue); + border-color: transparent; + color: #fff; +} +.button.is-uf-blue:hover { + background-color: var(--uf-blue-dark); + border-color: transparent; + color: #fff; +} + #useful_forks_msg { text-align: center; margin-top: 20px; margin-bottom: 20px; } - #useful_forks_header { text-align: center; margin-bottom: 35px; } - #useful_forks_inject { margin-top: 20px; } @@ -21,11 +47,9 @@ tr:hover { background-color: #e2e2e2 !important; } - tr:nth-child(odd) { background-color: #f5f5f5; } - table { margin: 0 auto !important; } @@ -47,7 +71,6 @@ table { .navbar-item > img { margin-right: 8px; } - .navbar-item { display: flex !important; align-items: center !important; @@ -62,4 +85,16 @@ table { background-color: #4a4a4a !important; /* dropdown hovered row */ color: #f8f8f8 !important; /* hovered text color */ } +} + +@media screen and (min-width: 769px) { + .modal-card, .modal-content { + width: 660px !important; /* dialogs width */ + } +} + +@media screen and (min-width: 769px) { + .field-label.is-normal { + padding-top: 0 !important; /* settings popup fields misaligned */ + } } \ No newline at end of file diff --git a/docs/index.html b/docs/index.html index 5f98f0bd..5c64787a 100644 --- a/docs/index.html +++ b/docs/index.html @@ -85,8 +85,8 @@
@@ -99,10 +99,9 @@Add a GitHub Access Token
- +Add a GitHub Access Token
+Useful Forks uses the GitHub API to retrieve repository metadata. You may see this dialog because you have hit the @@ -116,10 +115,78 @@
Customize query settings
+ +Settings will be saved on your local browser and will apply to your future queries.
Default is 0. If the amount of 'ahead' commits is less than or equal to this value, the fork is automatically removed from the list.
+Default is 'Parent'. Which repository, relative to the evaluated fork, should be used to calculate the commit diff ('ahead' and 'behind').
++ + + +
@@ -163,8 +236,10 @@