refactor/better-suspend-model #3

Merged
HideyoshiNakazone merged 9 commits from refactor/better-suspend-model into main 2026-04-17 04:50:56 +00:00

9 Commits

Author SHA1 Message Date
e2960027f2 refactor: update article service methods to use external ID and improve caching
All checks were successful
Build and Test / run-test (20.x) (push) Successful in 2m5s
2026-04-17 01:43:31 -03:00
93d66315a1 refactor: update Next.js and Clerk dependencies to latest versions 2026-04-17 01:01:21 -03:00
26bdb65346 refactor: update S3StorageAdapter tests to use public URL for object retrieval
Some checks failed
Build and Test / run-test (20.x) (push) Failing after 1m41s
2026-04-17 00:59:13 -03:00
b9e34e590d refactor: update article deletion and retrieval methods to use external ID 2026-04-17 00:12:44 -03:00
873e372bad refactor: update S3StorageAdapter to use publicUrl for object retrieval
Some checks failed
Build and Test / run-test (20.x) (push) Failing after 1m51s
2026-04-16 20:21:22 -03:00
4e61e4bff5 refactor: restructure UpdateArticlePage to use Suspense for loading state 2026-04-16 19:26:23 -03:00
c938974d2b feat: add table components and admin article list with skeleton loading
Some checks failed
Build and Test / run-test (20.x) (push) Failing after 1m30s
2026-04-13 20:51:20 -03:00
79e6fae0f9 feat: implement ArticleList component with pagination and loading skeleton 2026-04-11 21:37:39 -03:00
56a5d77c6c refactor: rename getSignedUrl to getPublicUrl for clarity in storage functions 2026-04-11 20:52:35 -03:00