Skip to content
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

feat: updates #701

Merged
merged 30 commits into from
Aug 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
32f2eb1
feat: adding ui updates
arunavabasucom Dec 21, 2023
6d67eb5
feat: adding ui updates
arunavabasucom Dec 22, 2023
c3142d2
feat: adding ui updates
arunavabasucom Dec 22, 2023
a14bf99
feat: adding ui updates
arunavabasucom Dec 23, 2023
81cb54c
Merge branch 'main' into frontend/ui-updates
arunavabasucom Dec 24, 2023
f6d1f3b
feat: adding proper statement
arunavabasucom Dec 24, 2023
3cb278c
feat:adding zustand for state management
arunavabasucom Dec 26, 2023
3323bf8
feat: adding form
arunavabasucom Dec 26, 2023
d09110c
feat: adding zustand for state management
arunavabasucom Dec 28, 2023
04fb8bc
feat: adding zustand
arunavabasucom Dec 28, 2023
8e03f1f
feat: adding zustand for state management
arunavabasucom Dec 28, 2023
04f7f97
feat: adding updates
arunavabasucom Jan 10, 2024
eb1723f
feat: adding UseNonEquilibriumCalculationsSwitch
arunavabasucom Jan 10, 2024
14844bc
feat: adding updates
arunavabasucom Jan 10, 2024
3908df9
feat: adding updates
arunavabasucom Jan 10, 2024
4041407
feat: adding updates
arunavabasucom Jan 10, 2024
038bdc7
feat: adding form state to global
arunavabasucom Jan 21, 2024
fbee72c
feat: refactoring the tgas and trot to the global state
arunavabasucom Jan 21, 2024
74771ca
refactor: adding tvib
arunavabasucom Jan 21, 2024
6fdd868
refactor: adding pressure and pressure units
arunavabasucom Jan 21, 2024
48e3aed
feat: adding more fields
arunavabasucom Jan 21, 2024
c816594
feat: adding UseSimulateSlitSwitch for global state
arunavabasucom Jan 21, 2024
1ac4b17
style: adding zutand
arunavabasucom Jan 22, 2024
5240310
refactor: adding waverange slider
arunavabasucom Jan 22, 2024
c6ae164
docs: adding comment
arunavabasucom Feb 6, 2024
0e91d33
feat:adding app.tsx
arunavabasucom Feb 9, 2024
7b2128a
feat: seperating components
arunavabasucom Feb 9, 2024
bbb3386
Merge branch 'main' into frontend/ui-updates
arunavabasucom Aug 20, 2024
6e5611b
feat: update
arunavabasucom Aug 20, 2024
3c1eae2
feat: adding proper width and height
arunavabasucom Aug 27, 2024
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
10 changes: 8 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@
"@emotion/styled": "11.9.3",
"@hookform/resolvers": "2.9.6",
"@mui/icons-material": "5.8.4",
"@mui/joy": "5.0.0-beta.20",
"@mui/material": "5.9.1",
"@mui/styles": "5.9.1",
"@testing-library/jest-dom": "5.16.4",
"@testing-library/react": "13.3.0",
"@testing-library/user-event": "13.5.0",
"@vercel/analytics": "^1.1.2",
"@vercel/analytics": "^1.2.2",
"@vercel/speed-insights": "^1.0.10",
"@vitejs/plugin-react": "^4.0.0",
Expand All @@ -23,16 +25,19 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"react-ga4": "^1.4.1",
"react-helmet": "^6.1.0",
"react-hook-form": "7.33.1",
"react-plotly.js": "2.5.1",
"react-scripts": "5.0.1",
"react-top-loading-bar": "2.1.0",
"typescript": "4.7.4",
"vite": "^5.0.12",
"web-vitals": "3.0.3",
"yup": "0.32.11"
"yup": "0.32.11",
"zustand": "^4.4.7"
},
"scripts": {
"start": "vite",
"dev": "vite dev",
"build": "vite build",
"serve": "vite preview",
"test": "vitest",
Expand Down Expand Up @@ -64,6 +69,7 @@
"@types/node": "16.11.45",
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"@types/react-helmet": "^6.1.11",
"@types/react-plotly.js": "2.5.1",
"@vitest/coverage-v8": "^0.32.2",
"@vitest/ui": "^0.32.2",
Expand Down
Loading
Loading