Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
d9ca126
changed the file name and added the vite.config
anuj452005 Jul 7, 2025
d2977d0
migrated fromt the material-ui to mui
anuj452005 Jul 16, 2025
d0f5707
update vite.config
anuj452005 Jul 26, 2025
f6d30f7
migrated to mui v7
anuj452005 Aug 5, 2025
fbcd999
build: remove unused material-ui dependencies from vite config
anuj452005 Aug 11, 2025
559fbaf
chore: update mui
delcroip Aug 13, 2025
bc5be84
fix(build): correct file extension
anuj452005 Aug 18, 2025
c74c549
update vite config
anuj452005 Aug 30, 2025
2278ba1
chore: updatel lock
delcroip Jan 24, 2026
f0fa5e9
chore: allign react version
delcroip Jan 25, 2026
cb1d87a
chore: align react-dom
delcroip Jan 25, 2026
2bfad12
chore: align react_intl
delcroip Jan 25, 2026
3478638
chore: package update
delcroip Jan 26, 2026
e0ae223
chore:align packages scripts
delcroip Jan 28, 2026
35e549a
refactor(components): migrate Grid to MUI v5 API and export StyledForm
delcroip Jan 30, 2026
bf8a132
chore(deps): remove unused dev dependencies from package-lock.json
delcroip Jan 30, 2026
1e6c95a
fix: theme optional chaining
olewandowski1 Feb 4, 2026
49f177a
fix: add package-lock json to the gitignore
olewandowski1 Feb 5, 2026
85231c9
refactor: move MUI and Emotion to peerDependencies
olewandowski1 Feb 6, 2026
72b9d65
refactor: synchronize dependencies with host and move to peerDependen…
olewandowski1 Feb 6, 2026
f01b02e
refactor: synchronize Redux versions with host shell
olewandowski1 Feb 6, 2026
4b85821
feat: make product filter responsive
olewandowski1 Feb 11, 2026
1128aef
feat: merge develop
olewandowski1 Feb 11, 2026
53f640c
fix: use regex for MUI/Emotion in rollupOptions.external
olewandowski1 Feb 12, 2026
e1dd7ce
refactor(components): update InputSlider Grid prop from xs to size={4}
delcroip Feb 27, 2026
81b7281
fix(PoolingManagementTabForm): improve cycle input handling for robus…
delcroip Mar 2, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ dist
npm-debug.log*
yarn-debug.log*
yarn-error.log*
yarn.lock
yarn.lock
package-lock.json
2 changes: 2 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
{
}
Loading