#
# ChangeLog for chapterx-frontend/index.html
#
# Generated by Trac 1.6
# 07/06/26 20:29:56
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