Jeremy Gallant
3e2fe721d3
Improvements to node filtering and storage ( #839 )
* Improves node filtering and voltage display
Ensures voltage values are always displayed as positive.
Enhances node filtering logic to handle unknown or undefined values, preventing nodes from being unexpectedly hidden.
Updates UI labels for clarity.
Improves Nodes page responsiveness by debouncing node updates and optimizing selector usage, preventing unnecessary re-renders.
Adds validation warnings for key conflicts between nodes.
* Update packages/web/src/core/stores/nodeDBStore/nodeDBStore.test.tsx
Co-authored-by: Copilot <[email protected] >
* Update packages/web/src/core/stores/nodeDBStore/nodeValidation.ts
Co-authored-by: Copilot <[email protected] >
* Revert copilot suggestion
* Review changes
---------
Co-authored-by: philon- <[email protected] >
Co-authored-by: Copilot <[email protected] >
10 months ago
Jeremy Gallant
91426a89e5
Lint tests, format JSON ( #818 )
11 months ago
Dan Ditomaso
704d06cfe7
refactor: switch to using Bun ( #718 )
1 year ago
Dan Ditomaso
1c13343e8a
Add monorepo support to project ( #682 )
* feat: add monorepo support
* fix: correct relatedProjects structure in vercel.json
* update github actions with monorepo support
* removed legacy dep
* moved jsr config into web package
1 year ago
Dan Ditomaso
85ee0747d1
fix: move i18n languages to public folder ( #681 )
* fix: move i18n languages for best practices
* updating test setup
* removed static copy
1 year ago
Dan Ditomaso
ec9b299b37
fix: add missing i18n strings ( #671 )
* fix: added required i18n labels to UI
* added node i18n
* updated tests
* updated path to match github action
1 year ago
Dan Ditomaso
eb2a2717b1
Internationalization (i18n) ( #627 )
* `feat: added internationalization lib, added english labels`
* `fixes from code review`
* `feat: add crowdin github actions`
* `fix: added support for i18n in testing. Fixed broken tests`
* `fix: missing translations`
* `removed unneded import`
* `more components updated with missing translations`
* `fixed lint issue`
* `Refactor: updated how translations are scoped, updated all references`
* `fixing broken tests`
* `feat: added language switcher, updated some translations`
* `fixed linting issues`
* `reverting vite config`
* `add english group id's to command palette`
* `updated PR template for i18n`
1 year ago