Commit Graph

17 Commits

Author SHA1 Message Date
b9e34e590d refactor: update article deletion and retrieval methods to use external ID 2026-04-17 00:12:44 -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
af17b6dc5a feat: wrap article and user service functions with TypedResult for improved error handling 2026-04-11 01:48:09 -03:00
12f2976837 feat: refactor article components to use searchParams for pagination and improve content loading
Some checks failed
Build and Test / run-test (20.x) (push) Failing after 1m52s
2026-04-11 01:14:12 -03:00
f62e1c4180 feat: refactor article components to use searchParams for pagination and improve content loading 2026-04-11 01:13:15 -03:00
34a662fb30 feat: add loading skeleton for article content using Suspense 2026-04-11 01:04:36 -03:00
452470161d feat: add loading skeletons for article list and improve home page structure 2026-04-11 01:02:42 -03:00
dbb459a3a5 feat: enhance pagination by allowing dynamic page size in article listing 2026-04-11 01:00:20 -03:00
7943527106 feat: update AdminPage layout for improved responsiveness and styling 2026-04-10 23:55:16 -03:00
4980395bdf feat: enhance About page layout and content with improved styling and links 2026-04-10 23:33:54 -03:00
87a5d82c74 feat: add article page and not found component with markdown rendering 2026-04-10 23:30:58 -03:00
792627b0f0 feat: add createdAt and updatedAt fields to Article model and implement article pagination with new components 2026-04-10 23:19:14 -03:00
11acc19e64 feat: add create article form and admin page for article management 2026-04-09 22:43:36 -03:00
a338972c84 feat: adds about page 2026-04-09 21:13:55 -03:00
1a92cc6c11 feat: initial commit 2026-04-09 20:52:10 -03:00