Refactor site history to use localStorage and improve UI
Site history is now managed in localStorage for faster access and better cross-tab experience, with file sync for persistence. Added a dropdown for quick site history access in the address bar, updated settings page to display and manage site history from localStorage, and improved history recording logic in both main and renderer processes. Also added debug info and test data utilities for development.
This commit is contained in:
@@ -6,13 +6,11 @@ A customizable and privacy-focused web browser built with Electron.
|
||||
|
||||
## Features
|
||||
|
||||
* **Custom Theming:** Personalize your browsing experience with custom themes.
|
||||
* **Privacy Control:** Easily clear your browsing data, including history, cookies, and cache.
|
||||
* **Tab Management:** Open new tabs, and manage them efficiently.
|
||||
* **History:** Keeps track of your browsing and search history.
|
||||
* **Bookmarks:** Save your favorite sites.
|
||||
* **Custom Start Page:** Set your own home page.
|
||||
* **Zoom Controls:** Adjust the zoom level of pages.
|
||||
|
||||
|
||||
|
||||
## Getting Started
|
||||
|
||||
|
||||
Reference in New Issue
Block a user