diff options
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"> |