mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Too many changes to list here, essentially there is now a user interface setting to enable/disable dark theme, and I've rearranged a bit the Settings pane as a result and also altered other visuals in various places. There are places which I know have not been thoroughly tested (i.e. logger inspector). Will fine-tune as per feedback. Issues with the classic popup panel will not be addressed, and if feedback is that it has become unusuable, it will be outright removed.
47 lines
2.1 KiB
HTML
47 lines
2.1 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
|
|
<title data-i18n="dashboardName"></title>
|
|
<link href="css/themes/default.css" rel="stylesheet" type="text/css">
|
|
<link href="css/common.css" rel="stylesheet" type="text/css">
|
|
<link href="css/dashboard.css" rel="stylesheet" type="text/css">
|
|
<link rel="shortcut icon" type="image/png" href="img/icon_16.png"/>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="dashboard-nav">
|
|
<span class="logo"><img data-i18n-title="extName" src="img/ublock.svg"></span><!--
|
|
--><span class="tabButton" data-pane="settings.html" data-i18n="settingsPageName"></span><!--
|
|
--><span class="tabButton" data-pane="3p-filters.html" data-i18n="3pPageName"></span><!--
|
|
--><span class="tabButton" data-pane="1p-filters.html" data-i18n="1pPageName"></span><!--
|
|
--><span class="tabButton" data-pane="dyna-rules.html" data-i18n="rulesPageName"></span><!--
|
|
--><span class="tabButton" data-pane="whitelist.html" data-i18n="whitelistPageName"></span><!--
|
|
--><span class="tabButton" data-pane="shortcuts.html" data-i18n="shortcutsPageName"></span><!--
|
|
--><span class="tabButton" data-pane="support.html" data-i18n="supportPageName"></span><!--
|
|
--><span class="tabButton" data-pane="about.html" data-i18n="aboutPageName"></span><!--
|
|
--><span class="tabButton" data-pane="no-dashboard.html"></span>
|
|
</div>
|
|
<section id="unsavedWarning" class="notice">
|
|
<div>
|
|
<span data-i18n="dashboardUnsavedWarning"></span> 
|
|
<button type="button" data-i18n="dashboardUnsavedWarningStay">_<span class="hover"></span></button> 
|
|
<button type="button" data-i18n="dashboardUnsavedWarningIgnore">_<span class="hover"></span></button>
|
|
</div>
|
|
<div></div>
|
|
</section>
|
|
|
|
<iframe id="iframe" src=""></iframe>
|
|
|
|
<script src="lib/hsluv/hsluv-0.1.0.min.js"></script>
|
|
|
|
<script src="js/vapi.js"></script>
|
|
<script src="js/vapi-common.js"></script>
|
|
<script src="js/vapi-client.js"></script>
|
|
<script src="js/udom.js"></script>
|
|
<script src="js/i18n.js"></script>
|
|
<script src="js/dashboard.js"></script>
|
|
|
|
</body>
|
|
</html>
|