# # ChangeLog for chapterx-frontend/src/components # # Generated by Trac 1.6 # 07/06/26 23:37:25 Wed, 24 Jun 2026 14:28:50 GMT kikisrbinoska [99c1e45] * ChapterX.API/Controllers/ChaptersController.cs (modified) * ChapterX.API/Controllers/StoriesController.cs (modified) * ChapterX.API/Program.cs (modified) * ChapterX.Application/Story/Commands/AddHandler.cs (modified) * ChapterX.Application/Story/Commands/AddRequest.cs (modified) * ChapterX.Application/Story/Commands/DeleteHandler.cs (modified) * ChapterX.Application/Story/Commands/DeleteRequest.cs (modified) * ChapterX.Application/Story/Commands/UpdateHandler.cs (modified) * ChapterX.Application/Story/Commands/UpdateRequest.cs (modified) * ChapterX.Domain/Entities/Story.cs (modified) * ChapterX.Domain/Repositories/IChapterRepository.cs (modified) * ChapterX.Infrastructure/Data/DataContext/ApplicationDbContext.cs (modified) * ChapterX.Infrastructure/Repositories/ChapterRepository.cs (modified) * ChapterX.Infrastructure/Repositories/GenericRepository.cs (modified) * ChapterX.Infrastructure/Repositories/StoryRepository.cs (modified) * chapterx-frontend/src/components/admin/PlatformStats.tsx (modified) * chapterx-frontend/src/components/admin/UserTable.tsx (modified) * chapterx-frontend/src/components/story/LikeButton.tsx (modified) * chapterx-frontend/src/components/ui/StoryCard.tsx (modified) * chapterx-frontend/src/components/writer/StoryAnalytics.tsx (modified) * chapterx-frontend/src/pages/profile/ProfilePage.tsx (modified) * chapterx-frontend/src/pages/story/StoryDetailPage.tsx (modified) * chapterx-frontend/src/pages/writer/CreateStoryPage.tsx (modified) * chapterx-frontend/src/pages/writer/WriterDashboard.tsx (modified) * chapterx-frontend/src/store/authStore.ts (modified) * chapterx-frontend/src/store/storyStore.ts (modified) Fixed writer section and admin management 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 22:03:39 GMT kikisrbinoska [7fbb91c] * ChapterX.API/Controllers/CollaborationsController.cs (modified) * ChapterX.API/Controllers/UsersController.cs (modified) * ChapterX.Domain/Repositories/ICollaborationRepository.cs (modified) * ChapterX.Infrastructure/Repositories/CollaborationRepository.cs (modified) * ChapterX.Infrastructure/Repositories/UserRepository.cs (modified) * chapterx-frontend/src/App.tsx (modified) * chapterx-frontend/src/components/writer/CollaboratorManager.tsx (modified) * chapterx-frontend/src/pages/story/StoryDetailPage.tsx (modified) * chapterx-frontend/src/pages/writer/WriterDashboard.tsx (modified) * chapterx-frontend/src/store/authStore.ts (modified) * chapterx-frontend/src/store/storyStore.ts (modified) Added functional collaboration between users 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 Sun, 22 Mar 2026 16:58:40 GMT kikisrbinoska [acf690c] * ChapterX.API/Program.cs (modified) * ChapterX.Application/Auth/LoginHandler.cs (modified) * ChapterX.Application/Auth/LoginResponse.cs (modified) * ChapterX.Application/Auth/RegisterHandler.cs (modified) * ChapterX.Application/ReadingListItems/Commands/AddHandler.cs (modified) * ChapterX.Domain/Repositories/IReadingListItemsRepository.cs (modified) * ChapterX.Infrastructure/Repositories/GenericRepository.cs (modified) * ChapterX.Infrastructure/Repositories/ReadingListItemsRepository.cs (modified) * ChapterX.Infrastructure/Repositories/ReadingListRepository.cs (modified) * ChapterX.Infrastructure/Repositories/UserRepository.cs (modified) * chapterx-frontend/src/App.tsx (modified) * chapterx-frontend/src/components/writer/StoryCreationAIPanel.tsx (added) * chapterx-frontend/src/pages/reading-list/ReadingListPage.tsx (modified) * chapterx-frontend/src/pages/story/StoryDetailPage.tsx (modified) * chapterx-frontend/src/pages/writer/CreateChapterPage.tsx (modified) * chapterx-frontend/src/pages/writer/CreateStoryPage.tsx (modified) * chapterx-frontend/src/pages/writer/EditStoryPage.tsx (modified) * chapterx-frontend/src/store/authStore.ts (modified) * chapterx-frontend/src/store/storyStore.ts (modified) Added fixes for the login,stories management and reading lists 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