TIDE/frontend/blog_portal/src
Yisroel Baum 6ffa499c79
implement profile, post, and new-post views
ProfilePage shows a user's posts and exposes a New Post button
when the logged-in user is the owner; admins see a Promote
control. PostPage shows the post, its comments, and forms for
adding/deleting comments. Post-author and admin can delete
posts; admins can feature or unfeature any post into one of
the two slots from this view.
2026-05-06 22:52:32 +03:00
..
api add api client and auth store 2026-05-06 22:48:17 +03:00
components implement home page with featured posts, recent posts, and user search 2026-05-06 22:50:55 +03:00
router scaffold blog_portal vue 3 + pinia + cypress frontend 2026-05-06 22:47:09 +03:00
stores implement profile, post, and new-post views 2026-05-06 22:52:32 +03:00
views implement profile, post, and new-post views 2026-05-06 22:52:32 +03:00
App.vue scaffold blog_portal vue 3 + pinia + cypress frontend 2026-05-06 22:47:09 +03:00
main.ts scaffold blog_portal vue 3 + pinia + cypress frontend 2026-05-06 22:47:09 +03:00