Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@terwey
Copy link
Collaborator

@terwey terwey commented Oct 29, 2025

perf(webui): shave JS/CSS — lazy-load heavy components, drop unused UI kit & RevoGrid CSS, tighten Vite

  • code-split App.tsx: OrdersTable, SetupWizard, Login via lazy() + Suspense fallbacks
  • remove unused components/ui/* primitives and helpers
  • delete RevoGrid overrides from globals.css
  • set esbuild.keepNames=false; clean vite.config.ts (plugins, quotes)
  • remove obsolete .zed/tasks.json

Result: smaller bundle & CSS, quicker first paint without behavior changes.

…I kit & RevoGrid CSS, tighten Vite

* code-split `App.tsx`: `OrdersTable`, `SetupWizard`, `Login` via `lazy()` + `Suspense` fallbacks
* remove unused `components/ui/*` primitives and helpers
* delete RevoGrid overrides from `globals.css`
* set `esbuild.keepNames=false`; clean `vite.config.ts` (plugins, quotes)
* remove obsolete `.zed/tasks.json`

Result: smaller bundle & CSS, quicker first paint without behavior changes.
@terwey terwey merged commit 464b069 into main Oct 29, 2025
2 checks passed
@terwey terwey deleted the yak-shaving/cleanup branch October 31, 2025 10:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants