[PR #1] [MERGED] Feat/migrate to react #1

Closed
opened 2026-03-07 14:02:14 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Elagoht/bloggo-frontend/pull/1
Author: @Elagoht
Created: 8/18/2025
Status: Merged
Merged: 8/18/2025
Merged by: @Elagoht

Base: mainHead: feat/migrate-to-react


📝 Commits (6)

  • 9af244a feat: Migrate project from SolidJS to React, updating components, routing, and state management for improved performance and maintainability
  • 3fe62ee refactor: Update index.html and index.tsx for improved structure; change root element selection and fix import path for PanelLayout
  • ed54807 refactor: Remove refetch prop from CategoryFiltersForm and simplify category fetching logic in CategoriesPage for improved clarity and performance
  • 2d07e14 refactor: Simplify Pagination component by removing unnecessary button text and improving code readability
  • 8cd67e3 refactor: Rename NoCampaigns component to NoCategoriesYet and enhance its design with new layout and icons for better user experience
  • eb95e16 feat: Add NotFoundPage component and implement catch-all route for 404 errors in the panel

📊 Changes

65 files changed (+1338 additions, -1129 deletions)

View changed files

📝 package-lock.json (+266 -266)
📝 package.json (+12 -9)
src/app/Panel/404/page.tsx (+44 -0)
📝 src/app/Panel/Layout.tsx (+7 -4)
📝 src/app/Panel/categories/create/page.tsx (+9 -9)
📝 src/app/Panel/categories/edit/[slug]/page.tsx (+54 -35)
📝 src/app/Panel/categories/page.tsx (+49 -34)
📝 src/app/Panel/dashboard/page.tsx (+10 -3)
📝 src/app/Panel/guard.tsx (+32 -31)
📝 src/app/Panel/profile/avatar/page.tsx (+17 -22)
📝 src/app/Panel/profile/page.tsx (+18 -15)
📝 src/app/auth/layout.tsx (+31 -27)
📝 src/app/auth/login/page.tsx (+5 -5)
📝 src/components/common/ActivityDates/index.tsx (+27 -29)
📝 src/components/common/Avatar/AvatarImage.tsx (+16 -21)
📝 src/components/common/Avatar/index.tsx (+14 -14)
📝 src/components/common/IconBadge.tsx (+8 -7)
📝 src/components/form/ButtonGroup.tsx (+6 -6)
📝 src/components/form/Form.tsx (+10 -9)
📝 src/components/form/FormSection.tsx (+5 -4)

...and 45 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Elagoht/bloggo-frontend/pull/1 **Author:** [@Elagoht](https://github.com/Elagoht) **Created:** 8/18/2025 **Status:** ✅ Merged **Merged:** 8/18/2025 **Merged by:** [@Elagoht](https://github.com/Elagoht) **Base:** `main` ← **Head:** `feat/migrate-to-react` --- ### 📝 Commits (6) - [`9af244a`](https://github.com/Elagoht/bloggo-frontend/commit/9af244ae277690c2223c8460aaa96813642e0476) feat: Migrate project from SolidJS to React, updating components, routing, and state management for improved performance and maintainability - [`3fe62ee`](https://github.com/Elagoht/bloggo-frontend/commit/3fe62ee23ff3bf881655f132deed5234311e9da8) refactor: Update index.html and index.tsx for improved structure; change root element selection and fix import path for PanelLayout - [`ed54807`](https://github.com/Elagoht/bloggo-frontend/commit/ed54807cadc0668b6c03cbb6cf86854f4a850eea) refactor: Remove refetch prop from CategoryFiltersForm and simplify category fetching logic in CategoriesPage for improved clarity and performance - [`2d07e14`](https://github.com/Elagoht/bloggo-frontend/commit/2d07e14bb691516b1056bf557c1a695854dbc8a4) refactor: Simplify Pagination component by removing unnecessary button text and improving code readability - [`8cd67e3`](https://github.com/Elagoht/bloggo-frontend/commit/8cd67e372897b27c5bdcef49b4317cc02cf23cc3) refactor: Rename NoCampaigns component to NoCategoriesYet and enhance its design with new layout and icons for better user experience - [`eb95e16`](https://github.com/Elagoht/bloggo-frontend/commit/eb95e16d61a785e361c1c3a9dbe2065e33f497b2) feat: Add NotFoundPage component and implement catch-all route for 404 errors in the panel ### 📊 Changes **65 files changed** (+1338 additions, -1129 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+266 -266) 📝 `package.json` (+12 -9) ➕ `src/app/Panel/404/page.tsx` (+44 -0) 📝 `src/app/Panel/Layout.tsx` (+7 -4) 📝 `src/app/Panel/categories/create/page.tsx` (+9 -9) 📝 `src/app/Panel/categories/edit/[slug]/page.tsx` (+54 -35) 📝 `src/app/Panel/categories/page.tsx` (+49 -34) 📝 `src/app/Panel/dashboard/page.tsx` (+10 -3) 📝 `src/app/Panel/guard.tsx` (+32 -31) 📝 `src/app/Panel/profile/avatar/page.tsx` (+17 -22) 📝 `src/app/Panel/profile/page.tsx` (+18 -15) 📝 `src/app/auth/layout.tsx` (+31 -27) 📝 `src/app/auth/login/page.tsx` (+5 -5) 📝 `src/components/common/ActivityDates/index.tsx` (+27 -29) 📝 `src/components/common/Avatar/AvatarImage.tsx` (+16 -21) 📝 `src/components/common/Avatar/index.tsx` (+14 -14) 📝 `src/components/common/IconBadge.tsx` (+8 -7) 📝 `src/components/form/ButtonGroup.tsx` (+6 -6) 📝 `src/components/form/Form.tsx` (+10 -9) 📝 `src/components/form/FormSection.tsx` (+5 -4) _...and 45 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-07 14:02:14 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/bloggo-frontend#1
No description provided.