pullrequests Search Results · language:Edge language:TypeScript language:PHP language:HTML language:HTML language:HTML
Filter by
120M results
Recovery finalization for VER-195.
AgentOS reconstructed this pull request from a clean pushed branch after Codex App Server closed before durable handoff
evidence was complete.
Handoff: /Users/georgioskroupis/Active ...
Put all theory under a dropbox navbar element
Two related mobile-only tweaks:
1. Date picker bar
- Was: fixed bottom-0 with px-3 pb-3 → left/right gutter and a gap below the bar. Rounded-2xl made all four
corners curve.
...
Summary
- Move docs/guides/SELF-HOSTING.md to docs/deployment/SELF-HOSTING.md to align with the project s documentation
architecture
- Update all 10 internal references across 8 files (README, ...
Summary
- Web login/signup fetch GET /platform/config and show Google button when auth.googleOAuth is true (or
NEXT_PUBLIC_GOOGLE_OAUTH_ENABLED).
- Adds apps/web/src/lib/platform-config.ts (cached ...
Replace scattered imports of the Transaction type that referenced components/finance/transaction-form with a centralized
type at @/types/finance. Keeps the TransactionForm component import where required ...
What: Replaced multiple expensive split() operations inside ScriptIDE.tsx event handlers (like typing and navigation)
with zero-allocation alternatives.
Why: .split() creates an entirely new array of ...