Commit Graph

24 Commits

Author SHA1 Message Date
9f24f812c9 feat: modified file check 2024-11-16 04:15:02 +09:00
monoid
05c59937e9 feat: kysely detail logs on error 2024-11-07 05:18:01 +09:00
monoid
67466b4968 fix: docuemnt tags zero length insert 2024-11-07 05:17:32 +09:00
monoid
39d66e5280 fix: oshash exception 2024-10-30 02:19:24 +09:00
0d3128948b feat: rescan document 2024-10-29 00:38:35 +09:00
monoid
e00c888d7b fix: wrong size oshash 2024-10-28 23:54:54 +09:00
a99b62a229 Refactor GalleryCard to include a skeleton loading state 2024-10-18 03:23:36 +09:00
e06787fb3f fix: key error 2024-10-18 02:27:38 +09:00
b068cf1def feat: show documents with similar tags 2024-10-18 02:12:33 +09:00
fe310459da fix: undefined file stat 2024-10-13 23:46:17 +09:00
1e3701e37c Refactor TaskQueuePage to use lazy loading and suspense 2024-10-13 02:08:12 +09:00
f543ad1cf4 feat: rehashdoc 2024-10-13 02:00:43 +09:00
58adb46323 feat: Add BuildInfoCard component
This commit adds a new component called BuildInfoCard. The BuildInfoCard component displays information about the build, including the Git branch, Git hash, build time, and build version. It is used in the SettingPage component.

The packages/client/vite.config.ts file is modified to define environment variables for the build information. The __BUILD_TIME__, __BUILD_VERSION__, __GIT_BRANCH__, and __GIT_HASH__ variables are defined using functions that retrieve the current build time, build version, Git branch, and Git hash respectively.

This commit introduces new functionality and improves the user experience by providing build information in the application.
2024-10-13 01:40:01 +09:00
de1bb7dfde fix: fix lowercase issue in DescItem component 2024-10-13 01:38:18 +09:00
monoid
6ed78e6459 fix: oshash file close 2024-10-09 02:07:22 +09:00
monoid
f1cb7ec71f remove import 2024-10-09 00:21:46 +09:00
88c7a8bc53 [BREAKING!]: 서버 재작업 (#16)
서버 실행 바꾸고 여기 저기 path 바꿈.

Reviewed-on: #16
2024-10-09 00:18:56 +09:00
b79faf3ea9 fix: style fix. spacing DescItem
This commit is a style fix.
* spacing DescItem component.
* typo fix.
* show file hash
2024-10-08 02:20:05 +09:00
9fb87d6a3c chore: update dependency 2024-10-08 02:11:21 +09:00
monoid
84c0f7243e BREAKING!: update libraries 2024-10-07 01:14:42 +09:00
monoid
4669e1c0d4 chore: .gitignore and package.json 2024-09-28 23:52:55 +09:00
monoid
2a5cb909b5 feat: optimize addList method to handle large content_list 2024-09-28 23:52:31 +09:00
monoid
e5d410d809 avif support 2024-09-28 23:51:17 +09:00
8fece9090f BREAKING: Rework (#6)
다시 작업. 디자인도 바꾸고 서버도 바꿈.

Co-authored-by: monoid <jaeung@prelude.duckdns.org>
Reviewed-on: https://git.prelude.duckdns.org/monoid/ionian/pulls/6
2024-04-17 01:45:36 +09:00