Preferences page rehaul: use React components, UI improvements

This commit is contained in:
Feross Aboukhadijeh
2016-08-22 00:27:05 -07:00
parent aa150b76a5
commit 173d8444d7
14 changed files with 458 additions and 458 deletions

View File

@@ -3,8 +3,15 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>WebTorrent Desktop</title>
<link rel="stylesheet" href="main.css">
<link rel="stylesheet" href="css/components/Button.css">
<link rel="stylesheet" href="css/components/PathSelector.css">
<link rel="stylesheet" href="css/components/TextInput.css">
<link rel="stylesheet" href="css/pages/PreferencesPage.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<!-- React prints a warning if you render to <body> directly -->