sparkast is your ultimate productivity tool that gives you the answer to all within a single searchbox. Topics
Go to file
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
app improvement: suggestion feature done, adjust i18n language key 2024-04-10 17:34:44 +08:00
components feature: complete function and code logic for suggestion (include cloud) 2024-04-17 23:44:28 +08:00
lib feature: complete function and code logic for suggestion (include cloud) 2024-04-17 23:44:28 +08:00
messages improve: suggestion, modify type decleartion 2024-04-12 21:29:12 +08:00
public/background feature: background and basic project structure 2024-03-24 15:10:11 +08:00
test imporve: test for validLink 2024-03-31 17:06:05 +08:00
.dockerignore feature: docker support 2024-04-04 22:51:59 +08:00
.gitignore Initial commit 2024-03-03 02:16:02 +08:00
.npmrc feature: engine change & nextui 2024-04-04 02:26:37 +08:00
.prettierrc refactor: index, search and bg designed for V4 2024-03-27 22:57:52 +08:00
Dockerfile fix: nextui tailwind error on docker 2024-04-04 23:02:25 +08:00
global.d.ts feature: complete function and code logic for suggestion (include cloud) 2024-04-17 23:44:28 +08:00
i18n.ts improvement: suggestion feature done, adjust i18n language key 2024-04-10 17:34:44 +08:00
jest.config.ts improve: Time component with props 2024-04-02 01:14:39 +08:00
middleware.ts improvement: suggestion feature done, adjust i18n language key 2024-04-10 17:34:44 +08:00
next.config.mjs feature: docker support 2024-04-04 22:51:59 +08:00
package.json improve: suggestion, modify type decleartion 2024-04-12 21:29:12 +08:00
pnpm-lock.yaml improvement: suggestion feature done, adjust i18n language key 2024-04-10 17:34:44 +08:00
postcss.config.js Initial commit 2024-03-03 02:16:02 +08:00
README.md Initial commit 2024-03-03 02:16:02 +08:00
tailwind.config.ts feature: engine change & nextui 2024-04-04 02:26:37 +08:00
tsconfig.json Initial commit 2024-03-03 02:16:02 +08:00

SparkHome