Commit Graph

1201 Commits

Author SHA1 Message Date
DIYgod e00be336bd
feat: prevent persistent caching of multiple pages 2023-04-06 00:37:52 +01:00
DIYgod 653cf39d24
feat: load comments by page 2023-04-06 00:22:01 +01:00
DIYgod efbead54cf
Merge remote-tracking branch 'origin/dev' into dev 2023-04-05 19:50:50 +01:00
DIYgod 30953cc3bf
chore: remove @tailwindcss/line-clamp 2023-04-05 19:32:21 +01:00
DIYgod 5c625500b0
Merge pull request #289 from Crossbell-Box/chore-copilot 2023-04-05 17:54:35 +01:00
Songkeys 5320a424a9
chore: create pull_request_template.md for copilot 2023-04-06 00:39:39 +08:00
DIYgod d3e7caafe2
feat: add topic Fiction 2023-04-05 05:04:51 +01:00
DIYgod f4e080f461
feat: add topic Life Journal 2023-04-05 03:41:49 +01:00
DIYgod 395b86be06
fix: try to fix nft api 2023-04-05 02:14:07 +01:00
DIYgod e5c8fe2e88
fix: prose overflow 2023-04-05 02:09:19 +01:00
DIYgod 6f95187244
feat: Improve slug generation and test tolerance
- Improve slug generation by replacing non-alphanumeric characters in titles
- Optimize pinyin generation by moving character replacement to after its execution
2023-04-04 00:48:42 +01:00
DIYgod c151d6d2f7
Revert "Merge pull request #279 from yzhe819/dev"
This reverts commit 53932b9205, reversing
changes made to b43f385c01.
2023-04-04 00:45:23 +01:00
DIYgod c2411490b1
Merge pull request #281 from Crossbell-Box/feat/integrate-connect-kit 2023-04-04 00:37:30 +01:00
Runjuu e38bbd5347 chore: update `@crossbell/connect-kit` 2023-04-03 16:08:24 -07:00
DIYgod 53932b9205
Merge pull request #279 from yzhe819/dev 2023-04-02 21:42:42 +01:00
yzhe819 b2c606ade4 fix: timezone 2023-04-03 00:52:53 +12:00
yzhe819 89f9321f0e fix: use UTC for `published_at` 2023-04-03 00:46:16 +12:00
DIYgod b43f385c01
Merge pull request #278 from bs10081/dev 2023-04-02 06:06:07 +01:00
bs10081 5f7e928ec9 Update support for Traditional Chinese. 2023-04-02 13:03:45 +08:00
DIYgod 2fe0254510
fix: score api url 2023-04-01 21:57:54 +01:00
DIYgod 4061690890
Merge remote-tracking branch 'origin/dev' into dev 2023-04-01 21:53:04 +01:00
DIYgod e818dde45c
Merge pull request #277 from zhixuan2333/skip-gptcommit-when-not-exit 2023-04-01 21:52:26 +01:00
DIYgod f3e67f481c
feat: increase the maximum length of comments 2023-04-01 20:48:41 +01:00
DIYgod 47c92391a7
feat: activities ssr 2023-04-01 20:26:29 +01:00
zhixuan2333 96de2146f5 follow husky 2023-04-01 12:57:07 +00:00
zhixuan2333 56300e84c9 update command name 2023-04-01 12:56:13 +00:00
zhixuan2333 196988d4f8 add skip gptcommit 2023-04-01 12:51:52 +00:00
DIYgod b92a461699
fix: missing dep @dqbd/tiktoken for langchain 2023-03-31 20:39:41 +01:00
DIYgod ad0578208a
feat: topic page 2023-03-31 18:43:44 +01:00
DIYgod d0ec1b3565
Merge pull request #275 from Innei/dev-waiting-for-delete 2023-03-31 16:56:24 +01:00
DIYgod 831ef7a0ec
Merge pull request #274 from zhixuan2333/sitemap-support-custom-domain 2023-03-31 16:50:53 +01:00
Innei 4a727d35d8
fix: after delete then toast
Signed-off-by: Innei <tukon479@gmail.com>
2023-03-31 23:44:45 +08:00
zhixuan2333 9b5c885dc6 Support Custom domain for sitemap 2023-03-31 09:01:31 +00:00
DIYgod e16b4d033c
chore: Install Prisma globally in xlog-init container
- Update deployment configurations for both prod and dev environments
- Modify xlog-init container arguments to install Prisma globally using "npm install -g prisma"
2023-03-31 03:11:08 +01:00
DIYgod 597ae04fdc
chore: Install Prisma and update containers in deployment YAMLs.
- Add Prisma to Dockerfile copy commands
- Modify xlog-init container command to include installing Prisma
- Add new container for caddy-validator with a Python image
- Increase xlog container's CPU limit to 1500m
2023-03-31 02:46:43 +01:00
DIYgod 2a3430d7bf
chore: Upgrade npm packages and dependencies.
- Upgrade multiple dependencies to their latest versions, including "@codemirror", "@crossbell", "@iconify-json", "@mantine", and many others.
- Improve project performance and stability with these dependency upgrades.
- Ensure compatibility with the latest versions of various development tools, including "typescript", "eslint", and "tailwindcss".
2023-03-30 23:35:54 +01:00
DIYgod 75c44e7ef3
feat: refresh timeout and ai filting i18n 2023-03-30 23:34:41 +01:00
DIYgod 8dccd144e1
feat: add refreshing status for main feed 2023-03-30 23:21:29 +01:00
DIYgod 1372439e73
refactor: Refactor UI and API interactions for displaying post metadata and tags.
- Remove unused code and simplify logic in MainFeed.tsx for improved performance and UI
- Update interfaces and models for better data management
- Refactor API function and cache key names for clarity and consistency
- Add a new optional parameter to expandPage function in home.model.ts for score retrieval from API
2023-03-30 21:59:16 +01:00
DIYgod a80bfd676f
chore: try to fix xlog-init 2023-03-30 17:13:05 +01:00
DIYgod ef2f414df3
feat: ai filtering for latest feed 2023-03-30 16:55:12 +01:00
DIYgod 5cbfb73b44
feat: store summary to database 2023-03-29 22:04:01 +01:00
DIYgod 994333dafc
chore: set DATABASE_URL 2023-03-29 18:38:31 +01:00
DIYgod b1089e326e
chore: prisma migrate 2023-03-29 18:07:27 +01:00
DIYgod 7a1fc5d3e8
feat: check image src 2023-03-29 01:46:09 +01:00
DIYgod 0f2abe9e44
feat: use prisma and postgresql 2023-03-29 01:35:23 +01:00
DIYgod c0eace8efe
feat: dayjs locale zh-tw 2023-03-29 00:27:28 +01:00
DIYgod bb08b320da
Merge pull request #270 from bs10081/dev 2023-03-29 00:21:01 +01:00
DIYgod bf61503c4d
Merge pull request #273 from Crossbell-Box/fix-card-click 2023-03-29 00:20:40 +01:00
Reg Chien ef3590e615
Merge branch 'Crossbell-Box:dev' into dev 2023-03-28 14:11:58 +08:00