All updates
frontend
devops

Added APP_URL to global env and frontend performance improvements

  • Added APP_URL to global environment variablesAPP_URL was added to turbo.json so deployments and configuration can reference the app's base URL more easily.

Improvements

  • Added ESLint disable comments in changelog layout, root layout, and branding components to allow required inline scripts, images, and CSS tags.frontend
  • Updated configuration (turbo.json) to include APP_URL in global environment variables for simpler configuration and deployments.devops

Performance

  • Refactored the API keys loader to use useCallback and included it in effect dependencies to reduce unnecessary reloads and re-renders.frontend
  • Optimized useCallback dependency arrays in EntryMetaPanel and EditorEntryPreview to avoid extra hook re-creations.frontend