- 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>
19 lines
642 B
JavaScript
19 lines
642 B
JavaScript
/**
|
|
* @license lucide-react v1.24.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
|
|
import createLucideIcon from '../createLucideIcon.mjs';
|
|
|
|
const __iconNode = [
|
|
["path", { d: "M12 6v6l2 1", key: "19cm8n" }],
|
|
["path", { d: "M13.5 21.885A10 10 0 1 1 22 12", key: "xgp8as" }],
|
|
["path", { d: "M14 18h8", key: "1le3fr" }],
|
|
["path", { d: "m18 22 4-4-4-4", key: "mordo3" }]
|
|
];
|
|
const ClockArrowRight = createLucideIcon("clock-arrow-right", __iconNode);
|
|
|
|
export { __iconNode, ClockArrowRight as default };
|
|
//# sourceMappingURL=clock-arrow-right.mjs.map
|