-
Notifications
You must be signed in to change notification settings - Fork 3k
[WEB-5042] feat: sites vite migration #7965
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
51 commits
Select commit
Hold shift + click to select a range
b18aa45
feat: admin react-router migration
lifeiscontent 97083c9
chore: update dependencies and improve server configuration
prateekshourya29 35f87a5
feat: add ensureTrailingSlash utility and integrate into Link and use…
prateekshourya29 fa73c33
refactor: remove old error page and implement ErrorBoundary in root c…
prateekshourya29 c15ceb0
feat: add custom 404 page and catch-all route for improved error hand…
prateekshourya29 2894119
fix: update nginx server listen port from 3000 to 3001
prateekshourya29 a48c9fd
fix: revert nginx server listen port from 3001 back to 3000 and remov…
prateekshourya29 4b2cc27
fix: merge conflicts
prateekshourya29 57e324e
chore: update dependencies across multiple packages
prateekshourya29 bf6fdef
Merge branch 'preview' of github.com:makeplane/plane into feat/admin-…
prateekshourya29 557e146
feat: migrate to Vite with React Router and update project structure
prateekshourya29 edc198e
refactor: remove deprecated views layout and page components
prateekshourya29 263b46f
refactor: update import path for Route type in client layout
prateekshourya29 06ade41
fix: enable verbatim module syntax in TypeScript configuration for Re…
prateekshourya29 0eda662
[WEB-5169] feat: migrate admin app from Next.js to React Router
lifeiscontent d9d78c8
chore: update dependencies in admin app and clean up package.json
prateekshourya29 559a7cb
fix: merge conflicts
prateekshourya29 5b56cd2
feat: redirect logged-in users to the general page
prateekshourya29 d5871cc
chore: remove mobx-react-lite dependency from admin app
prateekshourya29 d814898
fix: merge conflicts
prateekshourya29 c1077af
feat: add Gitea authentication route and update header
prateekshourya29 2757c4c
fix: merge conflicts
prateekshourya29 c5dc294
chore: clean up package dependencies and remove unused packages
prateekshourya29 77616d3
chore: remove unused path alias from tsconfig.json
prateekshourya29 c37b962
fix: format
prateekshourya29 106fcda
Merge branch 'preview' of github.com:makeplane/plane into feat/admin-…
prateekshourya29 67d2ba8
Merge branch 'feat/admin-react-router-migration' of github.com:makepl…
prateekshourya29 f502402
Merge branch 'preview' of github.com:makeplane/plane into feat/admin-…
prateekshourya29 a748ef0
fix: merge conflicts
prateekshourya29 2593206
fix: space app build
prateekshourya29 1f0d97f
Merge branch 'preview' of github.com:makeplane/plane into feat/admin-…
prateekshourya29 e84254c
Merge branch 'feat/admin-react-router-migration' of github.com:makepl…
prateekshourya29 25dd6fd
fix: update admin deployment configs
prateekshourya29 5d33d9d
Merge branch 'preview' of github.com:makeplane/plane into feat/admin-…
prateekshourya29 4c8e1ad
feat: integrate BProgress for navigation feedback in admin app
prateekshourya29 8266cde
Merge branch 'feat/admin-react-router-migration' of github.com:makepl…
prateekshourya29 b89af20
fix: update space app Dockerfile and nginx configuration
prateekshourya29 925b65f
feat: integrate BProgress for navigation feedback in space app
prateekshourya29 9e34463
fix: update X-Frame-Options header in middleware for improved security
prateekshourya29 e3bc0b5
refactor: replace redirect and notFound with useRouter for improved n…
prateekshourya29 bd092a5
fix: update X-Frame-Options header in admin middleware to SAMEORIGIN
prateekshourya29 4476c56
Merge branch 'feat/admin-react-router-migration' of github.com:makepl…
prateekshourya29 cb1ae94
Revert "fix: update X-Frame-Options header in admin middleware to SAM…
prateekshourya29 c25b6d4
Merge branch 'feat/admin-react-router-migration' of github.com:makepl…
prateekshourya29 30c2676
refactor: migrate IssuesPage to use react-router for navigation
prateekshourya29 193d331
Merge branch 'preview' of github.com:makeplane/plane into feat/admin-…
prateekshourya29 9374848
feat: enhance AppProgressBar to support disabling in production build…
prateekshourya29 0df22d6
Merge branch 'feat/admin-react-router-migration' of github.com:makepl…
prateekshourya29 4a6b5bb
feat: enhance AppProgressBar to support disabling in production build…
prateekshourya29 57e6669
fix: merge conflicts
prateekshourya29 28d4e18
fix: lint fomat
prateekshourya29 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -103,6 +103,10 @@ storybook-static | |
|
|
||
| CLAUDE.md | ||
|
|
||
| build/ | ||
| .react-router/ | ||
| AGENTS.md | ||
|
|
||
| build/ | ||
| .react-router/ | ||
| AGENTS.md | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| export {}; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove duplicate ignore entries.
Lines 106-108 duplicate the entries at lines 110-112 (
build/,.react-router/,AGENTS.md). Remove one set to avoid redundancy.Apply this diff to remove the duplicate entries:
🤖 Prompt for AI Agents