diff options
author | sameerasw <[email protected]> | 2025-02-27 11:04:31 +0530 |
---|---|---|
committer | sameerasw <[email protected]> | 2025-02-27 11:04:31 +0530 |
commit | 4d9e41e4faabe4424636a247815b865b8b6c44d5 (patch) | |
tree | 3c58131f85e72969bd6b83824d69482f586e69bb /popup/popup.html | |
parent | e3b7b6b485dd94a4b9308d69944320069d69740e (diff) |
Added auto fetching and last fetched time.
Diffstat (limited to 'popup/popup.html')
-rw-r--r-- | popup/popup.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/popup/popup.html b/popup/popup.html index cca3def..b53ed87 100644 --- a/popup/popup.html +++ b/popup/popup.html @@ -49,7 +49,18 @@ <i class="fas fa-sync-alt"></i> Refetch latest styles </button> </div> + + <div class="toggle-container"> + <label class="toggle-switch"> + <input type="checkbox" id="auto-update"> + <span class="slider round"></span> + </label> + <span class="toggle-label">Auto Update Styles</span> + </div> + <div id="last-fetched-time" class="last-fetched-time"></div> + </main> + <footer class="app-footer"> <a href="https://sameerasw.github.io/my-internet/" class="footer-link" target="_blank"> |