Commit Graph

53 Commits

Author SHA1 Message Date
da709d2988 i18n: translate to Chinese (Simplified) (Weblate)
Currently translated at 100.0% (19 of 19 strings)

Translation: SparkHome/Front-End
Translate-URL: http://i18n.a2x.pub/projects/sparkhome/front-end/zh_Hans/
2024-07-13 21:07:34 +08:00
bfc8f08802 feature: backend, and onesearch in frontend 2024-06-29 18:37:52 +08:00
697da861ea update: switch from pnpm to bun 2024-06-27 23:47:27 +08:00
65d4e76fa7 feature: i18n support 2024-06-25 02:10:37 +08:00
844333e623 ref: sparkhome v5, use vite instead of next.js
Progress: component search, time and background could run.
2024-06-24 04:40:31 +08:00
Alikia2x
13e79e2869 clean: remove unnecessary files, full i18n for base64 tools 2024-06-19 17:32:50 +08:00
Alikia2x
421e4fcdb8 feature: intention detection by nlp.js, with demo of showing weather 2024-06-19 17:14:23 +08:00
Alikia2x
669ad510ed merge: branch dev into ref-rule-nlp 2024-06-17 18:52:03 +08:00
Alikia2x
5519d313ee add: document by vitepress 2024-06-17 18:51:49 +08:00
Alikia2x
e7f6f69dfe temp: NLP base class 2024-06-17 03:11:17 +08:00
Alikia2x
f85162622d fix: style of suggestion item 2024-06-14 19:55:29 +08:00
Alikia2x
24f23b3573 improve: base64 tool 2024-05-15 00:42:04 +08:00
Alikia2x
ff0d05542d feature: base64 tool page 2024-05-05 16:28:12 +08:00
Alikia2x
969ed948b5 improve: onesearch relevance display 2024-04-29 15:26:21 +08:00
Alikia2x
e3ec2bb897 page: tools page: base64 2024-04-27 19:00:47 +08:00
Alikia2x
6fe4fc28c1 feature: add log and error report 2024-04-27 17:00:02 +08:00
Alikia2x
1faee002a9 improve: better base64 check, with test 2024-04-27 16:58:37 +08:00
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
a136c0ab9b preparing: ready to refactor onesearch effect logic 2024-04-13 20:30:20 +08:00
Alikia2x
50c526c095 type: add suggestionItem 2024-04-13 20:23:06 +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
f1d22f9d91 improvement: suggestion feature done, adjust i18n language key 2024-04-10 17:34:44 +08:00
Alikia2x
04d72d3ca8 feature: search auto complete API 2024-04-10 00:11:08 +08:00
Alikia2x
8e65767ac1 preparing: browser history search feature 2024-04-06 14:28:41 +08:00
Alikia2x
ced6bffc28 fix: unexpected load settings 2024-04-05 02:20:44 +08:00
Alikia2x
67b5f47440 fixed: hydration error in Time and Background 2024-04-05 01:02:39 +08:00
Alikia2x
7d412ad439 debug: hydration error 2024-04-05 00:09:55 +08:00
Alikia2x
5ca8d32778 fix: nextui tailwind error on docker 2024-04-04 23:02:25 +08:00
Alikia2x
1ab4f1ce63 feature: docker support 2024-04-04 22:51:59 +08:00
Alikia2x
6bcf445848 structure: base components of search suggestions 2024-04-04 21:49:58 +08:00
Alikia2x
8223e696f9 components: Search suggestions 2024-04-04 17:49:03 +08:00
Alikia2x
8a9ef8fcb4 structure: backend API 2024-04-04 13:43:00 +08:00
Alikia2x
b3255de375 interface: right position for engineSelector 2024-04-04 02:39:41 +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
0aef1e1641 improvement: text for searchbox placeholder 2024-03-31 17:21:26 +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
62a0e85554 test: add test for validLink 2024-03-31 16:26:48 +08:00
Alikia2x
1f5a36832c imporvement: better link check 2024-03-31 16:26:33 +08:00
Alikia2x
09d099a625 structure: add favicon 2024-03-31 14:14:58 +08:00
Alikia2x
a5f5112fc1 feature: directly open URL 2024-03-31 14:02:42 +08:00
Alikia2x
8c005b3769 interface: better theme & state 2024-03-31 01:35:55 +08:00
Alikia2x
9a623164e4 feature: time 2024-03-31 01:07:38 +08:00
Alikia2x
304ea14003 feature: i18n support 2024-03-31 00:56:04 +08:00