Preferences page rehaul: use React components, UI improvements
This commit is contained in:
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user