• Joined on 2025-09-21
aetos pushed to main at apps/blog 2025-11-20 11:30:53 +00:00
a7987ab922 feat(core): migrate articles to ArticlesModel, add URL-synced view routing, and unify component props
7bdf84b6aa URL handling both on navigation and when directly calling URL.
2b578fd12e full article instead of index for article and using article._id open select article using readByIndex
fe33dca630 cleanup
fa319e7450 move from ArticleModel[] to ArticlesModel
Compare 11 commits »
aetos pushed to main at apps/blog 2025-11-18 12:25:41 +00:00
3aaf328511 feat(router): migrate to declarative view-based navigation system
635e99c183 cleanup
b8e4decfba cleanup
459fa5855c abstracted navigation logic
f52c4a5287 added missing create
Compare 11 commits »
aetos pushed tag 0.2.4 to apps/blog 2025-11-18 12:25:41 +00:00
aetos pushed to main at apps/blog 2025-11-15 12:50:39 +00:00
c2e6daca13 This release adds a new large article card layout, improves image URL handling across the app, and enhances article CRUD logic to correctly insert/update items in the global provider.
c0bcd0e3e4 local updation of articles too after article creation or modification
333f931cff using full URL for Cover Image in ArticleView.tsx
3960de3ecb making sure currentUser is in the list of authors for article
763629faa1 passing description
Compare 7 commits »
aetos pushed tag 0.2.3 to apps/blog 2025-11-15 12:50:39 +00:00
aetos pushed to main at apps/blog 2025-11-15 00:25:41 +00:00
ec9b5c905a bumping up to 0.2.2 for Implemented article editor, cover image upload, new UploadProvider, image URL normalization, and UI integration for editing and creating articles.
d7e9827819 prefixing BASE URL for images. will break existing hardcoded outside images
ae0bc7dd12 update and create article provider functions
1e6c80f1b3 Cover Image upload
8ff8b9236e Upload provider
Compare 17 commits »
aetos pushed tag 0.2.2 to apps/blog 2025-11-15 00:25:41 +00:00
aetos pushed to main at apps/blog 2025-11-14 18:23:42 +00:00
945912f16d bumped up version to 0.2.1 for avatar upload and update profile with uploaded avatar URL
4e2af82573 adding API_BASE url to avatar URL to fetch it properly
bd8aea46b1 upload working for avatar
10aa43fa27 added upload and update avatar methods for AUthor Provider
068a741706 cleanup
Compare 6 commits »
aetos pushed tag 0.2.1 to apps/blog 2025-11-14 18:23:42 +00:00
aetos pushed to main at apps/blog 2025-11-12 00:14:36 +00:00
3e1ec9a3ed bumped up to 0.2.0 for maintaining parity with blog api 0.2.0 version
3cac047709 cleanup
1f21ab38fc cleanup
1f5066a661 Article to use ArticleMeta
6798b64431 ArticleMeta to capture Authors and Article created date
Compare 16 commits »
aetos pushed tag 0.2.0 to apps/blog 2025-11-12 00:14:36 +00:00
aetos pushed to main at aetos/docs 2025-11-12 00:09:44 +00:00
1de9490540 blog api 0.2.0 version
aetos pushed to main at apps/blog 2025-11-11 21:44:30 +00:00
d29efe53e0 bumped up to 0.1.1
089e5e1716 Merge branch 'jwt'
8a29261a3e profile and update view for author
89aa1c6ce4 cleanup code for view
557e8ddfc9 working login and register page
Compare 11 commits »
aetos pushed tag 0.1.1 to apps/blog 2025-11-11 21:44:30 +00:00
aetos pushed to main at apps/blog 2025-11-11 15:25:54 +00:00
2374d9a437 bumped up to 0.1.0
ef7ed61665 bumped up to 0.0.9
Compare 2 commits »
aetos pushed tag 0.1.0 to apps/blog 2025-11-11 15:25:54 +00:00
aetos pushed to main at apps/blog 2025-11-11 10:13:09 +00:00
42fe31fc69 refactor(types): centralize all interfaces into dedicated type models and update context usage
aetos pushed tag 0.0.9 to apps/blog 2025-11-08 18:31:28 +00:00
aetos pushed to main at apps/blog 2025-11-08 18:31:27 +00:00
4f442c369b feat(ui): make footer always visible on home and hidden in article view
aetos pushed tag 0.0.8 to apps/blog 2025-11-07 16:20:13 +00:00