You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Fixed
- **Critical:** Fixed white screen issue on production deployments (Netlify & Vercel)
- **Critical:** Fixed decimal input handling - users can now enter values like 50.2, 0.45, 210.5
- Fixed `TypeError: Cannot read properties of undefined (reading 'toExponential')` in ResultsPanel component
- Fixed input field preventing decimal/fractional value entry during typing
- Added proper null/undefined/non-finite value handling in formatValue function
- Fixed timer type compatibility issue (NodeJS.Timeout → number) for browser environments
- Implemented local state management in InputField to preserve typing intermediate states
A production-ready React web application that **smartly cross-calculates linear isotropic material parameters** from any two independent inputs. Deployed at [smartlameparameters.run.place](https://smartlameparameters.run.place).
6
+
A production-ready React (TypeScript, JavaScript, CSS3) web application that **smartly cross-calculates linear isotropic material parameters** from any two independent inputs. Deployed at [www.smartlameparameters.space](https://www.smartlameparameters.space).
7
7
8
8
Built by [Paul Namalomba](https://github.com/paulnamalomba).
9
9
@@ -355,7 +355,7 @@ See `src/calculations.ts` for the complete API.
0 commit comments