sparkast/lib
Alikia2x a9cf5630fe feature: complete function and code logic for suggestion (include cloud)
todo: problem: In a short period of time, several functions that depend on the latest state at the same time do operations and update the state according to the state they got, which will cause all calls except the first one to update the state incorrectly due to incorrect dependencies (not-updated state) because of the asynchronous updating of the React state.
2024-04-17 23:44:28 +08:00
..
browser_history_search preparing: browser history search feature 2024-04-06 14:28:41 +08:00
url imporve: test for validLink 2024-03-31 17:06:05 +08:00
getSearchEngineName.ts improve: suggestion, modify type decleartion 2024-04-12 21:29:12 +08:00
isLocalStorageAvailable.ts feature: engine change & nextui 2024-04-04 02:26:37 +08:00
loadSettings.ts feature: engine change & nextui 2024-04-04 02:26:37 +08:00
normalizeURL.ts feature: directly open URL 2024-03-31 14:02:42 +08:00
search.ts feature: complete function and code logic for suggestion (include cloud) 2024-04-17 23:44:28 +08:00
version.ts improve: suggestion, modify type decleartion 2024-04-12 21:29:12 +08:00