-
Notifications
You must be signed in to change notification settings - Fork 0
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
Refactor after migration to Vite #62
Labels
Comments
Also make sure that s-forms.css is imported and not duplicated in the project. |
blocked by #51 |
palagdan
added a commit
that referenced
this issue
Nov 1, 2024
Replace App component with Router for routing Update react-router-dom to v6
palagdan
added a commit
that referenced
this issue
Nov 1, 2024
Refactor navbar, footer into separate folders and replace styles with the mui library
palagdan
added a commit
that referenced
this issue
Nov 1, 2024
Refactor and move Home component to HomePage Replace semantic ui with mui
palagdan
added a commit
that referenced
this issue
Nov 1, 2024
palagdan
added a commit
that referenced
this issue
Nov 1, 2024
Refactor Scripts class component to functional ScriptsPage component. Move to folder pages
palagdan
added a commit
that referenced
this issue
Nov 1, 2024
Replace NoMatch Component with NotFoundPage
palagdan
added a commit
that referenced
this issue
Nov 1, 2024
palagdan
added a commit
that referenced
this issue
Nov 1, 2024
Refactor Executions class component to functional ExecutionsPage component. Move to folder pages Replace Bootstrap with Mui Replace Fortawesome with Mui icons
palagdan
added a commit
that referenced
this issue
Nov 1, 2024
Move vocabulary constants from Rest file to the separate vocabulary file.
palagdan
added a commit
that referenced
this issue
Nov 1, 2024
Install Axios for API calls. Refactor the Rest module. Define API URL constants. Implement fetchers for Axios calls.
palagdan
added a commit
that referenced
this issue
Nov 1, 2024
palagdan
added a commit
that referenced
this issue
Nov 1, 2024
Closed
@palagdan, I added new sub-issues to this issue and prioritized them. We should split this issue into separate issues (it is enough to do it incrementally, i.e. pick only the most important ones at the time and separate them into an issue) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To Do After Migration to Vite -- ordered by priority
Resolve comments from PR -- Migration to Vite #61
Fix websocket to support script changes detection #90
Fix Script Execution Issues #96
Refactor App component #78
Refactor ScriptPage component #89
Use axios library for API requests #86
Fix start and finish date. #95
Refactor main.css #94
Refactor constants from Rest.tsx and Dagre.tsx to separate constants file #77
Remove unused components and imports #81
Refactor page components into a pages folder and implement user-friendly NotFoundPage #84
Refactor to typescript #97
Refactor Class Components to Functional Components #98
Replace react-treebeard with a modern library #99
The text was updated successfully, but these errors were encountered: