- Fixed CI build failure by restoring direct
uuiddependency used in users/forms flows. - Verified release checks after fix (
lint,build,test) to keep pipeline green.
- Migrated build tooling from CRA/rewired to Vite (
dev,build,preview) with npm-only workflow. - Upgraded runtime stack to modern baseline: React Router 7 + Vite 7 + SWC React plugin.
- Removed legacy runtime layers (
connected-react-router, old router/history glue, Babel project config, CRA polyfill path). - Completed active-code UI modernization: no legacy
@material-ui/*, class components migrated to hooks in active paths. - Restored and modernized maps using
leaflet+react-leaflet+topojson-client. - Added smoke test coverage on critical routes (login, dashboard, users) with Vitest.
- Added CI quality gates (
lint,build,test) and cleaned eslint output to zero warnings/errors. - Refreshed README and modernization plan docs to match the current stack and release workflow.
- Updated dependencies
- Added react-scripts version 5 along with webpack version 5 support.
- Added support for node.js version > 20
- Removed old webpack configs.
- Removed unnecessary dev dependencies.
- Update dependencies
- Update dependencies
- Update react version
- Fix ecommerce editing
- Fix users management
- Updated from MUI4 to MUI5, fixed Dark Theme
- Fixed Grid actions
- Fixed various bugs related to DataGrid
- Updated packages
- Fixed errors
- Clear code
- Hide warnings
- Updated documentation
- Added Profile page
- Added Grid page
- Updated packages
- Updated README.md
- Added link to flatlogic on login and register pages
- Updated fullcalendar package to v5.3.0
- Improved css
- Added upload image functionality
- Added user management table
- Added register functionality
- Added reset password functionality
- User invitation functionality
- Social Login
- JWT token checking fix
- Update scrollbar color on Windows devices
- Some color improvements
- Adjust unused libs imports
- Updated Docs
- Minor components updates
- Docs full update
- Wrappers of the components fix
- Performance improve
- set localStorage item of theme
- redux updates
Initial version of the project