1
0
mirror of https://github.com/robonen/lorem-blog.git synced 2026-03-20 02:44:39 +00:00
Commit Graph

27 Commits

Author SHA1 Message Date
0d88601a15 refactor(blog): integrate useAsyncState for post loading and error handling 2025-07-14 02:40:19 +07:00
58c1b75a30 fix: update @robonen/vue to version 0.0.9 2025-07-14 02:40:04 +07:00
650122ec1c chore: update packages 2025-07-14 02:14:42 +07:00
9f36b53f65 chore(blog): add docs link for context 2025-06-17 17:10:29 +07:00
d450c0d0d7 feat(ci): add step to run unit tests in CI workflow 2025-06-17 16:28:05 +07:00
e526dc26a1 feat(tests): add comprehensive tests for utility functions and blog context 2025-06-17 16:27:43 +07:00
2cc21ac354 docs(readme): update documentation section for clarity 2025-06-17 16:19:24 +07:00
e5858212bc refactor(ci): remove unnecessary blank lines in CI workflow 2025-06-17 16:02:34 +07:00
429dcb862b fix(package): add packageManager field for pnpm version 2025-06-17 16:01:40 +07:00
4212517227 refactor(ci): reorganize CI workflow for improved clarity and consistency 2025-06-17 15:59:41 +07:00
52b3d6f871 feat(ci): add CI workflow for ESLint checks and type checking 2025-06-17 15:58:20 +07:00
d313c7edd1 style(blog): format import statements for consistency 2025-06-17 15:58:13 +07:00
af8aae3b9b fix(readme): update installation command to use SSH URL for cloning 2025-06-17 15:45:04 +07:00
ff484efcda feat(readme): update README structure and content for clarity and improved installation instructions 2025-06-17 15:43:56 +07:00
35104cdbc8 feat(blog): implement BlogHeader and BlogList components, add post fetching and filtering logic 2025-06-17 15:40:54 +07:00
8e408ead25 feat(navigation): update NavigationMenu component structure and improve props definition 2025-06-17 15:40:25 +07:00
7eb1528a55 feat(comment): add Comment entity with types and UI component 2025-06-17 15:39:33 +07:00
ff91e96fc6 feat(posts): add Post entity with types and UI components for content, meta, and title 2025-06-17 15:39:15 +07:00
268a6f6f42 feat(styles): enhance CSS variables for theming and add new color definitions 2025-06-17 15:38:40 +07:00
e528230264 feat(ui): add Input, Textarea, Button, and Badge components with styles and props 2025-06-17 15:38:02 +07:00
fc7eacffbd feat(icons): add multiple new icon components and update index export 2025-06-17 15:36:18 +07:00
2c6b5be279 feat(utils): add utility functions for reading time, date formatting, pluralization, and KMP search 2025-06-17 15:35:26 +07:00
092e8a320e feat(posts): add initial post data and images 2025-06-17 15:34:46 +07:00
1f603ebafd chore: add renovate config 2025-06-13 00:12:37 +07:00
be9d8ef1f4 feat(ui): add Logo and Header components 2025-06-13 00:11:28 +07:00
70b605eb3a feat(ui): add NavigationMenu component with types and structure 2025-06-13 00:11:11 +07:00
c71f4c360b feat: init project scaffold 2025-06-13 00:10:15 +07:00