Commit Graph

16 Commits

Author SHA1 Message Date
Alikia2x
38b144a6f4 improve: prompt for NLP result 2024-04-26 22:43:47 +08:00
Alikia2x
86d4015ae5 feature: better base64NLP, add copy to clipboard for text 2024-04-26 22:20:49 +08:00
Alikia2x
b46f1adddb improve: base64 NLP 2024-04-26 18:21:52 +08:00
Alikia2x
1d7aaf6a8a feature: base64 detect and auto-decode 2024-04-26 18:11:29 +08:00
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
7dd7b70db8 improve: suggestion, modify type decleartion
Suggestion now shows a default search option same as query, this behaviour is same as major browsers.
2024-04-12 21:29:12 +08:00
Alikia2x
8e65767ac1 preparing: browser history search feature 2024-04-06 14:28:41 +08:00
Alikia2x
1ab4f1ce63 feature: docker support 2024-04-04 22:51:59 +08:00
Alikia2x
8a9ef8fcb4 structure: backend API 2024-04-04 13:43:00 +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
c1930d6bd7 imporve: test for validLink 2024-03-31 17:06:05 +08:00
Alikia2x
24de7bcaa3 fix: remove redundant log in validLink and rename 2024-03-31 16:29:51 +08:00
Alikia2x
1f5a36832c imporvement: better link check 2024-03-31 16:26:33 +08:00
Alikia2x
a5f5112fc1 feature: directly open URL 2024-03-31 14:02:42 +08:00