Add sync error logging, extend error flash, fix unload saves
- Log workforce sync errors to backend stdout so they appear in docker logs - Extend error flash from 5s to 15s so errors are readable - Replace sendBeacon (POST-only) with keepalive fetch (PUT) on unload — sendBeacon was hitting 404s on all three unload saves Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
c7066521ff
commit
18e24efbeb
14485 changed files with 1836116 additions and 33 deletions
34
frontend/node_modules/caniuse-lite/package.json
generated
vendored
Normal file
34
frontend/node_modules/caniuse-lite/package.json
generated
vendored
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"name": "caniuse-lite",
|
||||
"version": "1.0.30001803",
|
||||
"description": "A smaller version of caniuse-db, with only the essentials!",
|
||||
"keywords": [
|
||||
"support"
|
||||
],
|
||||
"license": "CC-BY-4.0",
|
||||
"author": {
|
||||
"name": "Ben Briggs",
|
||||
"email": "beneb.info@gmail.com",
|
||||
"url": "http://beneb.info"
|
||||
},
|
||||
"repository": "browserslist/caniuse-lite",
|
||||
"funding": [
|
||||
{
|
||||
"type": "opencollective",
|
||||
"url": "https://opencollective.com/browserslist"
|
||||
},
|
||||
{
|
||||
"type": "tidelift",
|
||||
"url": "https://tidelift.com/funding/github/npm/caniuse-lite"
|
||||
},
|
||||
{
|
||||
"type": "github",
|
||||
"url": "https://github.com/sponsors/ai"
|
||||
}
|
||||
],
|
||||
"files": [
|
||||
"data",
|
||||
"dist"
|
||||
],
|
||||
"main": "dist/unpacker/index.js"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue