pullrequests Search Results · language:Edge language:TypeScript language:JavaScript language:HTML language:JavaScript
Filter by
203M results
STU-48XX — Admin Xero bank transactions page
Changes
- Created page route src/app/admin/xero/ with role gate (admin.read)
- Built AdminXeroPage client component with WorkspaceShell + DataTable and ...
See Commits and Changes for more details.
Created by img src= https://prod.download/pull-18h-svg valign= bottom / pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please ...
⤵️ pull
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 ...
See Commits and Changes for more details.
Created by img src= https://prod.download/pull-18h-svg valign= bottom / pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please ...
⤵️ pull
Duas melhorias no editor de textos de laudo (/admin/laudos):
1. Tooltip por cenário — ícone de ajuda (i) ao lado de cada cenário, explicando quando ocorre e o que o texto deve
transmitir (conteúdo ...
Reverts MYFRETES/aplicativoVL2#2
Automated test pull request
Problem
The Express server only exposed /graphql, so visiting the service root returned Cannot GET / . The frontend HTML files
in client/ were never reachable through the backend.
Solution
Added app.use(cors()) ...