1
0
mirror of https://github.com/S2-/gitlit synced 2025-08-03 21:00:04 +02:00

4 Commits

Author SHA1 Message Date
s2
9f02f5f27c 1.4.2 2020-03-16 21:46:57 +01:00
s2
48ecb505d7 update node modules 2020-03-16 21:46:15 +01:00
s2
a04c84abb4 1.4.1 2019-06-21 14:15:57 +02:00
s2
31c19d5534 make jumbotron nicer 2019-06-21 09:31:36 +02:00
5 changed files with 341 additions and 397 deletions

View File

@@ -2,6 +2,11 @@ html {
margin-bottom: 10px; margin-bottom: 10px;
} }
.jumbotron {
height: 640px;
margin-bottom: 0px;
}
.js-container { .js-container {
margin: 5px; margin: 5px;
} }

View File

@@ -126,7 +126,7 @@ function loadRepoPage() {
function createWindow() { function createWindow() {
// Create the browser window. // Create the browser window.
win = new BrowserWindow({width: 800, height: 600}); win = new BrowserWindow({width: 800, height: 700});
win.setMenu(null); win.setMenu(null);
// and load the index.html of the app. // and load the index.html of the app.

View File

@@ -1,4 +1,5 @@
<div class="jumbotron text-center"> <div class="jumbotron text-center">
<img src="../logo/logo.png">
<h1>gitlit</h1> <h1>gitlit</h1>
<p class="lead">Handle git lfs locks with ease</p> <p class="lead">Handle git lfs locks with ease</p>
<div class="text-center"> <div class="text-center">

710
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
{ {
"name": "gitlit", "name": "gitlit",
"version": "1.4.0", "version": "1.4.2",
"description": "", "description": "",
"main": "app/main.js", "main": "app/main.js",
"build": { "build": {
@@ -28,21 +28,21 @@
}, },
"dependencies": { "dependencies": {
"animate.css": "^3.5.2", "animate.css": "^3.5.2",
"bootstrap": "^4.1.3", "bootstrap": "^4.4.1",
"ejs": "^2.6.1", "ejs": "^2.7.4",
"ejs-render-remote": "^1.0.7", "ejs-render-remote": "^1.0.13",
"electron-find": "^1.0.6", "electron-find": "^1.0.6",
"electron-localshortcut": "^3.1.0", "electron-localshortcut": "^3.2.1",
"jquery": "^3.3.1", "jquery": "^3.3.1",
"material-design-icons": "^3.0.1", "material-design-icons": "^3.0.1",
"minimist": "^1.2.0", "minimist": "^1.2.5",
"nonblockjs": "^1.0.8", "nonblockjs": "^1.0.8",
"pnotify": "^4.0.0-alpha.4", "pnotify": "^4.0.1",
"popper.js": "^1.14.3" "popper.js": "^1.16.1"
}, },
"devDependencies": { "devDependencies": {
"electron": "^3.0.3", "electron": "^3.1.13",
"electron-builder": "^20.43.0" "electron-builder": "^20.44.4"
}, },
"scripts": { "scripts": {
"start": "electron .", "start": "electron .",