Commit Graph

7 Commits

Author SHA1 Message Date
Alikia2x
136450f93d feature: base structure of onesearch, no bugs now 2024-04-26 18:10:31 +08:00
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
Alikia2x
04d72d3ca8 feature: search auto complete API 2024-04-10 00:11:08 +08:00
Alikia2x
09a7941eca feature: engine change & nextui 2024-04-04 02:26:37 +08:00
Alikia2x
090154115a improve: Time component with props 2024-04-02 01:14:39 +08:00
Alikia2x
8c005b3769 interface: better theme & state 2024-03-31 01:35:55 +08:00
Alikia2x
fc9aa10402 refactor: index, search and bg designed for V4 2024-03-27 22:57:52 +08:00