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

43 Commits

Author SHA1 Message Date
renovate[bot]
30e6c49ddf chore(deps): update all non-major dependencies (#16)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-07 01:07:06 +00:00
renovate[bot]
f40e424f68 chore(deps): update all non-major dependencies (#15)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-02 01:03:06 +00:00
renovate[bot]
7ce7fbc4c0 chore(deps): update all non-major dependencies (#14)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-28 01:28:57 +00:00
renovate[bot]
e4b4015b84 chore(deps): update all non-major dependencies (#12)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-07 01:10:18 +00:00
ad6f1e3a13 Merge pull request #11 from robonen/renovate/actions-setup-node-5.x
chore(deps): update actions/setup-node action to v5
2025-09-06 13:36:20 +03:00
da5fc0b706 Merge pull request #8 from robonen/renovate/actions-checkout-5.x
chore(deps): update actions/checkout action to v5
2025-09-06 13:36:10 +03:00
renovate[bot]
6f651a54d4 chore(deps): update actions/setup-node action to v5 2025-09-04 06:02:14 +00:00
renovate[bot]
0d42fb3153 chore(deps): update all non-major dependencies (#10)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-28 01:49:59 +00:00
renovate[bot]
f516696753 chore(deps): update all non-major dependencies (#9)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-23 01:56:05 +00:00
renovate[bot]
713483f837 chore(deps): update all non-major dependencies (#7)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-20 01:10:25 +00:00
renovate[bot]
7e1c4450b1 chore(deps): update actions/checkout action to v5 2025-08-14 21:49:02 +00:00
b9eeee6983 Merge pull request #6 from robonen/renovate/antfu-eslint-config-5.x
chore(deps): update devdependency @antfu/eslint-config to v5
2025-08-15 00:47:53 +03:00
renovate[bot]
7da8198303 chore(deps): update devdependency @antfu/eslint-config to v5 2025-08-11 08:03:19 +00:00
6dcf2f6b5a Merge pull request #5 from robonen/chore/update-deps
chore: update deps and use useAsyncData composable in blog context
2025-07-14 02:52:29 +07:00
bd3d9dfb01 chore: lint 2025-07-14 02:48:28 +07:00
42b6c90c1a chore(lint): disable import/first rule for vue sfc 2025-07-14 02:48:20 +07:00
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