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
chore(web): direct type usage in templates instead of copy (#1218)
## Description
In many cases in Web we create intermediate data structure and copy data
there without
any necessity. It is simpler just use filters and RPC types.
This PR removes some such places.
## Type of Change
- [ ] **Add** - New feature or capability
- [ ] **Change** - Changes in existing functionality
- [ ] **Fix** - Bug fixes
- [ ] **Remove** - Removed features or deprecated functionality
- [x] **Internal** - Internal changes (refactoring, tests, docs, etc.)
## Related Issues (Optional)
## Breaking Changes
- [ ] This PR contains breaking changes
## Testing
- [ ] Unit tests added/updated
- [ ] Integration tests added/updated
- [ ] Manual testing performed
- [x] No testing required (docs, internal refactor, etc.)
## Additional Notes
Signed-off-by: Dmitry Porokh <dporokh@nvidia.com>
0 commit comments