# # ChangeLog for chapterx-frontend/src/components/layout # # Generated by Trac 1.6 # 07/06/26 13:08:56 Tue, 23 Jun 2026 15:20:47 GMT kikisrbinoska [0b502c2] * ChapterX.API/Controllers/ChaptersController.cs (modified) * ChapterX.API/Controllers/CommentsController.cs (modified) * ChapterX.API/Controllers/StoriesController.cs (modified) * ChapterX.API/Controllers/UsersController.cs (modified) * ChapterX.API/Program.cs (modified) * ChapterX.Infrastructure/Data/DataContext/ApplicationDbContext.cs (modified) * ChapterX.Infrastructure/Repositories/StoryRepository.cs (modified) * chapterx-frontend/src/App.tsx (modified) * chapterx-frontend/src/components/layout/Footer.tsx (modified) * chapterx-frontend/src/data/mockData.ts (modified) * chapterx-frontend/src/pages/LandingPage.tsx (modified) * chapterx-frontend/src/pages/admin/AdminGenresPage.tsx (modified) * chapterx-frontend/src/pages/auth/LoginPage.tsx (modified) * chapterx-frontend/src/pages/browse/BrowsePage.tsx (modified) * chapterx-frontend/src/pages/browse/GenrePage.tsx (modified) * chapterx-frontend/src/pages/profile/ProfilePage.tsx (modified) * chapterx-frontend/src/store/authStore.ts (modified) * chapterx-frontend/src/store/storyStore.ts (modified) * chapterx-frontend/src/types/index.ts (modified) Fixed user profile and reading lists Tue, 24 Mar 2026 21:13:36 GMT kikisrbinoska [73b69b2] * ChapterX.API/Controllers/CommentsController.cs (modified) * ChapterX.API/Controllers/LikesController.cs (modified) * ChapterX.API/Controllers/NotificationsController.cs (modified) * ChapterX.API/Controllers/ReadingListItemsController.cs (modified) * ChapterX.API/Controllers/ReadingListsController.cs (modified) * ChapterX.Application/Likes/Commands/AddHandler.cs (modified) * ChapterX.Application/Likes/Commands/AddRequest.cs (modified) * ChapterX.Application/Notification/Commands/AddHandler.cs (modified) * ChapterX.Application/Notification/Commands/AddRequest.cs (modified) * ChapterX.Application/Story/Commands/AddHandler.cs (modified) * ChapterX.Application/Story/Commands/AddRequest.cs (modified) * ChapterX.Domain/Entities/Notification.cs (modified) * ChapterX.Domain/Repositories/ICommentRepository.cs (modified) * ChapterX.Domain/Repositories/ILikesRepository.cs (modified) * ChapterX.Domain/Repositories/IReadingListItemsRepository.cs (modified) * ChapterX.Infrastructure/Data/DataContext/ApplicationDbContext.cs (modified) * ChapterX.Infrastructure/Repositories/CommentRepository.cs (modified) * ChapterX.Infrastructure/Repositories/LikesRepository.cs (modified) * ChapterX.Infrastructure/Repositories/NotificationRepository.cs (modified) * ChapterX.Infrastructure/Repositories/ReadingListItemsRepository.cs (modified) * ChapterX.Infrastructure/Repositories/ReadingListRepository.cs (modified) * ChapterX.Infrastructure/Repositories/StoryRepository.cs (modified) * chapterx-frontend/src/components/layout/Navbar.tsx (modified) * chapterx-frontend/src/components/notifications/NotificationDropdown.tsx (modified) * chapterx-frontend/src/components/story/CommentSection.tsx (modified) * chapterx-frontend/src/components/story/LikeButton.tsx (modified) * chapterx-frontend/src/pages/admin/AdminGenresPage.tsx (modified) * chapterx-frontend/src/pages/reading-list/CommunityListsPage.tsx (modified) * chapterx-frontend/src/pages/reading-list/ReadingListPage.tsx (modified) * chapterx-frontend/src/pages/story/StoryDetailPage.tsx (modified) * chapterx-frontend/src/store/notificationStore.ts (modified) * chapterx-frontend/src/store/storyStore.ts (modified) Fixed reading lists,comments and likes Thu, 19 Mar 2026 22:26:14 GMT kikisrbinoska [b62cefc] * ChapterX.API/Program.cs (modified) * ChapterX.Application/AISuggestion/Commands/AddHandler.cs (modified) * ChapterX.Application/AISuggestion/Commands/UpdateHandler.cs (modified) * ChapterX.Application/AISuggestion/Commands/UpdateRequest.cs (modified) * ChapterX.Domain/Entities/AISuggestion.cs (modified) * ChapterX.Infrastructure/Migrations/ApplicationDbContextModelSnapshot.cs (modified) * chapterx-frontend/.gitignore (added) * chapterx-frontend/README.md (added) * chapterx-frontend/eslint.config.js (added) * chapterx-frontend/index.html (added) * chapterx-frontend/package-lock.json (added) * chapterx-frontend/package.json (added) * chapterx-frontend/postcss.config.js (added) * chapterx-frontend/public/favicon.svg (added) * chapterx-frontend/public/icons.svg (added) * chapterx-frontend/src/App.css (added) * chapterx-frontend/src/App.tsx (added) * chapterx-frontend/src/assets/chapterX-removebg-preview.png (added) * chapterx-frontend/src/assets/hero.png (added) * chapterx-frontend/src/assets/react.svg (added) * chapterx-frontend/src/assets/vite.svg (added) * chapterx-frontend/src/components/DevSwitcher.tsx (added) * chapterx-frontend/src/components/admin/ContentModerationTable.tsx (added) * chapterx-frontend/src/components/admin/PlatformStats.tsx (added) * chapterx-frontend/src/components/admin/UserTable.tsx (added) * chapterx-frontend/src/components/layout/Footer.tsx (added) * chapterx-frontend/src/components/layout/Navbar.tsx (added) * chapterx-frontend/src/components/notifications/NotificationDropdown.tsx (added) * chapterx-frontend/src/components/story/ChapterList.tsx (added) * chapterx-frontend/src/components/story/CommentSection.tsx (added) * chapterx-frontend/src/components/story/GenreBadge.tsx (added) * chapterx-frontend/src/components/story/LikeButton.tsx (added) * chapterx-frontend/src/components/story/StoryGrid.tsx (added) * chapterx-frontend/src/components/ui/Avatar.tsx (added) * chapterx-frontend/src/components/ui/Badge.tsx (added) * chapterx-frontend/src/components/ui/Button.tsx (added) * chapterx-frontend/src/components/ui/Modal.tsx (added) * chapterx-frontend/src/components/ui/Spinner.tsx (added) * chapterx-frontend/src/components/ui/StoryCard.tsx (added) * chapterx-frontend/src/components/ui/Toast.tsx (added) * chapterx-frontend/src/components/writer/AISuggestionPanel.tsx (added) * chapterx-frontend/src/components/writer/CollaboratorManager.tsx (added) * chapterx-frontend/src/components/writer/StoryAnalytics.tsx (added) * chapterx-frontend/src/data/mockData.ts (added) * chapterx-frontend/src/index.css (added) * chapterx-frontend/src/main.tsx (added) * chapterx-frontend/src/pages/LandingPage.tsx (added) * chapterx-frontend/src/pages/NotificationsPage.tsx (added) * chapterx-frontend/src/pages/admin/AdminContentPage.tsx (added) * chapterx-frontend/src/pages/admin/AdminDashboard.tsx (added) * chapterx-frontend/src/pages/admin/AdminGenresPage.tsx (added) * chapterx-frontend/src/pages/admin/AdminUsersPage.tsx (added) * chapterx-frontend/src/pages/auth/LoginPage.tsx (added) * chapterx-frontend/src/pages/auth/RegisterPage.tsx (added) * chapterx-frontend/src/pages/browse/BrowsePage.tsx (added) * chapterx-frontend/src/pages/browse/GenrePage.tsx (added) * chapterx-frontend/src/pages/profile/ProfilePage.tsx (added) * chapterx-frontend/src/pages/reading-list/CommunityListsPage.tsx (added) * chapterx-frontend/src/pages/reading-list/ReadingListPage.tsx (added) * chapterx-frontend/src/pages/story/ChapterReadPage.tsx (added) * chapterx-frontend/src/pages/story/StoryDetailPage.tsx (added) * chapterx-frontend/src/pages/writer/CreateChapterPage.tsx (added) * chapterx-frontend/src/pages/writer/CreateStoryPage.tsx (added) * chapterx-frontend/src/pages/writer/EditChapterPage.tsx (added) * chapterx-frontend/src/pages/writer/EditStoryPage.tsx (added) * chapterx-frontend/src/pages/writer/WriterDashboard.tsx (added) * chapterx-frontend/src/store/authStore.ts (added) * chapterx-frontend/src/store/notificationStore.ts (added) * chapterx-frontend/src/store/storyStore.ts (added) * chapterx-frontend/src/store/uiStore.ts (added) * chapterx-frontend/src/types/index.ts (added) * chapterx-frontend/tailwind.config.js (added) * chapterx-frontend/tsconfig.app.json (added) * chapterx-frontend/tsconfig.json (added) * chapterx-frontend/tsconfig.node.json (added) * chapterx-frontend/vite.config.ts (added) Added frontend and imporoved AI Suggestions service