Update some dependencies, add Marx
This commit is contained in:
parent
b9ab994a14
commit
bd8996fba1
@ -9,7 +9,8 @@
|
|||||||
"inferno-router": "^5.0.1",
|
"inferno-router": "^5.0.1",
|
||||||
"inferno-scripts": "6.3.0",
|
"inferno-scripts": "6.3.0",
|
||||||
"node-exiftool": "^2.3.0",
|
"node-exiftool": "^2.3.0",
|
||||||
"query-string": "^6.0.0"
|
"query-string": "^6.0.0",
|
||||||
|
"sqlite3": "^4.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-eslint": "^8.2.2",
|
"babel-eslint": "^8.2.2",
|
||||||
|
2
public/css/marx.min.css
vendored
Normal file
2
public/css/marx.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
@ -5,6 +5,7 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||||
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico" />
|
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico" />
|
||||||
<link rel="stylesheet" href="%PUBLIC_URL%/css/bootstrap.min.css" />
|
<link rel="stylesheet" href="%PUBLIC_URL%/css/bootstrap.min.css" />
|
||||||
|
<link rel="stylesheet" href="%PUBLIC_URL%/css/marx.min.css" />
|
||||||
<link rel="stylesheet" href="%PUBLIC_URL%/css/app.css" />
|
<link rel="stylesheet" href="%PUBLIC_URL%/css/app.css" />
|
||||||
<title>Inferno App</title>
|
<title>Inferno App</title>
|
||||||
</head>
|
</head>
|
||||||
|
@ -30,11 +30,11 @@ const App = () => (
|
|||||||
<Row>
|
<Row>
|
||||||
<Form>
|
<Form>
|
||||||
<FormGroup>
|
<FormGroup>
|
||||||
<Label htmlFor="brand">Brand</Label>
|
<label htmlFor="brand">Brand</label>
|
||||||
<Input type="text" id="brand" name="brand" />
|
<Input type="text" id="brand" name="brand" />
|
||||||
</FormGroup>
|
</FormGroup>
|
||||||
<FormGroup>
|
<FormGroup>
|
||||||
<Label htmlFor="filmFormat">Film Format</Label>
|
<label htmlFor="filmFormat">Film Format</label>
|
||||||
<select className="custom-select" id="filmFormat" name="filmFormat">
|
<select className="custom-select" id="filmFormat" name="filmFormat">
|
||||||
<option value="110">110</option>
|
<option value="110">110</option>
|
||||||
<option value="120">120</option>
|
<option value="120">120</option>
|
||||||
|
Loading…
Reference in New Issue
Block a user