Skip to content

pullrequests Search Results · language:Edge language:TypeScript language:PHP language:CSS language:Vue is:unmerged language:CSS

Filter by

22.2M results  (1 s)

22.2M results

Summary Aligns the SafeSale frontend with the actively-working reference implementation (Fejo). The frontend src/ is now identical to the live, demo-ready implementation, which uses MavaPay (NGN bank-transfer ...

What `signal()` assigned all 6 methods (`peek` / `set` / `update` / `subscribe` / `direct` / `debug`) as own properties on every signal instance: ```ts read.peek = _peek read.set = _set read.update = ...

Remove o public/ da raiz do monorepo e elimina a dependência de symlinks para servir o SVG sprite. O build:icons agora escreve sprite.svg diretamente em apps/main/public/icons/ e apps/www/public/icons/ ...

- Two-user-type onboarding (Student/Explorer vs Educator/Node Creator) - 8-step flow replacing 7-step; Step 2 picks user type - Educators get Node Setup step (node name + type: school/library/university/company/community_center/city) ...

This PR contains the following updates: | Package | Change | Age | Confidence | | --- | --- | --- | --- | | npm:@earendil-works/pi-coding-agent (source) | 0.75.5 → 0.76.0 | age | confidence | Release ...

Motivation There s recurring confusion about which host/port to open for the app: - appview is always the front door on its configured PORT (default 3000). You open the app there, not at the Vite dev ...

Summary Implements Track A (Developer A) per the TouchGrass spec: the deterministic pure logic core, the data-access/repository layer (interfaces + in-memory fakes + Supabase-backed implementations), ...

This PR configures your project for Cloudflare Workers deployment using Wrangler autoconfig. Merging this PR commits the configuration to your repository, enabling faster deployments and version controlled ...