Add Cloudflare Workers configuration - #95
Open
cloudflare-workers-and-pages[bot] wants to merge 13 commits into
Open
Add Cloudflare Workers configuration#95cloudflare-workers-and-pages[bot] wants to merge 13 commits into
cloudflare-workers-and-pages[bot] wants to merge 13 commits into
Conversation
Updated the Submission Management low participation filter to require less than 8 submissions for project responsibles and responsibles, and less than 4 for all other levels (like under follow-up). The dialog description text has also been updated in both English and Arabic to reflect this new logic accurately. Co-authored-by: Omar-0O <189334282+Omar-0O@users.noreply.github.com>
Update Low Participation Filter Logic in Submission Management
…nch selector and copywriting polish
- client.ts: fix session storage race condition by defaulting to localStorage unless rememberMe is explicitly 'false'. Previously, timing issues could cause the session to be saved in sessionStorage, which gets wiped on page refresh causing unexpected logouts. - AuthContext.tsx: fix stale closure in onAuthStateChange by replacing profile state read with a profileIdRef. The old code captured a stale snapshot of profile (null) in the useEffect closure, causing fetchProfile to run unnecessarily on every auth event. - Auth.tsx: add kiosk branch shortcut — entering a branch name with no password redirects directly to /kiosk with that branch pre-selected. Also update email field to accept both email and branch name. docs: add bug-report-auto-logout.md documenting the root cause and fix
…y types filtering
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Author
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ❌ Deployment failed View logs |
rtc | 14b574c | Jul 13 2026, 08:05 PM |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 settings.
Detected settings:
vitepnpm run buildpnpm wrangler deploypnpm wrangler versions uploadNext steps after merging:
Your Worker configuration lives in
wrangler.jsonc. You can now:View build details · Join the discussion for questions or feedback