summaryrefslogtreecommitdiff
path: root/data-viewer/data-viewer.html
diff options
context:
space:
mode:
authorsameerasw <[email protected]>2025-05-09 01:35:35 +0530
committersameerasw <[email protected]>2025-05-09 01:35:35 +0530
commit3badfce6d20405153864180deaa86136014b2cba (patch)
treeb0deeab10a5da50d24b4ba987be27ef43991a7d3 /data-viewer/data-viewer.html
parent29a6a8b340e27024ba27c2ff42e4bb35599ee33e (diff)
added global hover and footer options
Diffstat (limited to 'data-viewer/data-viewer.html')
-rw-r--r--data-viewer/data-viewer.html28
1 files changed, 28 insertions, 0 deletions
diff --git a/data-viewer/data-viewer.html b/data-viewer/data-viewer.html
index bd934e8..1d921f5 100644
--- a/data-viewer/data-viewer.html
+++ b/data-viewer/data-viewer.html
@@ -41,6 +41,34 @@
</div>
</div>
+ <!-- New toggles for hover and footer effects -->
+ <div class="toggle-setting-container">
+ <div class="toggle-container">
+ <label class="toggle-switch">
+ <input type="checkbox" id="disable-hover">
+ <span class="slider round"></span>
+ </label>
+ <span class="toggle-label">Disable Hover Effects Globally</span>
+ </div>
+ <div class="setting-description">
+ This will disable all hover animation features while keeping other styling effects active
+ </div>
+ </div>
+
+ <div class="toggle-setting-container">
+ <div class="toggle-container">
+ <label class="toggle-switch">
+ <input type="checkbox" id="disable-footer">
+ <span class="slider round"></span>
+ </label>
+ <span class="toggle-label">Hide Footers Globally</span>
+ </div>
+ <div class="setting-description">
+ This will hide page footers on websites where the feature is available
+ </div>
+ </div>
+
+
<!-- New section for custom repository URL -->
<div class="data-section">
<h2 class="section-title">Custom Styles Repository ✨</h2>