fix: resolve merge conflicts from network graph PR #478 #500

Closed
ZacharyZcR wants to merge 1 commits from fix/network-graph-build-errors into dev-1.10.1
ZacharyZcR commented 2026-01-13 10:39:36 +11:00 (Migrated from github.com)

Summary

  • Fix multiple syntax errors introduced during merge of PR #478 (network graph feature)
  • Restore build functionality on dev-1.10.1 branch

Changes

  • HostManagerApp.tsx: Fix incorrect import path
  • AppView.tsx: Add missing closing tag for NetworkGraphView
  • stats-widgets.ts: Fix misplaced firewall type union
  • ServerStats.tsx: Fix unclosed return statement in ports case
  • server-stats.ts: Complete catch block for ports metrics
  • schema.ts: Close networkTopology table definition, add missing timestamp fields
  • db/index.ts: Complete error logging block
  • en.json: Add missing closing brace for ports object
  • user-data-import.ts: Fix type annotations for dynamic objects

Test plan

  • npm run build passes successfully
## Summary - Fix multiple syntax errors introduced during merge of PR #478 (network graph feature) - Restore build functionality on dev-1.10.1 branch ## Changes - `HostManagerApp.tsx`: Fix incorrect import path - `AppView.tsx`: Add missing closing tag for NetworkGraphView - `stats-widgets.ts`: Fix misplaced firewall type union - `ServerStats.tsx`: Fix unclosed return statement in ports case - `server-stats.ts`: Complete catch block for ports metrics - `schema.ts`: Close networkTopology table definition, add missing timestamp fields - `db/index.ts`: Complete error logging block - `en.json`: Add missing closing brace for ports object - `user-data-import.ts`: Fix type annotations for dynamic objects ## Test plan - [x] `npm run build` passes successfully
LukeGus commented 2026-01-13 11:04:29 +11:00 (Migrated from github.com)

I've already resolved this but haven't pushed yet.

I've already resolved this but haven't pushed yet.

Pull request closed

This pull request cannot be reopened because the branch was deleted.
Sign in to join this conversation.