Skip to content
This repository was archived by the owner on Feb 4, 2025. It is now read-only.

Commit bed9663

Browse files
committed
robo8x [chore] 11/15/2018, 10:33:27 AM
1 parent 7e3fbbf commit bed9663

File tree

8 files changed

+32
-30
lines changed

8 files changed

+32
-30
lines changed

INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ UrlToolkit {
116116

117117
---
118118

119-
[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v2018.11.15-1
119+
[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v2018.11.15-3
120120

121121
[![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software) [![Donate for Corifeus / P3X](https://img.shields.io/badge/Donate-Corifeus-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact)
122122

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88

99

10-
# 🤖 P3X Gitlist - An elegant, feature rich and modern git ui repository viewer v2018.11.15-1
10+
# 🤖 P3X Gitlist - An elegant, feature rich and modern git ui repository viewer v2018.11.15-3
1111

1212
This is an open-source project. Star this repository, if you like it, or even donate! Thank you so much! :)
1313

@@ -182,7 +182,7 @@ npm run watch
182182

183183
---
184184

185-
[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v2018.11.15-1
185+
[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v2018.11.15-3
186186

187187
[![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software) [![Donate for Corifeus / P3X](https://img.shields.io/badge/Donate-Corifeus-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact)
188188

artifacts/php-7.2-ubuntu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ sudo apt upgrade -y
2020

2121
---
2222

23-
[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v2018.11.15-1
23+
[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v2018.11.15-3
2424

2525
[![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software) [![Donate for Corifeus / P3X](https://img.shields.io/badge/Donate-Corifeus-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact)
2626

changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ require('codemirror/mode/yaml/yaml');
178178

179179
---
180180

181-
[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v2018.11.15-1
181+
[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v2018.11.15-3
182182

183183
[![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software) [![Donate for Corifeus / P3X](https://img.shields.io/badge/Donate-Corifeus-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact)
184184

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "p3x-gitlist",
3-
"version": "2018.11.15-2",
3+
"version": "2018.11.15-4",
44
"corifeus": {
55
"prod-dir": "prod",
6-
"postfix": "b2c12b19179d52db3488baed66a493c18ff1737f3dcfa5604783b86c7672078a",
6+
"postfix": "76c75df7a1d843713419c2e8f3c87216466e0070b05645c352ac4e7a221bd6a4",
77
"prefix": "p3x-",
88
"publish": false,
99
"type": "p3x",

src/browser/js/themes.js

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11

22
const themes = {
3-
"bootstrap-default": "prod/css/bootstrap-default.b2c12b19179d52db3488baed66a493c18ff1737f3dcfa5604783b86c7672078a.css",
4-
"bootstrap-solar": "prod/css/bootstrap-solar.b2c12b19179d52db3488baed66a493c18ff1737f3dcfa5604783b86c7672078a.css",
5-
"bootstrap-cerulean": "prod/css/bootstrap-cerulean.b2c12b19179d52db3488baed66a493c18ff1737f3dcfa5604783b86c7672078a.css",
6-
"bootstrap-cosmo": "prod/css/bootstrap-cosmo.b2c12b19179d52db3488baed66a493c18ff1737f3dcfa5604783b86c7672078a.css",
7-
"bootstrap-cyborg": "prod/css/bootstrap-cyborg.b2c12b19179d52db3488baed66a493c18ff1737f3dcfa5604783b86c7672078a.css",
8-
"bootstrap-darkly": "prod/css/bootstrap-darkly.b2c12b19179d52db3488baed66a493c18ff1737f3dcfa5604783b86c7672078a.css",
9-
"bootstrap-flatly": "prod/css/bootstrap-flatly.b2c12b19179d52db3488baed66a493c18ff1737f3dcfa5604783b86c7672078a.css",
10-
"bootstrap-journal": "prod/css/bootstrap-journal.b2c12b19179d52db3488baed66a493c18ff1737f3dcfa5604783b86c7672078a.css",
11-
"bootstrap-lumen": "prod/css/bootstrap-lumen.b2c12b19179d52db3488baed66a493c18ff1737f3dcfa5604783b86c7672078a.css",
12-
"bootstrap-paper": "prod/css/bootstrap-paper.b2c12b19179d52db3488baed66a493c18ff1737f3dcfa5604783b86c7672078a.css",
13-
"bootstrap-readable": "prod/css/bootstrap-readable.b2c12b19179d52db3488baed66a493c18ff1737f3dcfa5604783b86c7672078a.css",
14-
"bootstrap-sandstone": "prod/css/bootstrap-sandstone.b2c12b19179d52db3488baed66a493c18ff1737f3dcfa5604783b86c7672078a.css",
15-
"bootstrap-simplex": "prod/css/bootstrap-simplex.b2c12b19179d52db3488baed66a493c18ff1737f3dcfa5604783b86c7672078a.css",
16-
"bootstrap-slate": "prod/css/bootstrap-slate.b2c12b19179d52db3488baed66a493c18ff1737f3dcfa5604783b86c7672078a.css",
17-
"bootstrap-spacelab": "prod/css/bootstrap-spacelab.b2c12b19179d52db3488baed66a493c18ff1737f3dcfa5604783b86c7672078a.css",
18-
"bootstrap-superhero": "prod/css/bootstrap-superhero.b2c12b19179d52db3488baed66a493c18ff1737f3dcfa5604783b86c7672078a.css",
19-
"bootstrap-united": "prod/css/bootstrap-united.b2c12b19179d52db3488baed66a493c18ff1737f3dcfa5604783b86c7672078a.css",
20-
"bootstrap-yeti": "prod/css/bootstrap-yeti.b2c12b19179d52db3488baed66a493c18ff1737f3dcfa5604783b86c7672078a.css"
3+
"bootstrap-default": "prod/css/bootstrap-default.76c75df7a1d843713419c2e8f3c87216466e0070b05645c352ac4e7a221bd6a4.css",
4+
"bootstrap-solar": "prod/css/bootstrap-solar.76c75df7a1d843713419c2e8f3c87216466e0070b05645c352ac4e7a221bd6a4.css",
5+
"bootstrap-cerulean": "prod/css/bootstrap-cerulean.76c75df7a1d843713419c2e8f3c87216466e0070b05645c352ac4e7a221bd6a4.css",
6+
"bootstrap-cosmo": "prod/css/bootstrap-cosmo.76c75df7a1d843713419c2e8f3c87216466e0070b05645c352ac4e7a221bd6a4.css",
7+
"bootstrap-cyborg": "prod/css/bootstrap-cyborg.76c75df7a1d843713419c2e8f3c87216466e0070b05645c352ac4e7a221bd6a4.css",
8+
"bootstrap-darkly": "prod/css/bootstrap-darkly.76c75df7a1d843713419c2e8f3c87216466e0070b05645c352ac4e7a221bd6a4.css",
9+
"bootstrap-flatly": "prod/css/bootstrap-flatly.76c75df7a1d843713419c2e8f3c87216466e0070b05645c352ac4e7a221bd6a4.css",
10+
"bootstrap-journal": "prod/css/bootstrap-journal.76c75df7a1d843713419c2e8f3c87216466e0070b05645c352ac4e7a221bd6a4.css",
11+
"bootstrap-lumen": "prod/css/bootstrap-lumen.76c75df7a1d843713419c2e8f3c87216466e0070b05645c352ac4e7a221bd6a4.css",
12+
"bootstrap-paper": "prod/css/bootstrap-paper.76c75df7a1d843713419c2e8f3c87216466e0070b05645c352ac4e7a221bd6a4.css",
13+
"bootstrap-readable": "prod/css/bootstrap-readable.76c75df7a1d843713419c2e8f3c87216466e0070b05645c352ac4e7a221bd6a4.css",
14+
"bootstrap-sandstone": "prod/css/bootstrap-sandstone.76c75df7a1d843713419c2e8f3c87216466e0070b05645c352ac4e7a221bd6a4.css",
15+
"bootstrap-simplex": "prod/css/bootstrap-simplex.76c75df7a1d843713419c2e8f3c87216466e0070b05645c352ac4e7a221bd6a4.css",
16+
"bootstrap-slate": "prod/css/bootstrap-slate.76c75df7a1d843713419c2e8f3c87216466e0070b05645c352ac4e7a221bd6a4.css",
17+
"bootstrap-spacelab": "prod/css/bootstrap-spacelab.76c75df7a1d843713419c2e8f3c87216466e0070b05645c352ac4e7a221bd6a4.css",
18+
"bootstrap-superhero": "prod/css/bootstrap-superhero.76c75df7a1d843713419c2e8f3c87216466e0070b05645c352ac4e7a221bd6a4.css",
19+
"bootstrap-united": "prod/css/bootstrap-united.76c75df7a1d843713419c2e8f3c87216466e0070b05645c352ac4e7a221bd6a4.css",
20+
"bootstrap-yeti": "prod/css/bootstrap-yeti.76c75df7a1d843713419c2e8f3c87216466e0070b05645c352ac4e7a221bd6a4.css"
2121
};
2222
module.exports = themes;

src/browser/less/commit.less

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,14 @@
3535
}
3636

3737
.new {
38-
background-color: @alert-success-bg;
39-
color: @alert-success-text;
38+
background-color: rgba(@alert-success-bg, 0.2);
39+
border-bottom: 1px solid @alert-success-bg !important;
40+
// color: @alert-success-text;
4041
}
4142
.old {
42-
background-color: @alert-danger-bg;
43-
color: @alert-danger-text;
43+
background-color: rgba(@alert-danger-bg, 0.2);
44+
border-bottom: 1px solid @alert-danger-bg !important;
45+
// color: @alert-danger-text;
4446
}
4547
.chunk {
4648
background-color: @alert-info-bg;

todo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
---
3434

35-
[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v2018.11.15-1
35+
[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v2018.11.15-3
3636

3737
[![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software) [![Donate for Corifeus / P3X](https://img.shields.io/badge/Donate-Corifeus-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact)
3838

0 commit comments

Comments
 (0)