Skip to content

Commit

Permalink
Update v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
philiphoney committed May 5, 2023
1 parent 7ac1557 commit 4731399
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 20 deletions.
7 changes: 5 additions & 2 deletions css/index-style.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");
body {
margin: 0;
font-family: Arial, Helvetica, sans-serif;
Expand Down Expand Up @@ -96,6 +97,7 @@ html {
#select {
position: relative;
padding-top: 40px;
padding-right: 30px;

text-align: center;
display: flex;
Expand All @@ -104,9 +106,10 @@ html {

#select ul {
display: flex;
justify-content: center;
list-style: none;

width: 800px;
width: 850px;
text-align: center;
justify-content: center;
flex-wrap: wrap;
Expand Down Expand Up @@ -231,7 +234,7 @@ html {

#box input {
outline: none;
width: 98%;
width: 95%;
padding: 5px;
color: var(--color-text);
background-color: var(--background);
Expand Down
17 changes: 13 additions & 4 deletions css/settings-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ body {
}

#background img {
width: 200px;
width: 210px;
}

#background {
Expand All @@ -33,9 +33,9 @@ header-2 {
}

#header-content {
display: none;
padding-top: 10px;
padding-left: 10px;
display: none;
padding-top: 10px;
padding-left: 10px;
width: 200px;
background-color: var(--background);
}
Expand Down Expand Up @@ -71,14 +71,23 @@ hr {

#storage-item-icon-0 {
background-color: #c93c20;
width: 20px;
height: 20px;
font-size: 20px;
}

#storage-item-icon-1 {
background-color: #0062ff;
width: 20px;
height: 20px;
font-size: 20px;
}

#storage-item-icon-2 {
background-color: #b8babc;
width: 20px;
height: 20px;
font-size: 20px;
}


Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@
<script src="./js/index.js"></script>
</body>
</nav>
</html>
</html>
2 changes: 1 addition & 1 deletion js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ function browser() {
}

if (settings("browser") == "Wikipedia") {
url = "https://de.wikipedia.org/wiki/";
url = "https://en.wikipedia.org/wiki/";
}

if (settings("browser") == "Ebay") {
Expand Down
2 changes: 1 addition & 1 deletion js/settings-json.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ let course = []
let scl = []

let = system = {
"version": "v1.2.0"
"version": "v1.2.2"
}

let startSettings = {
Expand Down
2 changes: 1 addition & 1 deletion js/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ var logoremoveButton = document.getElementById("logoremove");
var wallpaperButton = document.getElementById("wallpaper-toggle");
var setImageButton = document.getElementById("set-img");
var selectEngineButton = document.getElementById("select-engine");
var shlButton = document.getElementById("shl-button");
var shlButton = document.getElementById("shl");
var chlButton = document.getElementById("chl-reset");
var resetButton = document.getElementById("reset");
var resetFullButton = document.getElementById("reset-1");
Expand Down
2 changes: 1 addition & 1 deletion js/storage.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ function EditSettings(value, newValue, newLink) {
}

if (value == "decreasesearchhistorylog") {
settings.decreaseSearchHistoryLog = newValue;
settings.decreasesearchhistorylog = newValue;
}

if (value == "theme") {
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"manifest_version": 2,
"name": "World Search",
"version": "1.2.0",
"version": "1.2.2",
"description": "World Search is actually structured like the new tab. You can search with five searches or add unlimited shortcuts. Topics",
"icons": {
"16": "icon16.png",
Expand Down
14 changes: 6 additions & 8 deletions settings/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,14 @@
</head>
<body id="body">
<header>
<div id="background"><img id="background-img" src="../image/world-search-logo-black.webp" alt=""><span id="image-text">Settings</span></div>
<div id="background"><a href="../index.html"><img id="background-img" src="../image/world-search-logo-black.webp" alt=""></a><span id="image-text">Settings</span></div>
</header>
<header-2>
<div id="header-content">

</div>
</header-2>
<main>
<div id="main-content">

<section id="design">
<settings-title>Design</settings-title>
<div class="theme-design">
Expand Down Expand Up @@ -91,7 +89,7 @@
</section>

<section id="privacy">
<settings-title style="display: flex; margin-bottom: 20px;"><span class="material-symbols-outlined" style="font-size: 27px; padding-top: 3px;">security</span>Privacy</settings-title>
<settings-title style="display: flex; margin-bottom: 20px;"><i class="bi bi-shield-shaded" style="font-size: 25px; padding-top: 4px;"></i>Privacy</settings-title>
<div class="a-question-no-text">
<div class="question-title">Save the search history</div>
<a href="##" id="save-history-toggle"><span id="save-history" class="material-symbols-outlined off" style="font-size: 40px;">toggle_on</span></a>
Expand All @@ -103,13 +101,13 @@
<settings-title>Storage</settings-title>
<div id="used">Used: <span id="e-used"></span></div>
<div id="storage-content">
<div id="storage-item"><div id="storage-item-icon-0" class="material-symbols-outlined">query_stats</div><p id="storage-item-p">Search history log</p><div class="e-model"><span id="e-course">0 KB</span></div></div>
<div id="storage-item"><div id="storage-item-icon-1" class="material-symbols-outlined">create_new_folder</div><p id="storage-item-p">Shortcut</p><div class="e-model"><span id="e-shortcut">0 KB</span></div></div>
<div id="storage-item"><div id="storage-item-icon-2" class="material-symbols-outlined">dvr</div><p id="storage-item-p">System</p><div class="e-model"><span id="e-system">0 KB</span></div></div>
<div id="storage-item"><div id="storage-item-icon-0" class="bi bi-card-list"></div><p id="storage-item-p">Search history log</p><div class="e-model"><span id="e-course">0 KB</span></div></div>
<div id="storage-item"><div id="storage-item-icon-1" class="bi bi-folder-plus"></div><p id="storage-item-p">Shortcut</p><div class="e-model"><span id="e-shortcut">0 KB</span></div></div>
<div id="storage-item"><div id="storage-item-icon-2" class="bi bi-three-dots"></div><p id="storage-item-p">System</p><div class="e-model"><span id="e-system">0 KB</span></div></div>
</div>
<div class="a-question">
<div class="question-title">Decrease Search History Log</div>
<div class="question-text">⚠️ This setting can cause leaks when off</div>
<div class="question-text"><i class="bi bi-exclamation-triangle-fill"></i> This setting can cause leaks when off</div>
<a href="##" id="shl-button"><span id="shl" class="material-symbols-outlined off" style="font-size: 40px;">toggle_on</span></a>
</div>
<div class="a-question-no-text" style="padding-top: 0px;">
Expand Down

0 comments on commit 4731399

Please sign in to comment.