@open-mercato/cezar 0.9.2 → 0.9.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +4 -2
- package/dist/contract/health.d.ts +2 -0
- package/dist/contract/index.js +23 -10
- package/dist/git-diff-base.d.ts +51 -26
- package/dist/git-diff-base.js +163 -37
- package/dist/git-diff-base.js.map +1 -1
- package/dist/git-worktree.d.ts +15 -6
- package/dist/git-worktree.js +10 -3
- package/dist/git-worktree.js.map +1 -1
- package/dist/server/capabilities.d.ts +15 -1
- package/dist/server/capabilities.js +16 -1
- package/dist/server/capabilities.js.map +1 -1
- package/dist/server/git-changes.d.ts +7 -5
- package/dist/server/git-changes.js +15 -10
- package/dist/server/git-changes.js.map +1 -1
- package/dist/server/server.d.ts +59 -58
- package/dist/server/server.js +54 -3
- package/dist/server/server.js.map +1 -1
- package/dist/workflows/run.d.ts +27 -7
- package/dist/workflows/run.js +106 -43
- package/dist/workflows/run.js.map +1 -1
- package/dist/workspace/config.d.ts +8 -0
- package/dist/workspace/config.js +29 -2
- package/dist/workspace/config.js.map +1 -1
- package/dist/workspace/semaphore.d.ts +7 -1
- package/dist/workspace/semaphore.js +10 -4
- package/dist/workspace/semaphore.js.map +1 -1
- package/dist/workspace/ui-state.d.ts +3 -2
- package/dist/workspace/ui-state.js +3 -2
- package/dist/workspace/ui-state.js.map +1 -1
- package/package.json +3 -3
- package/web/dist/assets/{alert-dialog-ghffK6g9.js → alert-dialog-V9cigyAO.js} +1 -1
- package/web/dist/assets/arrow-down-DflHdNlN.js +1 -0
- package/web/dist/assets/arrow-left-IIL4uR-C.js +1 -0
- package/web/dist/assets/centered-state-BkAJVLJE.js +43 -0
- package/web/dist/assets/chevron-right-CxAoD1eD.js +1 -0
- package/web/dist/assets/circle-check-CdwcIbkx.js +1 -0
- package/web/dist/assets/{circle-x-C3EFZ3xf.js → circle-x-Cnc43xJ2.js} +1 -1
- package/web/dist/assets/{collapsible-B0JVzd0B.js → collapsible-BlF-7CeC.js} +1 -1
- package/web/dist/assets/{commit-list-wm6DPHNs.js → commit-list-D2mKElUx.js} +1 -1
- package/web/dist/assets/{compare-variants-DbdP4Y5T.js → compare-variants-CFBY16Rc.js} +1 -1
- package/web/dist/assets/{diff-Bizc96qe.js → diff-DE6u5dTe.js} +2 -2
- package/web/dist/assets/{diff-stat-Dyfg3ltF.js → diff-stat-B1j6L7C6.js} +1 -1
- package/web/dist/assets/{diff-view-CG8ek6tC.js → diff-view-Gb2kk3Le.js} +1 -1
- package/web/dist/assets/{dropdown-menu-C1Dlf35P.js → dropdown-menu-Ns-rY6sm.js} +1 -1
- package/web/dist/assets/editable-title-BGuiDxFT.js +1 -0
- package/web/dist/assets/{ellipsis-vertical-DpGTRqC2.js → ellipsis-vertical-BbxtXb6s.js} +1 -1
- package/web/dist/assets/{file-DlUGpUlb.js → file-j5O4NryU.js} +1 -1
- package/web/dist/assets/{folder-BAY6Vddy.js → folder-w9Lwj9x9.js} +1 -1
- package/web/dist/assets/{git-pull-request-agOG0iGM.js → git-pull-request-DlSop3Ch.js} +1 -1
- package/web/dist/assets/{git-toolbar-DGiNMmtY.js → git-toolbar-BdJ8XSxI.js} +1 -1
- package/web/dist/assets/github-CCLn2OAU.js +1 -0
- package/web/dist/assets/{image-preview-BWGk5fPX.js → image-preview-CcFdkZXW.js} +1 -1
- package/web/dist/assets/index-BmHHLbwc.js +6 -0
- package/web/dist/assets/index-u8OAnq0r.css +2 -0
- package/web/dist/assets/{markdown-BGBOGCA_.js → markdown-q9lm7kQ2.js} +1 -1
- package/web/dist/assets/{new-task-form-BpAw_Dks.js → new-task-form-BuYxAWN7.js} +1 -1
- package/web/dist/assets/{pill-Dvs-P0xy.js → pill-t97MvPW_.js} +1 -1
- package/web/dist/assets/{project-router-Cx8NPoqn.js → project-router-DudOmkHf.js} +1 -1
- package/web/dist/assets/{prompt-templates-CSBYBR1I.js → prompt-templates-C5iO3Lda.js} +1 -1
- package/web/dist/assets/{refresh-cw-BoGdAykg.js → refresh-cw-_C2EGJK5.js} +1 -1
- package/web/dist/assets/{repo-git-PmX-BNMo.js → repo-git-DqQzj33d.js} +1 -1
- package/web/dist/assets/{run-diff-EcOkf3ti.js → run-diff-BLoKEnTx.js} +1 -1
- package/web/dist/assets/run-header-Dho4eurS.js +1 -0
- package/web/dist/assets/{search-x-X3EpVhgs.js → search-x-BgxaJgro.js} +1 -1
- package/web/dist/assets/{skill-empty-hint-CZLALx6l.js → skill-empty-hint-D5MOmycv.js} +1 -1
- package/web/dist/assets/skills-B5g064CC.js +1 -0
- package/web/dist/assets/{sparkles-Dt4q7pbG.js → sparkles-ANSka5bH.js} +1 -1
- package/web/dist/assets/{square-terminal-hwBL8XsC.js → square-terminal-qojq20cH.js} +1 -1
- package/web/dist/assets/{tab-link-DIlR5T07.js → tab-link-CIcwFJtC.js} +1 -1
- package/web/dist/assets/task-changes-yRfsEsnh.js +1 -0
- package/web/dist/assets/{task-commits-BTTA5k5T.js → task-commits-yXmDrCoE.js} +1 -1
- package/web/dist/assets/{task-files-Da8_4C9g.js → task-files-BDRmCCPN.js} +2 -2
- package/web/dist/assets/task-thread-C9AnIz4Z.js +9 -0
- package/web/dist/assets/{textarea-CUdokhkv.js → textarea-DVO7pg8Y.js} +1 -1
- package/web/dist/assets/{thread-loading-B8q8ukXJ.js → thread-loading-DJDl701Z.js} +1 -1
- package/web/dist/assets/{trash-2-DhVIdWv8.js → trash-2-DKcnmg6e.js} +1 -1
- package/web/dist/assets/{triangle-alert-XYT0DGCI.js → triangle-alert-CPUEVSZ3.js} +1 -1
- package/web/dist/assets/{upload-BKjN59-1.js → upload-D5Jrq7QK.js} +1 -1
- package/web/dist/assets/{use-desktop-Bf5LS_P4.js → use-desktop-CXae6uyk.js} +1 -1
- package/web/dist/assets/{use-submit-shortcut-CzVyoAMd.js → use-submit-shortcut-RKJLKdsW.js} +1 -1
- package/web/dist/assets/{utils-DsLuRXwV.js → utils-Wtkd5E6j.js} +1 -1
- package/web/dist/assets/{workflows-o2QU_pvU.js → workflows-CGyTdyds.js} +3 -3
- package/web/dist/assets/{zoomable-image-7WyUiaVD.js → zoomable-image-hcqwUIlQ.js} +1 -1
- package/web/dist/index.html +22 -22
- package/web/dist/assets/arrow-down-Cz8qb71e.js +0 -1
- package/web/dist/assets/arrow-left-wcYKQXI_.js +0 -1
- package/web/dist/assets/centered-state-ZtnFHA-n.js +0 -43
- package/web/dist/assets/chevron-right-G4caF2QV.js +0 -1
- package/web/dist/assets/circle-check--KvBxXWp.js +0 -1
- package/web/dist/assets/editable-title-5rC_QRBZ.js +0 -1
- package/web/dist/assets/github-Vp7lxYGQ.js +0 -1
- package/web/dist/assets/index-DSxyJpuK.css +0 -2
- package/web/dist/assets/index-DiawI6RX.js +0 -6
- package/web/dist/assets/run-header-BGiv6_qX.js +0 -1
- package/web/dist/assets/skills-CC91ouGH.js +0 -1
- package/web/dist/assets/task-changes-XkHDxzQA.js +0 -1
- package/web/dist/assets/task-thread-DoNXUsHr.js +0 -9
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import{r as e}from"./rolldown-runtime-QTnfLwEv.js";import{i as t,r as n,t as r}from"./react-runtime-CCIEwYL0.js";import{a as i,c as a,d as o,i as s,o as c,r as l,s as u,t as d}from"./utils-DsLuRXwV.js";import{i as f,r as p}from"./bundle-mjs-BT31bpU6.js";var m=/^[\w!#$%&'*.^`|~+-]+$/,h=(e,t,n={})=>{if(!m.test(e))throw Error(`Invalid cookie name`);let r=`${e}=${t}`;if(e.startsWith(`__Secure-`)&&!n.secure)throw Error(`__Secure- Cookie must have Secure attributes`);if(e.startsWith(`__Host-`)){if(!n.secure)throw Error(`__Host- Cookie must have Secure attributes`);if(n.path!==`/`)throw Error(`__Host- Cookie must have Path attributes with "/"`);if(n.domain)throw Error(`__Host- Cookie must not have Domain attributes`)}for(let e of[`domain`,`path`,`sameSite`,`priority`])if(n[e]&&/[;\r\n]/.test(n[e]))throw Error(`${e} must not contain ";", "\\r", or "\\n"`);if(n&&typeof n.maxAge==`number`&&n.maxAge>=0){if(n.maxAge>3456e4)throw Error(`Cookies Max-Age SHOULD NOT be greater than 400 days (34560000 seconds) in duration.`);r+=`; Max-Age=${n.maxAge|0}`}if(n.domain&&n.prefix!==`host`&&(r+=`; Domain=${n.domain}`),n.path&&(r+=`; Path=${n.path}`),n.expires){if(n.expires.getTime()-Date.now()>3456e7)throw Error(`Cookies Expires SHOULD NOT be greater than 400 days (34560000 seconds) in the future.`);r+=`; Expires=${n.expires.toUTCString()}`}if(n.httpOnly&&(r+=`; HttpOnly`),n.secure&&(r+=`; Secure`),n.sameSite&&(r+=`; SameSite=${n.sameSite.charAt(0).toUpperCase()+n.sameSite.slice(1)}`),n.priority&&(r+=`; Priority=${n.priority.charAt(0).toUpperCase()+n.priority.slice(1)}`),n.partitioned){if(!n.secure)throw Error(`Partitioned Cookie must have Secure attributes`);r+=`; Partitioned`}return r},g=(e,t,n)=>(t=encodeURIComponent(t),h(e,t,n)),_=(e,t)=>(e=e.replace(/\/+$/,``),e+=`/`,t=t.replace(/^\/+/,``),e+t),v=(e,t)=>{for(let[n,r]of Object.entries(t)){let t=RegExp(`/:`+n+`(?:{[^/]+})?\\??`);e=e.replace(t,r?`/${r}`:``)}return e},y=e=>{let t=new URLSearchParams;for(let[n,r]of Object.entries(e))if(r!==void 0)if(Array.isArray(r))for(let e of r)t.append(n,e);else t.set(n,r);return t},b=(e,t)=>{switch(t){case`ws`:return e.replace(/^http/,`ws`);case`http`:return e.replace(/^ws/,`http`)}},x=e=>/^https?:\/\/[^\/]+?\/index(?=\?|$)/.test(e)?e.replace(/\/index(?=\?|$)/,`/`):e.replace(/\/index(?=\?|$)/,``);function S(e){return typeof e==`object`&&!!e&&!Array.isArray(e)}function C(e,t){if(!S(e)&&!S(t))return t;let n={...e};for(let e in t){let r=t[e];S(n[e])&&S(r)?n[e]=C(n[e],r):n[e]=r}return n}var w=(e,t)=>new Proxy(()=>{},{get(n,r){if(!(typeof r!=`string`||r===`then`))return w(e,[...t,r])},apply(n,r,i){return e({path:t,args:i})}}),ee=class{url;method;buildSearchParams;queryParams=void 0;pathParams={};rBody;cType=void 0;constructor(e,t,n){this.url=e,this.method=t,this.buildSearchParams=n.buildSearchParams}fetch=async(e,t)=>{if(e){if(e.query&&(this.queryParams=this.buildSearchParams(e.query)),e.form){let t=new FormData;for(let[n,r]of Object.entries(e.form))if(r!==void 0)if(Array.isArray(r))for(let e of r)t.append(n,e);else t.append(n,r);this.rBody=t}e.json&&(this.rBody=JSON.stringify(e.json),this.cType=`application/json`),e.param&&(this.pathParams=e.param)}let n=this.method.toUpperCase(),r={...e?.header,...typeof t?.headers==`function`?await t.headers():t?.headers};if(e?.cookie){let t=[];for(let[n,r]of Object.entries(e.cookie))t.push(g(n,r,{path:`/`}));r.Cookie=t.join(`,`)}this.cType&&(r[`Content-Type`]=this.cType);let i=new Headers(r??void 0),a=this.url;a=x(a),a=v(a,this.pathParams),this.queryParams&&(a=a+`?`+this.queryParams.toString()),n=this.method.toUpperCase();let o=!(n===`GET`||n===`HEAD`);return(t?.fetch||fetch)(a,{body:o?this.rBody:void 0,method:n,headers:i,...t?.init})}},te=(e,t)=>w(function n(r){let i=t?.buildSearchParams??y,a=[...r.path],o=a.slice(-3).reverse();if(o[0]===`toString`)return o[1]===`name`?o[2]||``:n.toString();if(o[0]===`valueOf`)return o[1]===`name`?o[2]||``:n;let s=``;if(/^\$/.test(o[0])){let e=a.pop();e&&(s=e.replace(/^\$/,``))}let c=_(e,a.join(`/`));if(s===`url`||s===`path`){let t=c;return r.args[0]&&(r.args[0].param&&(t=v(c,r.args[0].param)),r.args[0].query&&(t=t+`?`+i(r.args[0].query).toString())),t=x(t),s===`url`?new URL(t):t.slice(e.replace(/\/+$/,``).length).replace(/^\/?/,`/`)}if(s===`ws`){let e=b(r.args[0]&&r.args[0].param?v(c,r.args[0].param):c,`ws`),n=new URL(e),i=r.args[0]?.query;return i&&Object.entries(i).forEach(([e,t])=>{Array.isArray(t)?t.forEach(t=>n.searchParams.append(e,t)):n.searchParams.set(e,t)}),((...e)=>t?.webSocket!==void 0&&typeof t.webSocket==`function`?t.webSocket(...e):new WebSocket(...e))(n.toString())}let l=new ee(c,s,{buildSearchParams:i});if(s){t??={};let e={...r.args[1]},n=t.headers,i=e.headers;n&&i&&(e.headers=async()=>({...typeof n==`function`?await n():n,...typeof i==`function`?await i():i}));let a=C(t,e);return l.fetch(r.args[0],a)}return l},[]);function ne(e={}){let{baseUrl:t=``,token:n,headers:r,fetch:i}=e;return te(t,{headers:{...n?{Authorization:`Bearer ${n}`}:{},...r},...i?{fetch:i}:{}})}var T=class{constructor(){this.listeners=new Set,this.subscribe=this.subscribe.bind(this)}subscribe(e){return this.listeners.add(e),this.onSubscribe(),()=>{this.listeners.delete(e),this.onUnsubscribe()}}hasListeners(){return this.listeners.size>0}onSubscribe(){}onUnsubscribe(){}},re=new class extends T{#e;#t;#n;constructor(){super(),this.#n=e=>{if(typeof window<`u`&&window.addEventListener){let t=()=>e();return window.addEventListener(`visibilitychange`,t,!1),()=>{window.removeEventListener(`visibilitychange`,t)}}}}onSubscribe(){this.#t||this.setEventListener(this.#n)}onUnsubscribe(){this.hasListeners()||(this.#t?.(),this.#t=void 0)}setEventListener(e){this.#n=e,this.#t?.(),this.#t=e(e=>{typeof e==`boolean`?this.setFocused(e):this.onFocus()})}setFocused(e){this.#e!==e&&(this.#e=e,this.onFocus())}onFocus(){let e=this.isFocused();this.listeners.forEach(t=>{t(e)})}isFocused(){return typeof this.#e==`boolean`?this.#e:globalThis.document?.visibilityState!==`hidden`}},ie={setTimeout:(e,t)=>setTimeout(e,t),clearTimeout:e=>clearTimeout(e),setInterval:(e,t)=>setInterval(e,t),clearInterval:e=>clearInterval(e)},E=new class{#e=ie;setTimeoutProvider(e){this.#e=e}setTimeout(e,t){return this.#e.setTimeout(e,t)}clearTimeout(e){this.#e.clearTimeout(e)}setInterval(e,t){return this.#e.setInterval(e,t)}clearInterval(e){this.#e.clearInterval(e)}};function ae(e){setTimeout(e,0)}var oe=typeof window>`u`||`Deno`in globalThis;function D(){}function se(e,t){return typeof e==`function`?e(t):e}function ce(e){return typeof e==`number`&&e>=0&&e!==1/0}function le(e,t){return Math.max(e+(t||0)-Date.now(),0)}function O(e,t){return typeof e==`function`?e(t):e}function k(e,t){return typeof e==`function`?e(t):e}function ue(e,t){let{type:n=`all`,exact:r,fetchStatus:i,predicate:a,queryKey:o,stale:s}=e;if(o){if(r){if(t.queryHash!==fe(o,t.options))return!1}else if(!pe(t.queryKey,o))return!1}if(n!==`all`){let e=t.isActive();if(n===`active`&&!e||n===`inactive`&&e)return!1}return!(typeof s==`boolean`&&t.isStale()!==s||i&&i!==t.state.fetchStatus||a&&!a(t))}function de(e,t){let{exact:n,status:r,predicate:i,mutationKey:a}=e;if(a){if(!t.options.mutationKey)return!1;if(n){if(A(t.options.mutationKey)!==A(a))return!1}else if(!pe(t.options.mutationKey,a))return!1}return!(r&&t.state.status!==r||i&&!i(t))}function fe(e,t){return(t?.queryKeyHashFn||A)(e)}function A(e){return JSON.stringify(e,(e,t)=>ve(t)?Object.keys(t).sort().reduce((e,n)=>(e[n]=t[n],e),{}):t)}function pe(e,t){return e===t?!0:typeof e==typeof t&&e&&t&&typeof e==`object`&&typeof t==`object`?Object.keys(t).every(n=>pe(e[n],t[n])):!1}var me=Object.prototype.hasOwnProperty;function he(e,t,n=0){if(e===t)return e;if(n>500)return t;let r=_e(e)&&_e(t);if(!r&&!(ve(e)&&ve(t)))return t;let i=(r?e:Object.keys(e)).length,a=r?t:Object.keys(t),o=a.length,s=r?Array(o):{},c=0;for(let l=0;l<o;l++){let o=r?l:a[l],u=e[o],d=t[o];if(u===d){s[o]=u,(r?l<i:me.call(e,o))&&c++;continue}if(u===null||d===null||typeof u!=`object`||typeof d!=`object`){s[o]=d;continue}let f=he(u,d,n+1);s[o]=f,f===u&&c++}return i===o&&c===i?e:s}function ge(e,t){if(!t||Object.keys(e).length!==Object.keys(t).length)return!1;for(let n in e)if(e[n]!==t[n])return!1;return!0}function _e(e){return Array.isArray(e)&&e.length===Object.keys(e).length}function ve(e){if(!ye(e))return!1;let t=e.constructor;if(t===void 0)return!0;let n=t.prototype;return!(!ye(n)||!n.hasOwnProperty(`isPrototypeOf`)||Object.getPrototypeOf(e)!==Object.prototype)}function ye(e){return Object.prototype.toString.call(e)===`[object Object]`}function be(e){return new Promise(t=>{E.setTimeout(t,e)})}function xe(e,t,n){return typeof n.structuralSharing==`function`?n.structuralSharing(e,t):n.structuralSharing===!1?t:he(e,t)}function Se(e,t,n=0){let r=[...e,t];return n&&r.length>n?r.slice(1):r}function Ce(e,t,n=0){let r=[t,...e];return n&&r.length>n?r.slice(0,-1):r}var we=Symbol();function Te(e,t){return!e.queryFn&&t?.initialPromise?()=>t.initialPromise:!e.queryFn||e.queryFn===we?()=>Promise.reject(Error(`Missing queryFn: '${e.queryHash}'`)):e.queryFn}function Ee(e,t){return typeof e==`function`?e(...t):!!e}function De(e,t,n){let r=!1,i;return Object.defineProperty(e,"signal",{enumerable:!0,get:()=>(i??=t(),r?i:(r=!0,i.aborted?n():i.addEventListener(`abort`,n,{once:!0}),i))}),e}var Oe=(()=>{let e=()=>oe;return{isServer(){return e()},setIsServer(t){e=t}}})();function ke(){let e,t,n=new Promise((n,r)=>{e=n,t=r});n.status=`pending`,n.catch(()=>{});function r(e){Object.assign(n,e),delete n.resolve,delete n.reject}return n.resolve=t=>{r({status:`fulfilled`,value:t}),e(t)},n.reject=e=>{r({status:`rejected`,reason:e}),t(e)},n}var Ae=ae;function je(){let e=[],t=0,n=e=>{e()},r=e=>{e()},i=Ae,a=r=>{t?e.push(r):i(()=>{n(r)})},o=()=>{let t=e;e=[],t.length&&i(()=>{r(()=>{t.forEach(e=>{n(e)})})})};return{batch:e=>{let n;t++;try{n=e()}finally{t--,t||o()}return n},batchCalls:e=>(...t)=>{a(()=>{e(...t)})},schedule:a,setNotifyFunction:e=>{n=e},setBatchNotifyFunction:e=>{r=e},setScheduler:e=>{i=e}}}var j=je(),Me=new class extends T{#e=!0;#t;#n;constructor(){super(),this.#n=e=>{if(typeof window<`u`&&window.addEventListener){let t=()=>e(!0),n=()=>e(!1);return window.addEventListener(`online`,t,!1),window.addEventListener(`offline`,n,!1),()=>{window.removeEventListener(`online`,t),window.removeEventListener(`offline`,n)}}}}onSubscribe(){this.#t||this.setEventListener(this.#n)}onUnsubscribe(){this.hasListeners()||(this.#t?.(),this.#t=void 0)}setEventListener(e){this.#n=e,this.#t?.(),this.#t=e(this.setOnline.bind(this))}setOnline(e){this.#e!==e&&(this.#e=e,this.listeners.forEach(t=>{t(e)}))}isOnline(){return this.#e}};function Ne(e){return Math.min(1e3*2**e,3e4)}function Pe(e){return(e??`online`)!==`online`||Me.isOnline()}var Fe=class extends Error{constructor(e){super(`CancelledError`),this.revert=e?.revert,this.silent=e?.silent}};function Ie(e){let t=!1,n=0,r,i=ke(),a=()=>i.status!==`pending`,o=t=>{if(!a()){let n=new Fe(t);f(n),e.onCancel?.(n)}},s=()=>{t=!0},c=()=>{t=!1},l=()=>re.isFocused()&&(e.networkMode===`always`||Me.isOnline())&&e.canRun(),u=()=>Pe(e.networkMode)&&e.canRun(),d=e=>{a()||(r?.(),i.resolve(e))},f=e=>{a()||(r?.(),i.reject(e))},p=()=>new Promise(t=>{r=e=>{(a()||l())&&t(e)},e.onPause?.()}).then(()=>{r=void 0,a()||e.onContinue?.()}),m=()=>{if(a())return;let r,i=n===0?e.initialPromise:void 0;try{r=i??e.fn()}catch(e){r=Promise.reject(e)}Promise.resolve(r).then(d).catch(r=>{if(a())return;let i=e.retry??(Oe.isServer()?0:3),o=e.retryDelay??Ne,s=typeof o==`function`?o(n,r):o,c=i===!0||typeof i==`number`&&n<i||typeof i==`function`&&i(n,r);if(t||!c){f(r);return}n++,e.onFail?.(n,r),be(s).then(()=>l()?void 0:p()).then(()=>{t?f(r):m()})})};return{promise:i,status:()=>i.status,cancel:o,continue:()=>(r?.(),i),cancelRetry:s,continueRetry:c,canStart:u,start:()=>(u()?m():p().then(m),i)}}var Le=class{#e;destroy(){this.clearGcTimeout()}scheduleGc(){this.clearGcTimeout(),ce(this.gcTime)&&(this.#e=E.setTimeout(()=>{this.optionalRemove()},this.gcTime))}updateGcTime(e){this.gcTime=Math.max(this.gcTime||0,e??(Oe.isServer()?1/0:300*1e3))}clearGcTimeout(){this.#e!==void 0&&(E.clearTimeout(this.#e),this.#e=void 0)}};function Re(e){return{onFetch:(t,n)=>{let r=t.options,i=t.fetchOptions?.meta?.fetchMore?.direction,a=t.state.data?.pages||[],o=t.state.data?.pageParams||[],s={pages:[],pageParams:[]},c=0,l=async()=>{let n=!1,l=e=>{De(e,()=>t.signal,()=>n=!0)},u=Te(t.options,t.fetchOptions),d=async(e,r,i)=>{if(n)return Promise.reject(t.signal.reason);if(r==null&&e.pages.length)return Promise.resolve(e);let a=(()=>{let e={client:t.client,queryKey:t.queryKey,pageParam:r,direction:i?`backward`:`forward`,meta:t.options.meta};return l(e),e})(),o=await u(a),{maxPages:s}=t.options,c=i?Ce:Se;return{pages:c(e.pages,o,s),pageParams:c(e.pageParams,r,s)}};if(i&&a.length){let e=i===`backward`,t=e?Be:ze,n={pages:a,pageParams:o};s=await d(n,t(r,n),e)}else{let t=e??a.length;do{let e=c===0?o[0]??r.initialPageParam:ze(r,s);if(c>0&&e==null)break;s=await d(s,e),c++}while(c<t)}return s};t.options.persister?t.fetchFn=()=>t.options.persister?.(l,{client:t.client,queryKey:t.queryKey,meta:t.options.meta,signal:t.signal},n):t.fetchFn=l}}}function ze(e,{pages:t,pageParams:n}){let r=t.length-1;return t.length>0?e.getNextPageParam(t[r],t,n[r],n):void 0}function Be(e,{pages:t,pageParams:n}){return t.length>0?e.getPreviousPageParam?.(t[0],t,n[0],n):void 0}var Ve=class extends Le{#e;#t;#n;#r;#i;#a;#o;#s;constructor(e){super(),this.#s=!1,this.#o=e.defaultOptions,this.setOptions(e.options),this.observers=[],this.#i=e.client,this.#r=this.#i.getQueryCache(),this.queryKey=e.queryKey,this.queryHash=e.queryHash,this.#t=We(this.options),this.state=e.state??this.#t,this.scheduleGc()}get meta(){return this.options.meta}get queryType(){return this.#e}get promise(){return this.#a?.promise}setOptions(e){if(this.options={...this.#o,...e},e?._type&&(this.#e=e._type),this.updateGcTime(this.options.gcTime),this.state&&this.state.data===void 0){let e=We(this.options);e.data!==void 0&&(this.setState(Ue(e.data,e.dataUpdatedAt)),this.#t=e)}}optionalRemove(){!this.observers.length&&this.state.fetchStatus===`idle`&&this.#r.remove(this)}setData(e,t){let n=xe(this.state.data,e,this.options);return this.#l({data:n,type:`success`,dataUpdatedAt:t?.updatedAt,manual:t?.manual}),n}setState(e){this.#l({type:`setState`,state:e})}cancel(e){let t=this.#a?.promise;return this.#a?.cancel(e),t?t.then(D).catch(D):Promise.resolve()}destroy(){super.destroy(),this.cancel({silent:!0})}get resetState(){return this.#t}reset(){this.destroy(),this.setState(this.resetState)}isActive(){return this.observers.some(e=>k(e.options.enabled,this)!==!1)}isDisabled(){return this.getObserversCount()>0?!this.isActive():this.options.queryFn===we||!this.isFetched()}isFetched(){return this.state.dataUpdateCount+this.state.errorUpdateCount>0}isStatic(){return this.getObserversCount()>0&&this.observers.some(e=>O(e.options.staleTime,this)===`static`)}isStale(){return this.getObserversCount()>0?this.observers.some(e=>e.getCurrentResult().isStale):this.state.data===void 0||this.state.isInvalidated}isStaleByTime(e=0){return this.state.data===void 0?!0:e===`static`?!1:this.state.isInvalidated?!0:!le(this.state.dataUpdatedAt,e)}onFocus(){this.observers.find(e=>e.shouldFetchOnWindowFocus())?.refetch({cancelRefetch:!1}),this.#a?.continue()}onOnline(){this.observers.find(e=>e.shouldFetchOnReconnect())?.refetch({cancelRefetch:!1}),this.#a?.continue()}addObserver(e){this.observers.includes(e)||(this.observers.push(e),this.clearGcTimeout(),this.#r.notify({type:`observerAdded`,query:this,observer:e}))}removeObserver(e){this.observers.includes(e)&&(this.observers=this.observers.filter(t=>t!==e),this.observers.length||(this.#a&&(this.#s||this.#c()?this.#a.cancel({revert:!0}):this.#a.cancelRetry()),this.scheduleGc()),this.#r.notify({type:`observerRemoved`,query:this,observer:e}))}getObserversCount(){return this.observers.length}#c(){return this.state.fetchStatus===`paused`&&this.state.status===`pending`}invalidate(){this.state.isInvalidated||this.#l({type:`invalidate`})}async fetch(e,t){if(this.state.fetchStatus!==`idle`&&this.#a?.status()!==`rejected`){if(this.state.data!==void 0&&t?.cancelRefetch)this.cancel({silent:!0});else if(this.#a)return this.#a.continueRetry(),this.#a.promise}if(e&&this.setOptions(e),!this.options.queryFn){let e=this.observers.find(e=>e.options.queryFn);e&&this.setOptions(e.options)}let n=new AbortController,r=e=>{Object.defineProperty(e,"signal",{enumerable:!0,get:()=>(this.#s=!0,n.signal)})},i=()=>{let e=Te(this.options,t),n=(()=>{let e={client:this.#i,queryKey:this.queryKey,meta:this.meta};return r(e),e})();return this.#s=!1,this.options.persister?this.options.persister(e,n,this):e(n)},a=(()=>{let e={fetchOptions:t,options:this.options,queryKey:this.queryKey,client:this.#i,state:this.state,fetchFn:i};return r(e),e})();(this.#e===`infinite`?Re(this.options.pages):this.options.behavior)?.onFetch(a,this),this.#n=this.state,(this.state.fetchStatus===`idle`||this.state.fetchMeta!==a.fetchOptions?.meta)&&this.#l({type:`fetch`,meta:a.fetchOptions?.meta}),this.#a=Ie({initialPromise:t?.initialPromise,fn:a.fetchFn,onCancel:e=>{e instanceof Fe&&e.revert&&this.setState({...this.#n,fetchStatus:`idle`}),n.abort()},onFail:(e,t)=>{this.#l({type:`failed`,failureCount:e,error:t})},onPause:()=>{this.#l({type:`pause`})},onContinue:()=>{this.#l({type:`continue`})},retry:a.options.retry,retryDelay:a.options.retryDelay,networkMode:a.options.networkMode,canRun:()=>!0});try{let e=await this.#a.start();if(e===void 0)throw Error(`${this.queryHash} data is undefined`);return this.setData(e),this.#r.config.onSuccess?.(e,this),this.#r.config.onSettled?.(e,this.state.error,this),e}catch(e){if(e instanceof Fe){if(e.silent)return this.#a.promise;if(e.revert){if(this.state.data===void 0)throw e;return this.state.data}}throw this.#l({type:`error`,error:e}),this.#r.config.onError?.(e,this),this.#r.config.onSettled?.(this.state.data,e,this),e}finally{this.scheduleGc()}}#l(e){let t=t=>{switch(e.type){case`failed`:return{...t,fetchFailureCount:e.failureCount,fetchFailureReason:e.error};case`pause`:return{...t,fetchStatus:`paused`};case`continue`:return{...t,fetchStatus:`fetching`};case`fetch`:return{...t,...He(t.data,this.options),fetchMeta:e.meta??null};case`success`:let n={...t,...Ue(e.data,e.dataUpdatedAt),dataUpdateCount:t.dataUpdateCount+1,...!e.manual&&{fetchStatus:`idle`,fetchFailureCount:0,fetchFailureReason:null}};return this.#n=e.manual?n:void 0,n;case`error`:let r=e.error;return{...t,error:r,errorUpdateCount:t.errorUpdateCount+1,errorUpdatedAt:Date.now(),fetchFailureCount:t.fetchFailureCount+1,fetchFailureReason:r,fetchStatus:`idle`,status:`error`,isInvalidated:!0};case`invalidate`:return{...t,isInvalidated:!0};case`setState`:return{...t,...e.state}}};this.state=t(this.state),j.batch(()=>{this.observers.forEach(e=>{e.onQueryUpdate()}),this.#r.notify({query:this,type:`updated`,action:e})})}};function He(e,t){return{fetchFailureCount:0,fetchFailureReason:null,fetchStatus:Pe(t.networkMode)?`fetching`:`paused`,...e===void 0&&{error:null,status:`pending`}}}function Ue(e,t){return{data:e,dataUpdatedAt:t??Date.now(),error:null,isInvalidated:!1,status:`success`}}function We(e){let t=typeof e.initialData==`function`?e.initialData():e.initialData,n=t!==void 0,r=n?typeof e.initialDataUpdatedAt==`function`?e.initialDataUpdatedAt():e.initialDataUpdatedAt:0;return{data:t,dataUpdateCount:0,dataUpdatedAt:n?r??Date.now():0,error:null,errorUpdateCount:0,errorUpdatedAt:0,fetchFailureCount:0,fetchFailureReason:null,fetchMeta:null,isInvalidated:!1,status:n?`success`:`pending`,fetchStatus:`idle`}}var Ge=class extends T{constructor(e,t){super(),this.options=t,this.#e=e,this.#s=null,this.#o=ke(),this.bindMethods(),this.setOptions(t)}#e;#t=void 0;#n=void 0;#r=void 0;#i;#a;#o;#s;#c;#l;#u;#d;#f;#p;#m=new Set;bindMethods(){this.refetch=this.refetch.bind(this)}onSubscribe(){this.listeners.size===1&&(this.#t.addObserver(this),qe(this.#t,this.options)?this.#h():this.updateResult(),this.#y())}onUnsubscribe(){this.hasListeners()||this.destroy()}shouldFetchOnReconnect(){return Je(this.#t,this.options,this.options.refetchOnReconnect)}shouldFetchOnWindowFocus(){return Je(this.#t,this.options,this.options.refetchOnWindowFocus)}destroy(){this.listeners=new Set,this.#b(),this.#x(),this.#t.removeObserver(this)}setOptions(e){let t=this.options,n=this.#t;if(this.options=this.#e.defaultQueryOptions(e),this.options.enabled!==void 0&&typeof this.options.enabled!=`boolean`&&typeof this.options.enabled!=`function`&&typeof k(this.options.enabled,this.#t)!=`boolean`)throw Error(`Expected enabled to be a boolean or a callback that returns a boolean`);this.#S(),this.#t.setOptions(this.options),t._defaulted&&!ge(this.options,t)&&this.#e.getQueryCache().notify({type:`observerOptionsUpdated`,query:this.#t,observer:this});let r=this.hasListeners();r&&Ye(this.#t,n,this.options,t)&&this.#h(),this.updateResult(),r&&(this.#t!==n||k(this.options.enabled,this.#t)!==k(t.enabled,this.#t)||O(this.options.staleTime,this.#t)!==O(t.staleTime,this.#t))&&this.#g();let i=this.#_();r&&(this.#t!==n||k(this.options.enabled,this.#t)!==k(t.enabled,this.#t)||i!==this.#p)&&this.#v(i)}getOptimisticResult(e){let t=this.#e.getQueryCache().build(this.#e,e),n=this.createResult(t,e);return Ze(this,n)&&(this.#r=n,this.#a=this.options,this.#i=this.#t.state),n}getCurrentResult(){return this.#r}trackResult(e,t){return new Proxy(e,{get:(e,n)=>(this.trackProp(n),t?.(n),n===`promise`&&(this.trackProp(`data`),!this.options.experimental_prefetchInRender&&this.#o.status===`pending`&&this.#o.reject(Error(`experimental_prefetchInRender feature flag is not enabled`))),Reflect.get(e,n))})}trackProp(e){this.#m.add(e)}getCurrentQuery(){return this.#t}refetch({...e}={}){return this.fetch({...e})}fetchOptimistic(e){let t=this.#e.defaultQueryOptions(e),n=this.#e.getQueryCache().build(this.#e,t);return n.fetch().then(()=>this.createResult(n,t))}fetch(e){return this.#h({...e,cancelRefetch:e.cancelRefetch??!0}).then(()=>(this.updateResult(),this.#r))}#h(e){this.#S();let t=this.#t.fetch(this.options,e);return e?.throwOnError||(t=t.catch(D)),t}#g(){this.#b();let e=O(this.options.staleTime,this.#t);if(Oe.isServer()||this.#r.isStale||!ce(e))return;let t=le(this.#r.dataUpdatedAt,e)+1;this.#d=E.setTimeout(()=>{this.#r.isStale||this.updateResult()},t)}#_(){return(typeof this.options.refetchInterval==`function`?this.options.refetchInterval(this.#t):this.options.refetchInterval)??!1}#v(e){this.#x(),this.#p=e,!(Oe.isServer()||k(this.options.enabled,this.#t)===!1||!ce(this.#p)||this.#p===0)&&(this.#f=E.setInterval(()=>{(this.options.refetchIntervalInBackground||re.isFocused())&&this.#h()},this.#p))}#y(){this.#g(),this.#v(this.#_())}#b(){this.#d!==void 0&&(E.clearTimeout(this.#d),this.#d=void 0)}#x(){this.#f!==void 0&&(E.clearInterval(this.#f),this.#f=void 0)}createResult(e,t){let n=this.#t,r=this.options,i=this.#r,a=this.#i,o=this.#a,s=e===n?this.#n:e.state,{state:c}=e,l={...c},u=!1,d;if(t._optimisticResults){let i=this.hasListeners(),a=!i&&qe(e,t),o=i&&Ye(e,n,t,r);(a||o)&&(l={...l,...He(c.data,e.options)}),t._optimisticResults===`isRestoring`&&(l.fetchStatus=`idle`)}let{error:f,errorUpdatedAt:p,status:m}=l;d=l.data;let h=!1;if(t.placeholderData!==void 0&&d===void 0&&m===`pending`){let e;i?.isPlaceholderData&&t.placeholderData===o?.placeholderData?(e=i.data,h=!0):e=typeof t.placeholderData==`function`?t.placeholderData(this.#u?.state.data,this.#u):t.placeholderData,e!==void 0&&(m=`success`,d=xe(i?.data,e,t),u=!0)}if(t.select&&d!==void 0&&!h)if(i&&d===a?.data&&t.select===this.#c)d=this.#l;else try{this.#c=t.select,d=t.select(d),d=xe(i?.data,d,t),this.#l=d,this.#s=null}catch(e){this.#s=e}this.#s&&(f=this.#s,d=this.#l,p=Date.now(),m=`error`);let g=l.fetchStatus===`fetching`,_=m===`pending`,v=m===`error`,y=_&&g,b=d!==void 0,x={status:m,fetchStatus:l.fetchStatus,isPending:_,isSuccess:m===`success`,isError:v,isInitialLoading:y,isLoading:y,data:d,dataUpdatedAt:l.dataUpdatedAt,error:f,errorUpdatedAt:p,failureCount:l.fetchFailureCount,failureReason:l.fetchFailureReason,errorUpdateCount:l.errorUpdateCount,isFetched:e.isFetched(),isFetchedAfterMount:l.dataUpdateCount>s.dataUpdateCount||l.errorUpdateCount>s.errorUpdateCount,isFetching:g,isRefetching:g&&!_,isLoadingError:v&&!b,isPaused:l.fetchStatus===`paused`,isPlaceholderData:u,isRefetchError:v&&b,isStale:Xe(e,t),refetch:this.refetch,promise:this.#o,isEnabled:k(t.enabled,e)!==!1};if(this.options.experimental_prefetchInRender){let t=x.data!==void 0,r=x.status===`error`&&!t,i=e=>{r?e.reject(x.error):t&&e.resolve(x.data)},a=()=>{let e=this.#o=x.promise=ke();i(e)},o=this.#o;switch(o.status){case`pending`:e.queryHash===n.queryHash&&i(o);break;case`fulfilled`:(r||x.data!==o.value)&&a();break;case`rejected`:(!r||x.error!==o.reason)&&a();break}}return x}updateResult(){let e=this.#r,t=this.createResult(this.#t,this.options);this.#i=this.#t.state,this.#a=this.options,this.#i.data!==void 0&&(this.#u=this.#t),!ge(t,e)&&(this.#r=t,this.#C({listeners:(()=>{if(!e)return!0;let{notifyOnChangeProps:t}=this.options,n=typeof t==`function`?t():t;if(n===`all`||!n&&!this.#m.size)return!0;let r=new Set(n??this.#m);return this.options.throwOnError&&r.add(`error`),Object.keys(this.#r).some(t=>{let n=t;return this.#r[n]!==e[n]&&r.has(n)})})()}))}#S(){let e=this.#e.getQueryCache().build(this.#e,this.options);if(e===this.#t)return;let t=this.#t;this.#t=e,this.#n=e.state,this.hasListeners()&&(t?.removeObserver(this),e.addObserver(this))}onQueryUpdate(){this.updateResult(),this.hasListeners()&&this.#y()}#C(e){j.batch(()=>{e.listeners&&this.listeners.forEach(e=>{e(this.#r)}),this.#e.getQueryCache().notify({query:this.#t,type:`observerResultsUpdated`})})}};function Ke(e,t){return k(t.enabled,e)!==!1&&e.state.data===void 0&&!(e.state.status===`error`&&k(t.retryOnMount,e)===!1)}function qe(e,t){return Ke(e,t)||e.state.data!==void 0&&Je(e,t,t.refetchOnMount)}function Je(e,t,n){if(k(t.enabled,e)!==!1&&O(t.staleTime,e)!==`static`){let r=typeof n==`function`?n(e):n;return r===`always`||r!==!1&&Xe(e,t)}return!1}function Ye(e,t,n,r){return(e!==t||k(r.enabled,e)===!1)&&(!n.suspense||e.state.status!==`error`)&&Xe(e,n)}function Xe(e,t){return k(t.enabled,e)!==!1&&e.isStaleByTime(O(t.staleTime,e))}function Ze(e,t){return!ge(e.getCurrentResult(),t)}var Qe=class extends Le{#e;#t;#n;#r;constructor(e){super(),this.#e=e.client,this.mutationId=e.mutationId,this.#n=e.mutationCache,this.#t=[],this.state=e.state||$e(),this.setOptions(e.options),this.scheduleGc()}setOptions(e){this.options=e,this.updateGcTime(this.options.gcTime)}get meta(){return this.options.meta}addObserver(e){this.#t.includes(e)||(this.#t.push(e),this.clearGcTimeout(),this.#n.notify({type:`observerAdded`,mutation:this,observer:e}))}removeObserver(e){this.#t=this.#t.filter(t=>t!==e),this.scheduleGc(),this.#n.notify({type:`observerRemoved`,mutation:this,observer:e})}optionalRemove(){this.#t.length||(this.state.status===`pending`?this.scheduleGc():this.#n.remove(this))}continue(){return this.#r?.continue()??this.execute(this.state.variables)}async execute(e){let t=()=>{this.#i({type:`continue`})},n={client:this.#e,meta:this.options.meta,mutationKey:this.options.mutationKey};this.#r=Ie({fn:()=>this.options.mutationFn?this.options.mutationFn(e,n):Promise.reject(Error(`No mutationFn found`)),onFail:(e,t)=>{this.#i({type:`failed`,failureCount:e,error:t})},onPause:()=>{this.#i({type:`pause`})},onContinue:t,retry:this.options.retry??0,retryDelay:this.options.retryDelay,networkMode:this.options.networkMode,canRun:()=>this.#n.canRun(this)});let r=this.state.status===`pending`,i=!this.#r.canStart();try{if(r)t();else{this.#i({type:`pending`,variables:e,isPaused:i}),this.#n.config.onMutate&&await this.#n.config.onMutate(e,this,n);let t=await this.options.onMutate?.(e,n);t!==this.state.context&&this.#i({type:`pending`,context:t,variables:e,isPaused:i})}let a=await this.#r.start();return await this.#n.config.onSuccess?.(a,e,this.state.context,this,n),await this.options.onSuccess?.(a,e,this.state.context,n),await this.#n.config.onSettled?.(a,null,this.state.variables,this.state.context,this,n),await this.options.onSettled?.(a,null,e,this.state.context,n),this.#i({type:`success`,data:a}),a}catch(t){try{await this.#n.config.onError?.(t,e,this.state.context,this,n)}catch(e){Promise.reject(e)}try{await this.options.onError?.(t,e,this.state.context,n)}catch(e){Promise.reject(e)}try{await this.#n.config.onSettled?.(void 0,t,this.state.variables,this.state.context,this,n)}catch(e){Promise.reject(e)}try{await this.options.onSettled?.(void 0,t,e,this.state.context,n)}catch(e){Promise.reject(e)}throw this.#i({type:`error`,error:t}),t}finally{this.#n.runNext(this)}}#i(e){let t=t=>{switch(e.type){case`failed`:return{...t,failureCount:e.failureCount,failureReason:e.error};case`pause`:return{...t,isPaused:!0};case`continue`:return{...t,isPaused:!1};case`pending`:return{...t,context:e.context,data:void 0,failureCount:0,failureReason:null,error:null,isPaused:e.isPaused,status:`pending`,variables:e.variables,submittedAt:Date.now()};case`success`:return{...t,data:e.data,failureCount:0,failureReason:null,error:null,status:`success`,isPaused:!1};case`error`:return{...t,data:void 0,error:e.error,failureCount:t.failureCount+1,failureReason:e.error,isPaused:!1,status:`error`}}};this.state=t(this.state),j.batch(()=>{this.#t.forEach(t=>{t.onMutationUpdate(e)}),this.#n.notify({mutation:this,type:`updated`,action:e})})}};function $e(){return{context:void 0,data:void 0,error:null,failureCount:0,failureReason:null,isPaused:!1,status:`idle`,variables:void 0,submittedAt:0}}var et=class extends T{#e;#t=void 0;#n;#r;constructor(e,t){super(),this.#e=e,this.setOptions(t),this.bindMethods(),this.#i()}bindMethods(){this.mutate=this.mutate.bind(this),this.reset=this.reset.bind(this)}setOptions(e){let t=this.options;this.options=this.#e.defaultMutationOptions(e),ge(this.options,t)||this.#e.getMutationCache().notify({type:`observerOptionsUpdated`,mutation:this.#n,observer:this}),t?.mutationKey&&this.options.mutationKey&&A(t.mutationKey)!==A(this.options.mutationKey)?this.reset():this.#n?.state.status===`pending`&&this.#n.setOptions(this.options)}onUnsubscribe(){this.hasListeners()||this.#n?.removeObserver(this)}onMutationUpdate(e){this.#i(),this.#a(e)}getCurrentResult(){return this.#t}reset(){this.#n?.removeObserver(this),this.#n=void 0,this.#i(),this.#a()}mutate(e,t){return this.#r=t,this.#n?.removeObserver(this),this.#n=this.#e.getMutationCache().build(this.#e,this.options),this.#n.addObserver(this),this.#n.execute(e)}#i(){let e=this.#n?.state??$e();this.#t={...e,isPending:e.status===`pending`,isSuccess:e.status===`success`,isError:e.status===`error`,isIdle:e.status===`idle`,mutate:this.mutate,reset:this.reset}}#a(e){j.batch(()=>{if(this.#r&&this.hasListeners()){let t=this.#t.variables,n=this.#t.context,r={client:this.#e,meta:this.options.meta,mutationKey:this.options.mutationKey};if(e?.type===`success`){try{this.#r.onSuccess?.(e.data,t,n,r)}catch(e){Promise.reject(e)}try{this.#r.onSettled?.(e.data,null,t,n,r)}catch(e){Promise.reject(e)}}else if(e?.type===`error`){try{this.#r.onError?.(e.error,t,n,r)}catch(e){Promise.reject(e)}try{this.#r.onSettled?.(void 0,e.error,t,n,r)}catch(e){Promise.reject(e)}}}this.listeners.forEach(e=>{e(this.#t)})})}},M=e(t(),1),N=r(),tt=M.createContext(void 0),P=e=>{let t=M.useContext(tt);if(e)return e;if(!t)throw Error(`No QueryClient set, use QueryClientProvider to set one`);return t},nt=({client:e,children:t})=>(M.useEffect(()=>(e.mount(),()=>{e.unmount()}),[e]),(0,N.jsx)(tt.Provider,{value:e,children:t})),rt=M.createContext(!1),it=()=>M.useContext(rt);rt.Provider;function at(){let e=!1;return{clearReset:()=>{e=!1},reset:()=>{e=!0},isReset:()=>e}}var ot=M.createContext(at()),st=()=>M.useContext(ot),ct=(e,t,n)=>{let r=n?.state.error&&typeof e.throwOnError==`function`?Ee(e.throwOnError,[n.state.error,n]):e.throwOnError;(e.suspense||e.experimental_prefetchInRender||r)&&(t.isReset()||(e.retryOnMount=!1))},lt=e=>{M.useEffect(()=>{e.clearReset()},[e])},ut=({result:e,errorResetBoundary:t,throwOnError:n,query:r,suspense:i})=>e.isError&&!t.isReset()&&!e.isFetching&&r&&(i&&e.data===void 0||Ee(n,[e.error,r])),dt=e=>{if(e.suspense){let t=1e3,n=e=>e===`static`?e:Math.max(e??t,t),r=e.staleTime;e.staleTime=typeof r==`function`?(...e)=>n(r(...e)):n(r),typeof e.gcTime==`number`&&(e.gcTime=Math.max(e.gcTime,t))}},ft=(e,t)=>e.isLoading&&e.isFetching&&!t,pt=(e,t)=>e?.suspense&&t.isPending,mt=(e,t,n)=>t.fetchOptimistic(e).catch(()=>{n.clearReset()});function ht(e,t,n){let r=it(),i=st(),a=P(n),o=a.defaultQueryOptions(e);a.getDefaultOptions().queries?._experimental_beforeQuery?.(o);let s=a.getQueryCache().get(o.queryHash),c=e.subscribed!==!1;o._optimisticResults=r?`isRestoring`:c?`optimistic`:void 0,dt(o),ct(o,i,s),lt(i);let l=!a.getQueryCache().get(o.queryHash),[u]=M.useState(()=>new t(a,o)),d=u.getOptimisticResult(o),f=!r&&c;if(M.useSyncExternalStore(M.useCallback(e=>{let t=f?u.subscribe(j.batchCalls(e)):D;return u.updateResult(),t},[u,f]),()=>u.getCurrentResult(),()=>u.getCurrentResult()),M.useEffect(()=>{u.setOptions(o)},[o,u]),pt(o,d))throw mt(o,u,i);if(ut({result:d,errorResetBoundary:i,throwOnError:o.throwOnError,query:s,suspense:o.suspense}))throw d.error;return a.getDefaultOptions().queries?._experimental_afterQuery?.(o,d),o.experimental_prefetchInRender&&!Oe.isServer()&&ft(d,r)&&(l?mt(o,u,i):s?.promise)?.catch(D).finally(()=>{u.updateResult()}),o.notifyOnChangeProps?d:u.trackResult(d)}function F(e,t){return ht(e,Ge,t)}function I(e,t){let n=P(t),[r]=M.useState(()=>new et(n,e));M.useEffect(()=>{r.setOptions(e)},[r,e]);let i=M.useSyncExternalStore(M.useCallback(e=>r.subscribe(j.batchCalls(e)),[r]),()=>r.getCurrentResult(),()=>r.getCurrentResult()),a=M.useCallback((e,t)=>{r.mutate(e,t).catch(D)},[r]);if(i.error&&Ee(r.options.throwOnError,[i.error]))throw i.error;return{...i,mutate:a,mutateAsync:i.mutate}}var gt=/^(?:[a-z][a-z0-9+.-]*:|[\\/]{2})/i,_t=/^[\\/]{2}/;function vt(e,t){return t+e.replace(/\\/g,`/`)}var yt=`popstate`;function bt(e){return typeof e==`object`&&!!e&&`pathname`in e&&`search`in e&&`hash`in e&&`state`in e&&`key`in e}function xt(e={}){function t(e,t){let n=t.state?.masked,{pathname:r,search:i,hash:a}=n||e.location;return wt(``,{pathname:r,search:i,hash:a},t.state&&t.state.usr||null,t.state&&t.state.key||`default`,n?{pathname:e.location.pathname,search:e.location.search,hash:e.location.hash}:void 0)}function n(e,t){return typeof t==`string`?t:Tt(t)}return Dt(t,n,null,e)}function L(e,t){if(e===!1||e==null)throw Error(t)}function R(e,t){if(!e){typeof console<`u`&&console.warn(t);try{throw Error(t)}catch{}}}function St(){return Math.random().toString(36).substring(2,10)}function Ct(e,t){return{usr:e.state,key:e.key,idx:t,masked:e.mask?{pathname:e.pathname,search:e.search,hash:e.hash}:void 0}}function wt(e,t,n=null,r,i){return{pathname:typeof e==`string`?e:e.pathname,search:``,hash:``,...typeof t==`string`?Et(t):t,state:n,key:t&&t.key||r||St(),mask:i}}function Tt({pathname:e=`/`,search:t=``,hash:n=``}){return t&&t!==`?`&&(e+=t.charAt(0)===`?`?t:`?`+t),n&&n!==`#`&&(e+=n.charAt(0)===`#`?n:`#`+n),e}function Et(e){let t={};if(e){let n=e.indexOf(`#`);n>=0&&(t.hash=e.substring(n),e=e.substring(0,n));let r=e.indexOf(`?`);r>=0&&(t.search=e.substring(r),e=e.substring(0,r)),e&&(t.pathname=e)}return t}function Dt(e,t,n,r={}){let{window:i=document.defaultView,v5Compat:a=!1}=r,o=i.history,s=`POP`,c=null,l=u();l??(l=0,o.replaceState({...o.state,idx:l},``));function u(){return(o.state||{idx:null}).idx}function d(){s=`POP`;let e=u(),t=e==null?null:e-l;l=e,c&&c({action:s,location:h.location,delta:t})}function f(e,t){s=`PUSH`;let r=bt(e)?e:wt(h.location,e,t);n&&n(r,e),l=u()+1;let d=Ct(r,l),f=h.createHref(r.mask||r);try{o.pushState(d,``,f)}catch(e){if(e instanceof DOMException&&e.name===`DataCloneError`)throw e;i.location.assign(f)}a&&c&&c({action:s,location:h.location,delta:1})}function p(e,t){s=`REPLACE`;let r=bt(e)?e:wt(h.location,e,t);n&&n(r,e),l=u();let i=Ct(r,l),d=h.createHref(r.mask||r);o.replaceState(i,``,d),a&&c&&c({action:s,location:h.location,delta:0})}function m(e){return Ot(i,e)}let h={get action(){return s},get location(){return e(i,o)},listen(e){if(c)throw Error(`A history only accepts one active listener`);return i.addEventListener(yt,d),c=e,()=>{i.removeEventListener(yt,d),c=null}},createHref(e){return t(i,e)},createURL:m,encodeLocation(e){let t=m(e);return{pathname:t.pathname,search:t.search,hash:t.hash}},push:f,replace:p,go(e){return o.go(e)}};return h}function Ot(e,t,n=!1){let r=`http://localhost`;e&&(r=e.location.origin===`null`?e.location.href:e.location.origin),L(r,`No window.location.(origin|href) available to create URL`);let i=typeof t==`string`?t:Tt(t);return i=i.replace(/ $/,`%20`),!n&&_t.test(i)&&(i=r+i),new URL(i,r)}function kt(e,t,n=`/`){return At(e,t,n,!1)}function At(e,t,n,r,i){let a=z((typeof t==`string`?Et(t):t).pathname||`/`,n);if(a==null)return null;let o=i??Mt(e),s=null,c=Yt(a);for(let e=0;s==null&&e<o.length;++e)s=Gt(o[e],c,r);return s}function jt(e,t){let{route:n,pathname:r,params:i}=e;return{id:n.id,pathname:r,params:i,data:t[n.id],loaderData:t[n.id],handle:n.handle}}function Mt(e){let t=Nt(e);return Ft(t),t}function Nt(e,t=[],n=[],r=``,i=!1){let a=(e,a,o=i,s)=>{let c={relativePath:s===void 0?e.path||``:s,caseSensitive:e.caseSensitive===!0,childrenIndex:a,route:e};if(c.relativePath.startsWith(`/`)){if(!c.relativePath.startsWith(r)&&o)return;L(c.relativePath.startsWith(r),`Absolute route path "${c.relativePath}" nested under path "${r}" is not valid. An absolute child route path must start with the combined path of all its parent routes.`),c.relativePath=c.relativePath.slice(r.length)}let l=B([r,c.relativePath]),u=n.concat(c);e.children&&e.children.length>0&&(L(e.index!==!0,`Index routes must not have child routes. Please remove all child routes from route path "${l}".`),Nt(e.children,t,u,l,o)),!(e.path==null&&!e.index)&&t.push({path:l,score:Ut(l,e.index),routesMeta:u.map((e,t)=>{let[n,r]=Jt(e.relativePath,e.caseSensitive,t===u.length-1);return{...e,matcher:n,compiledParams:r}})})};return e.forEach((e,t)=>{if(e.path===``||!e.path?.includes(`?`))a(e,t);else for(let n of Pt(e.path))a(e,t,!0,n)}),t}function Pt(e){let t=e.split(`/`);if(t.length===0)return[];let[n,...r]=t,i=n.endsWith(`?`),a=n.replace(/\?$/,``);if(r.length===0)return i?[a,``]:[a];let o=Pt(r.join(`/`)),s=[];return s.push(...o.map(e=>e===``?a:[a,e].join(`/`))),i&&s.push(...o),s.map(t=>e.startsWith(`/`)&&t===``?`/`:t)}function Ft(e){e.sort((e,t)=>e.score===t.score?Wt(e.routesMeta.map(e=>e.childrenIndex),t.routesMeta.map(e=>e.childrenIndex)):t.score-e.score)}var It=/^:[\w-]+$/,Lt=3,Rt=2,zt=1,Bt=10,Vt=-2,Ht=e=>e===`*`;function Ut(e,t){let n=e.split(`/`),r=n.length;return n.some(Ht)&&(r+=Vt),t&&(r+=Rt),n.filter(e=>!Ht(e)).reduce((e,t)=>e+(It.test(t)?Lt:t===``?zt:Bt),r)}function Wt(e,t){return e.length===t.length&&e.slice(0,-1).every((e,n)=>e===t[n])?e[e.length-1]-t[t.length-1]:0}function Gt(e,t,n=!1){let{routesMeta:r}=e,i={},a=`/`,o=[];for(let e=0;e<r.length;++e){let s=r[e],c=e===r.length-1,l=a===`/`?t:t.slice(a.length)||`/`,u={path:s.relativePath,caseSensitive:s.caseSensitive,end:c},d=s.matcher&&s.compiledParams?qt(u,l,s.matcher,s.compiledParams):Kt(u,l),f=s.route;if(!d&&c&&n&&!r[r.length-1].route.index&&(d=Kt({path:s.relativePath,caseSensitive:s.caseSensitive,end:!1},l)),!d)return null;Object.assign(i,d.params),o.push({params:i,pathname:B([a,d.pathname]),pathnameBase:an(B([a,d.pathnameBase])),route:f}),d.pathnameBase!==`/`&&(a=B([a,d.pathnameBase]))}return o}function Kt(e,t){typeof e==`string`&&(e={path:e,caseSensitive:!1,end:!0});let[n,r]=Jt(e.path,e.caseSensitive,e.end);return qt(e,t,n,r)}function qt(e,t,n,r){let i=t.match(n);if(!i)return null;let a=i[0],o=a.replace(/(.)\/+$/,`$1`),s=i.slice(1);return{params:r.reduce((e,{paramName:t,isOptional:n},r)=>{if(t===`*`){let e=s[r]||``;o=a.slice(0,a.length-e.length).replace(/(.)\/+$/,`$1`)}let i=s[r];return n&&!i?e[t]=void 0:e[t]=(i||``).replace(/%2F/g,`/`),e},{}),pathname:a,pathnameBase:o,pattern:e}}function Jt(e,t=!1,n=!0){R(e===`*`||!e.endsWith(`*`)||e.endsWith(`/*`),`Route path "${e}" will be treated as if it were "${e.replace(/\*$/,`/*`)}" because the \`*\` character must always follow a \`/\` in the pattern. To get rid of this warning, please change the route path to "${e.replace(/\*$/,`/*`)}".`);let r=[],i=`^`+e.replace(/\/*\*?$/,``).replace(/^\/*/,`/`).replace(/[\\.*+^${}|()[\]]/g,`\\$&`).replace(/\/:([\w-]+)(\?)?/g,(e,t,n,i,a)=>{if(r.push({paramName:t,isOptional:n!=null}),n){let t=a.charAt(i+e.length);return t&&t!==`/`?`/([^\\/]*)`:`(?:/([^\\/]*))?`}return`/([^\\/]+)`}).replace(/\/([\w-]+)\?(\/|$)/g,`(/$1)?$2`);return e.endsWith(`*`)?(r.push({paramName:`*`}),i+=e===`*`||e===`/*`?`(.*)$`:`(?:\\/(.+)|\\/*)$`):n?i+=`\\/*$`:e!==``&&e!==`/`&&(i+=`(?:(?=\\/|$))`),[new RegExp(i,t?void 0:`i`),r]}function Yt(e){try{return e.split(`/`).map(e=>decodeURIComponent(e).replace(/\//g,`%2F`)).join(`/`)}catch(t){return R(!1,`The URL path "${e}" could not be decoded because it is a malformed URL segment. This is probably due to a bad percent encoding (${t}).`),e}}function z(e,t){if(t===`/`)return e;if(!e.toLowerCase().startsWith(t.toLowerCase()))return null;let n=t.endsWith(`/`)?t.length-1:t.length,r=e.charAt(n);return r&&r!==`/`?null:e.slice(n)||`/`}function Xt(e,t=`/`){let{pathname:n,search:r=``,hash:i=``}=typeof e==`string`?Et(e):e,a;return n?(n=nn(n),a=n.startsWith(`/`)?Zt(n.substring(1),`/`):Zt(n,t)):a=t,{pathname:a,search:on(r),hash:sn(i)}}function Zt(e,t){let n=rn(t).split(`/`);return e.split(`/`).forEach(e=>{e===`..`?n.length>1&&n.pop():e!==`.`&&n.push(e)}),n.length>1?n.join(`/`):`/`}function Qt(e,t,n,r){return`Cannot include a '${e}' character in a manually specified \`to.${t}\` field [${JSON.stringify(r)}]. Please separate it out to the \`to.${n}\` field. Alternatively you may provide the full path as a string in <Link to="..."> and the router will parse it for you.`}function $t(e){return e.filter((e,t)=>t===0||e.route.path&&e.route.path.length>0)}function en(e){let t=$t(e);return t.map((e,n)=>n===t.length-1?e.pathname:e.pathnameBase)}function tn(e,t,n,r=!1){let i;typeof e==`string`?i=Et(e):(i={...e},L(!i.pathname||!i.pathname.includes(`?`),Qt(`?`,`pathname`,`search`,i)),L(!i.pathname||!i.pathname.includes(`#`),Qt(`#`,`pathname`,`hash`,i)),L(!i.search||!i.search.includes(`#`),Qt(`#`,`search`,`hash`,i)));let a=e===``||i.pathname===``,o=a?`/`:i.pathname,s;if(o==null)s=n;else{let e=t.length-1;if(!r&&o.startsWith(`..`)){let t=o.split(`/`);for(;t[0]===`..`;)t.shift(),--e;i.pathname=t.join(`/`)}s=e>=0?t[e]:`/`}let c=Xt(i,s),l=o&&o!==`/`&&o.endsWith(`/`),u=(a||o===`.`)&&n.endsWith(`/`);return!c.pathname.endsWith(`/`)&&(l||u)&&(c.pathname+=`/`),c}var nn=e=>e.replace(/[\\/]{2,}/g,`/`),B=e=>nn(e.join(`/`)),rn=e=>e.replace(/\/+$/,``),an=e=>rn(e).replace(/^\/*/,`/`),on=e=>!e||e===`?`?``:e.startsWith(`?`)?e:`?`+e,sn=e=>!e||e===`#`?``:e.startsWith(`#`)?e:`#`+e,cn=class{constructor(e,t,n,r=!1){this.status=e,this.statusText=t||``,this.internal=r,n instanceof Error?(this.data=n.toString(),this.error=n):this.data=n}};function ln(e){return e!=null&&typeof e.status==`number`&&typeof e.statusText==`string`&&typeof e.internal==`boolean`&&`data`in e}function un(e){return B(e.map(e=>e.route.path).filter(Boolean))||`/`}var dn=typeof window<`u`&&window.document!==void 0&&window.document.createElement!==void 0;function fn(e,t){let n=e;if(typeof n!=`string`||!gt.test(n))return{absoluteURL:void 0,isExternal:!1,to:n};let r=n,i=!1;if(dn)try{let e=new URL(window.location.href),r=_t.test(n)?new URL(vt(n,e.protocol)):new URL(n),a=z(r.pathname,t);r.origin===e.origin&&a!=null?n=a+r.search+r.hash:i=!0}catch{R(!1,`<Link to="${n}"> contains an invalid URL which will probably break when clicked - please update to a valid URL path.`)}return{absoluteURL:r,isExternal:i,to:n}}Object.getOwnPropertyNames(Object.prototype).sort().join(`\0`);var pn=[`POST`,`PUT`,`PATCH`,`DELETE`];new Set(pn);var mn=[`GET`,...pn];new Set(mn);var hn=[`about:`,`blob:`,`chrome:`,`chrome-untrusted:`,`content:`,`data:`,`devtools:`,`file:`,`filesystem:`,`javascript:`];function gn(e){try{return hn.includes(new URL(e).protocol)}catch{return!1}}var V=M.createContext(null);V.displayName=`DataRouter`;var _n=M.createContext(null);_n.displayName=`DataRouterState`;var vn=M.createContext(!1);function yn(){return M.useContext(vn)}var bn=M.createContext({isTransitioning:!1});bn.displayName=`ViewTransition`;var xn=M.createContext(new Map);xn.displayName=`Fetchers`;var Sn=M.createContext(null);Sn.displayName=`Await`;var H=M.createContext(null);H.displayName=`Navigation`;var Cn=M.createContext(null);Cn.displayName=`Location`;var U=M.createContext({outlet:null,matches:[],isDataRoute:!1});U.displayName=`Route`;var wn=M.createContext(null);wn.displayName=`RouteError`;var Tn=`REACT_ROUTER_ERROR`,En=`REDIRECT`,Dn=`ROUTE_ERROR_RESPONSE`;function On(e){if(e.startsWith(`${Tn}:${En}:{`))try{let t=JSON.parse(e.slice(28));if(typeof t==`object`&&t&&typeof t.status==`number`&&typeof t.statusText==`string`&&typeof t.location==`string`&&typeof t.reloadDocument==`boolean`&&typeof t.replace==`boolean`)return t}catch{}}function kn(e){if(e.startsWith(`${Tn}:${Dn}:{`))try{let t=JSON.parse(e.slice(40));if(typeof t==`object`&&t&&typeof t.status==`number`&&typeof t.statusText==`string`)return new cn(t.status,t.statusText,t.data)}catch{}}function An(e,{relative:t}={}){L(jn(),`useHref() may be used only in the context of a <Router> component.`);let{basename:n,navigator:r}=M.useContext(H),{hash:i,pathname:a,search:o}=zn(e,{relative:t}),s=a;return n!==`/`&&(s=a===`/`?n:B([n,a])),r.createHref({pathname:s,search:o,hash:i})}function jn(){return M.useContext(Cn)!=null}function W(){return L(jn(),`useLocation() may be used only in the context of a <Router> component.`),M.useContext(Cn).location}var Mn=`You should call navigate() in a React.useEffect(), not when your component is first rendered.`;function Nn(e){M.useContext(H).static||M.useLayoutEffect(e)}function Pn(){let{isDataRoute:e}=M.useContext(U);return e?ir():Fn()}function Fn(){L(jn(),`useNavigate() may be used only in the context of a <Router> component.`);let e=M.useContext(V),{basename:t,navigator:n}=M.useContext(H),{matches:r}=M.useContext(U),{pathname:i}=W(),a=JSON.stringify(en(r)),o=M.useRef(!1);return Nn(()=>{o.current=!0}),M.useCallback((r,s={})=>{if(R(o.current,Mn),!o.current)return;if(typeof r==`number`){n.go(r);return}let c=tn(r,JSON.parse(a),i,s.relative===`path`);e==null&&t!==`/`&&(c.pathname=c.pathname===`/`?t:B([t,c.pathname])),(s.replace?n.replace:n.push)(c,s.state,s)},[t,n,a,i,e])}var In=M.createContext(null);function Ln(e){let t=M.useContext(U).outlet;return M.useMemo(()=>t&&M.createElement(In.Provider,{value:e},t),[t,e])}function Rn(){let{matches:e}=M.useContext(U);return e[e.length-1]?.params??{}}function zn(e,{relative:t}={}){let{matches:n}=M.useContext(U),{pathname:r}=W(),i=JSON.stringify(en(n));return M.useMemo(()=>tn(e,JSON.parse(i),r,t===`path`),[e,i,r,t])}function Bn(e,t){return Vn(e,t)}function Vn(e,t,n){L(jn(),`useRoutes() may be used only in the context of a <Router> component.`);let{navigator:r}=M.useContext(H),{matches:i}=M.useContext(U),a=i[i.length-1],o=a?a.params:{},s=a?a.pathname:`/`,c=a?a.pathnameBase:`/`,l=a&&a.route;{let e=l&&l.path||``;or(s,!l||e.endsWith(`*`)||e.endsWith(`*?`),`You rendered descendant <Routes> (or called \`useRoutes()\`) at "${s}" (under <Route path="${e}">) but the parent route path has no trailing "*". This means if you navigate deeper, the parent won't match anymore and therefore the child routes will never render.
|
|
2
|
-
|
|
3
|
-
Please change the parent <Route path="${e}"> to <Route path="${e===`/`?`*`:`${e}/*`}">.`)}let u=W(),d;if(t){let e=typeof t==`string`?Et(t):t;L(c===`/`||e.pathname?.startsWith(c),`When overriding the location using \`<Routes location>\` or \`useRoutes(routes, location)\`, the location pathname must begin with the portion of the URL pathname that was matched by all parent routes. The current pathname base is "${c}" but pathname "${e.pathname}" was given in the \`location\` prop.`),d=e}else d=u;let f=d.pathname||`/`,p=f;if(c!==`/`){let e=c.replace(/^\//,``).split(`/`);p=`/`+f.replace(/^\//,``).split(`/`).slice(e.length).join(`/`)}let m=n&&n.state.matches.length?n.state.matches.map(e=>Object.assign(e,{route:n.manifest[e.route.id]||e.route})):kt(e,{pathname:p});R(l||m!=null,`No routes matched location "${d.pathname}${d.search}${d.hash}" `),R(m==null||m[m.length-1].route.element!==void 0||m[m.length-1].route.Component!==void 0||m[m.length-1].route.lazy!==void 0,`Matched leaf route at location "${d.pathname}${d.search}${d.hash}" does not have an element or Component. This means it will render an <Outlet /> with a null value by default resulting in an "empty" page.`);let h=Jn(m&&m.map(e=>Object.assign({},e,{params:Object.assign({},o,e.params),pathname:B([c,r.encodeLocation?r.encodeLocation(e.pathname.replace(/%/g,`%25`).replace(/\?/g,`%3F`).replace(/#/g,`%23`)).pathname:e.pathname]),pathnameBase:e.pathnameBase===`/`?c:B([c,r.encodeLocation?r.encodeLocation(e.pathnameBase.replace(/%/g,`%25`).replace(/\?/g,`%3F`).replace(/#/g,`%23`)).pathname:e.pathnameBase])})),i,n);return t&&h?M.createElement(Cn.Provider,{value:{location:{pathname:`/`,search:``,hash:``,state:null,key:`default`,mask:void 0,...d},navigationType:`POP`}},h):h}function Hn(){let e=rr(),t=ln(e)?`${e.status} ${e.statusText}`:e instanceof Error?e.message:JSON.stringify(e),n=e instanceof Error?e.stack:null,r=`rgba(200,200,200, 0.5)`,i={padding:`0.5rem`,backgroundColor:r},a={padding:`2px 4px`,backgroundColor:r},o=null;return console.error(`Error handled by React Router default ErrorBoundary:`,e),o=M.createElement(M.Fragment,null,M.createElement(`p`,null,`💿 Hey developer 👋`),M.createElement(`p`,null,`You can provide a way better UX than this when your app throws errors by providing your own `,M.createElement(`code`,{style:a},`ErrorBoundary`),` or`,` `,M.createElement(`code`,{style:a},`errorElement`),` prop on your route.`)),M.createElement(M.Fragment,null,M.createElement(`h2`,null,`Unexpected Application Error!`),M.createElement(`h3`,{style:{fontStyle:`italic`}},t),n?M.createElement(`pre`,{style:i},n):null,o)}var Un=M.createElement(Hn,null),Wn=class extends M.Component{constructor(e){super(e),this.state={location:e.location,revalidation:e.revalidation,error:e.error}}static getDerivedStateFromError(e){return{error:e}}static getDerivedStateFromProps(e,t){return t.location!==e.location||t.revalidation!==`idle`&&e.revalidation===`idle`?{error:e.error,location:e.location,revalidation:e.revalidation}:{error:e.error===void 0?t.error:e.error,location:t.location,revalidation:e.revalidation||t.revalidation}}componentDidCatch(e,t){this.props.onError?this.props.onError(e,t):console.error(`React Router caught the following error during render`,e)}render(){let e=this.state.error;if(this.context&&typeof e==`object`&&e&&`digest`in e&&typeof e.digest==`string`){let t=kn(e.digest);t&&(e=t)}let t=e===void 0?this.props.children:M.createElement(U.Provider,{value:this.props.routeContext},M.createElement(wn.Provider,{value:e,children:this.props.component}));return this.context?M.createElement(Kn,{error:e},t):t}};Wn.contextType=vn;var Gn=new WeakMap;function Kn({children:e,error:t}){let{basename:n}=M.useContext(H);if(typeof t==`object`&&t&&`digest`in t&&typeof t.digest==`string`){let e=On(t.digest);if(e){let r=Gn.get(t);if(r)throw r;let i=fn(e.location,n),a=i.absoluteURL||i.to;if(gn(a))throw Error(`Invalid redirect location`);if(dn&&!Gn.get(t))if(i.isExternal||e.reloadDocument)window.location.href=a;else{let n=Promise.resolve().then(()=>window.__reactRouterDataRouter.navigate(i.to,{replace:e.replace}));throw Gn.set(t,n),n}return M.createElement(`meta`,{httpEquiv:`refresh`,content:`0;url=${a}`})}}return e}function qn({routeContext:e,match:t,children:n}){let r=M.useContext(V);return r&&r.static&&r.staticContext&&(t.route.errorElement||t.route.ErrorBoundary)&&(r.staticContext._deepestRenderedBoundaryId=t.route.id),M.createElement(U.Provider,{value:e},n)}function Jn(e,t=[],n){let r=n?.state;if(e==null){if(!r)return null;if(r.errors)e=r.matches;else if(t.length===0&&!r.initialized&&r.matches.length>0)e=r.matches;else return null}let i=e,a=r?.errors;if(a!=null){let e=i.findIndex(e=>e.route.id&&a?.[e.route.id]!==void 0);L(e>=0,`Could not find a matching route for errors on route IDs: ${Object.keys(a).join(`,`)}`),i=i.slice(0,Math.min(i.length,e+1))}let o=!1,s=-1;if(n&&r){o=r.renderFallback;for(let e=0;e<i.length;e++){let t=i[e];if((t.route.HydrateFallback||t.route.hydrateFallbackElement)&&(s=e),t.route.id){let{loaderData:e,errors:a}=r,c=t.route.loader&&!e.hasOwnProperty(t.route.id)&&(!a||a[t.route.id]===void 0);if(t.route.lazy||c){n.isStatic&&(o=!0),i=s>=0?i.slice(0,s+1):[i[0]];break}}}}let c=n?.onError,l=r&&c?(e,t)=>{c(e,{location:r.location,params:r.matches?.[0]?.params??{},pattern:un(r.matches),errorInfo:t})}:void 0;return i.reduceRight((e,n,c)=>{let u,d=!1,f=null,p=null;r&&(u=a&&n.route.id?a[n.route.id]:void 0,f=n.route.errorElement||Un,o&&(s<0&&c===0?(or(`route-fallback`,!1,"No `HydrateFallback` element provided to render during initial hydration"),d=!0,p=null):s===c&&(d=!0,p=n.route.hydrateFallbackElement||null)));let m=t.concat(i.slice(0,c+1)),h=()=>{let t;return t=u?f:d?p:n.route.Component?M.createElement(n.route.Component,null):n.route.element?n.route.element:e,M.createElement(qn,{match:n,routeContext:{outlet:e,matches:m,isDataRoute:r!=null},children:t})};return r&&(n.route.ErrorBoundary||n.route.errorElement||c===0)?M.createElement(Wn,{location:r.location,revalidation:r.revalidation,component:f,error:u,children:h(),routeContext:{outlet:null,matches:m,isDataRoute:!0},onError:l}):h()},null)}function Yn(e){return`${e} must be used within a data router. See https://reactrouter.com/en/main/routers/picking-a-router.`}function Xn(e){let t=M.useContext(V);return L(t,Yn(e)),t}function Zn(e){let t=M.useContext(_n);return L(t,Yn(e)),t}function Qn(e){let t=M.useContext(U);return L(t,Yn(e)),t}function $n(e){let t=Qn(e),n=t.matches[t.matches.length-1];return L(n.route.id,`${e} can only be used on routes that contain a unique "id"`),n.route.id}function er(){return $n(`useRouteId`)}function tr(){let e=Zn(`useNavigation`);return M.useMemo(()=>{let{matches:t,historyAction:n,...r}=e.navigation;return r},[e.navigation])}function nr(){let{matches:e,loaderData:t}=Zn(`useMatches`);return M.useMemo(()=>e.map(e=>jt(e,t)),[e,t])}function rr(){let e=M.useContext(wn),t=Zn(`useRouteError`),n=$n(`useRouteError`);return e===void 0?t.errors?.[n]:e}function ir(){let{router:e}=Xn(`useNavigate`),t=$n(`useNavigate`),n=M.useRef(!1);return Nn(()=>{n.current=!0}),M.useCallback(async(r,i={})=>{R(n.current,Mn),n.current&&(typeof r==`number`?await e.navigate(r):await e.navigate(r,{fromRouteId:t,...i}))},[e,t])}var ar={};function or(e,t,n){!t&&!ar[e]&&(ar[e]=!0,R(!1,n))}M.memo(sr);function sr({routes:e,manifest:t,future:n,state:r,isStatic:i,onError:a}){return Vn(e,void 0,{manifest:t,state:r,isStatic:i,onError:a,future:n})}function cr({to:e,replace:t,state:n,relative:r}){L(jn(),`<Navigate> may be used only in the context of a <Router> component.`);let{static:i}=M.useContext(H);R(!i,`<Navigate> must not be used on the initial render in a <StaticRouter>. This is a no-op, but you should modify your code so the <Navigate> is only ever rendered in response to some user interaction or state change.`);let{matches:a}=M.useContext(U),{pathname:o}=W(),s=Pn(),c=tn(e,en(a),o,r===`path`),l=JSON.stringify(c);return M.useEffect(()=>{s(JSON.parse(l),{replace:t,state:n,relative:r})},[s,l,r,t,n]),null}function lr(e){return Ln(e.context)}function ur(e){L(!1,`A <Route> is only ever to be used as the child of <Routes> element, never rendered directly. Please wrap your <Route> in a <Routes>.`)}function dr({basename:e=`/`,children:t=null,location:n,navigationType:r=`POP`,navigator:i,static:a=!1,useTransitions:o}){L(!jn(),`You cannot render a <Router> inside another <Router>. You should never have more than one in your app.`);let s=e.replace(/^\/*/,`/`),c=M.useMemo(()=>({basename:s,navigator:i,static:a,useTransitions:o,future:{}}),[s,i,a,o]);typeof n==`string`&&(n=Et(n));let{pathname:l=`/`,search:u=``,hash:d=``,state:f=null,key:p=`default`,mask:m}=n,h=M.useMemo(()=>{let e=z(l,s);return e==null?null:{location:{pathname:e,search:u,hash:d,state:f,key:p,mask:m},navigationType:r}},[s,l,u,d,f,p,r,m]);return R(h!=null,`<Router basename="${s}"> is not able to match the URL "${l}${u}${d}" because it does not start with the basename, so the <Router> won't render anything.`),h==null?null:M.createElement(H.Provider,{value:c},M.createElement(Cn.Provider,{children:t,value:h}))}function fr({children:e,location:t}){return Bn(pr(e),t)}M.Component;function pr(e,t=[]){let n=[];return M.Children.forEach(e,(e,r)=>{if(!M.isValidElement(e))return;let i=[...t,r];if(e.type===M.Fragment){n.push.apply(n,pr(e.props.children,i));return}L(e.type===ur,`[${typeof e.type==`string`?e.type:e.type.name}] is not a <Route> component. All component children of <Routes> must be a <Route> or <React.Fragment>`),L(!e.props.index||!e.props.children,`An index route cannot have child routes.`);let a={id:e.props.id||i.join(`-`),caseSensitive:e.props.caseSensitive,element:e.props.element,Component:e.props.Component,index:e.props.index,path:e.props.path,middleware:e.props.middleware,loader:e.props.loader,action:e.props.action,hydrateFallbackElement:e.props.hydrateFallbackElement,HydrateFallback:e.props.HydrateFallback,errorElement:e.props.errorElement,ErrorBoundary:e.props.ErrorBoundary,hasErrorBoundary:e.props.hasErrorBoundary===!0||e.props.ErrorBoundary!=null||e.props.errorElement!=null,shouldRevalidate:e.props.shouldRevalidate,handle:e.props.handle,lazy:e.props.lazy};e.props.children&&(a.children=pr(e.props.children,i)),n.push(a)}),n}var mr=`get`,hr=`application/x-www-form-urlencoded`;function gr(e){return typeof HTMLElement<`u`&&e instanceof HTMLElement}function _r(e){return gr(e)&&e.tagName.toLowerCase()===`button`}function vr(e){return gr(e)&&e.tagName.toLowerCase()===`form`}function yr(e){return gr(e)&&e.tagName.toLowerCase()===`input`}function br(e){return!!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)}function xr(e,t){return e.button===0&&(!t||t===`_self`)&&!br(e)}function Sr(e=``){return new URLSearchParams(typeof e==`string`||Array.isArray(e)||e instanceof URLSearchParams?e:Object.keys(e).reduce((t,n)=>{let r=e[n];return t.concat(Array.isArray(r)?r.map(e=>[n,e]):[[n,r]])},[]))}function Cr(e,t){let n=Sr(e);return t&&t.forEach((e,r)=>{n.has(r)||t.getAll(r).forEach(e=>{n.append(r,e)})}),n}var wr=null;function Tr(){if(wr===null)try{new FormData(document.createElement(`form`),0),wr=!1}catch{wr=!0}return wr}var Er=new Set([`application/x-www-form-urlencoded`,`multipart/form-data`,`text/plain`]);function Dr(e){return e!=null&&!Er.has(e)?(R(!1,`"${e}" is not a valid \`encType\` for \`<Form>\`/\`<fetcher.Form>\` and will default to "${hr}"`),null):e}function Or(e,t){let n,r,i,a,o;if(vr(e)){let o=e.getAttribute(`action`);r=o?z(o,t):null,n=e.getAttribute(`method`)||mr,i=Dr(e.getAttribute(`enctype`))||hr,a=new FormData(e)}else if(_r(e)||yr(e)&&(e.type===`submit`||e.type===`image`)){let o=e.form;if(o==null)throw Error(`Cannot submit a <button> or <input type="submit"> without a <form>`);let s=e.getAttribute(`formaction`)||o.getAttribute(`action`);if(r=s?z(s,t):null,n=e.getAttribute(`formmethod`)||o.getAttribute(`method`)||mr,i=Dr(e.getAttribute(`formenctype`))||Dr(o.getAttribute(`enctype`))||hr,a=new FormData(o,e),!Tr()){let{name:t,type:n,value:r}=e;if(n===`image`){let e=t?`${t}.`:``;a.append(`${e}x`,`0`),a.append(`${e}y`,`0`)}else t&&a.append(t,r)}}else if(gr(e))throw Error(`Cannot submit element that is not <form>, <button>, or <input type="submit|image">`);else n=mr,r=null,i=hr,o=e;return a&&i===`text/plain`&&(o=a,a=void 0),{action:r,method:n.toLowerCase(),encType:i,formData:a,body:o}}Object.getOwnPropertyNames(Object.prototype).sort().join(`\0`);var kr={"&":`\\u0026`,">":`\\u003e`,"<":`\\u003c`,"\u2028":`\\u2028`,"\u2029":`\\u2029`},Ar=/[&><\u2028\u2029]/g;function jr(e){return e.replace(Ar,e=>kr[e])}function Mr(e,t){if(e===!1||e==null)throw Error(t)}function Nr(e,t,n,r){let i=typeof e==`string`?new URL(e,typeof window>`u`?`server://singlefetch/`:window.location.origin):e;return n?i.pathname.endsWith(`/`)?i.pathname=`${i.pathname}_.${r}`:i.pathname=`${i.pathname}.${r}`:i.pathname===`/`?i.pathname=`_root.${r}`:t&&z(i.pathname,t)===`/`?i.pathname=`${rn(t)}/_root.${r}`:i.pathname=`${rn(i.pathname)}.${r}`,i}async function Pr(e,t){if(e.id in t)return t[e.id];try{let n=await f(()=>import(e.module),[]);return t[e.id]=n,n}catch(t){return console.error(`Error loading route module \`${e.module}\`, reloading page...`),console.error(t),window.__reactRouterContext&&window.__reactRouterContext.isSpaMode,window.location.reload(),new Promise(()=>{})}}function Fr(e){return e!=null&&typeof e.page==`string`}function Ir(e){return e==null?!1:e.href==null?e.rel===`preload`&&typeof e.imageSrcSet==`string`&&typeof e.imageSizes==`string`:typeof e.rel==`string`&&typeof e.href==`string`}async function Lr(e,t,n){return Hr((await Promise.all(e.map(async e=>{let r=t.routes[e.route.id];if(r){let e=await Pr(r,n);return e.links?e.links():[]}return[]}))).flat(1).filter(Ir).filter(e=>e.rel===`stylesheet`||e.rel===`preload`).map(e=>e.rel===`stylesheet`?{...e,rel:`prefetch`,as:`style`}:{...e,rel:`prefetch`}))}function Rr(e,t,n,r,i,a){let o=(e,t)=>!n[t]||e.route.id!==n[t].route.id,s=(e,t)=>n[t].pathname!==e.pathname||n[t].route.path?.endsWith(`*`)&&n[t].params[`*`]!==e.params[`*`];return a===`assets`?t.filter((e,t)=>o(e,t)||s(e,t)):a===`data`?t.filter((t,a)=>{let c=r.routes[t.route.id];if(!c||!c.hasLoader)return!1;if(o(t,a)||s(t,a))return!0;if(t.route.shouldRevalidate){let r=t.route.shouldRevalidate({currentUrl:new URL(i.pathname+i.search+i.hash,window.origin),currentParams:n[0]?.params||{},nextUrl:new URL(e,window.origin),nextParams:t.params,defaultShouldRevalidate:!0});if(typeof r==`boolean`)return r}return!0}):[]}function zr(e,t,{includeHydrateFallback:n}={}){return Br(e.map(e=>{let r=t.routes[e.route.id];if(!r)return[];let i=[r.module];return r.clientActionModule&&(i=i.concat(r.clientActionModule)),r.clientLoaderModule&&(i=i.concat(r.clientLoaderModule)),n&&r.hydrateFallbackModule&&(i=i.concat(r.hydrateFallbackModule)),r.imports&&(i=i.concat(r.imports)),i}).flat(1))}function Br(e){return[...new Set(e)]}function Vr(e){let t={},n=Object.keys(e).sort();for(let r of n)t[r]=e[r];return t}function Hr(e,t){let n=new Set,r=new Set(t);return e.reduce((e,i)=>{if(t&&!Fr(i)&&i.as===`script`&&i.href&&r.has(i.href))return e;let a=JSON.stringify(Vr(i));return n.has(a)||(n.add(a),e.push({key:a,link:i})),e},[])}function Ur(){let e=M.useContext(V);return Mr(e,`You must render this element inside a <DataRouterContext.Provider> element`),e}function Wr(){let e=M.useContext(_n);return Mr(e,`You must render this element inside a <DataRouterStateContext.Provider> element`),e}var Gr=M.createContext(void 0);Gr.displayName=`FrameworkContext`;function Kr(){let e=M.useContext(Gr);return Mr(e,`You must render this element inside a <HydratedRouter> element`),e}function qr(e,t){let n=M.useContext(Gr),[r,i]=M.useState(!1),[a,o]=M.useState(!1),{onFocus:s,onBlur:c,onMouseEnter:l,onMouseLeave:u,onTouchStart:d}=t,f=M.useRef(null);M.useEffect(()=>{if(e===`render`&&o(!0),e===`viewport`){let e=new IntersectionObserver(e=>{e.forEach(e=>{o(e.isIntersecting)})},{threshold:.5});return f.current&&e.observe(f.current),()=>{e.disconnect()}}},[e]),M.useEffect(()=>{if(r){let e=setTimeout(()=>{o(!0)},100);return()=>{clearTimeout(e)}}},[r]);let p=()=>{i(!0)},m=()=>{i(!1),o(!1)};return n?e===`intent`?[a,f,{onFocus:Jr(s,p),onBlur:Jr(c,m),onMouseEnter:Jr(l,p),onMouseLeave:Jr(u,m),onTouchStart:Jr(d,p)}]:[a,f,{}]:[!1,f,{}]}function Jr(e,t){return n=>{e&&e(n),n.defaultPrevented||t(n)}}function Yr({page:e,...t}){let n=yn(),{nonce:r}=Kr(),{router:i}=Ur(),a=M.useMemo(()=>kt(i.routes,e,i.basename),[i.routes,e,i.basename]);return a?(t.nonce==null&&r&&(t={...t,nonce:r}),n?M.createElement(Zr,{page:e,matches:a,...t}):M.createElement(Qr,{page:e,matches:a,...t})):null}function Xr(e){let{manifest:t,routeModules:n}=Kr(),[r,i]=M.useState([]);return M.useEffect(()=>{let r=!1;return Lr(e,t,n).then(e=>{r||i(e)}),()=>{r=!0}},[e,t,n]),r}function Zr({page:e,matches:t,...n}){let r=W(),{future:i}=Kr(),{basename:a}=Ur(),o=M.useMemo(()=>{if(e===r.pathname+r.search+r.hash)return[];let n=Nr(e,a,i.v8_trailingSlashAwareDataRequests,`rsc`),o=!1,s=[];for(let e of t)typeof e.route.shouldRevalidate==`function`?o=!0:s.push(e.route.id);return o&&s.length>0&&n.searchParams.set(`_routes`,s.join(`,`)),[n.pathname+n.search]},[a,i.v8_trailingSlashAwareDataRequests,e,r,t]);return M.createElement(M.Fragment,null,o.map(e=>M.createElement(`link`,{key:e,rel:`prefetch`,as:`fetch`,href:e,...n})))}function Qr({page:e,matches:t,...n}){let r=W(),{future:i,manifest:a,routeModules:o}=Kr(),{basename:s}=Ur(),{loaderData:c,matches:l}=Wr(),u=M.useMemo(()=>Rr(e,t,l,a,r,`data`),[e,t,l,a,r]),d=M.useMemo(()=>Rr(e,t,l,a,r,`assets`),[e,t,l,a,r]),f=M.useMemo(()=>{if(e===r.pathname+r.search+r.hash)return[];let n=new Set,l=!1;if(t.forEach(e=>{let t=a.routes[e.route.id];!t||!t.hasLoader||(!u.some(t=>t.route.id===e.route.id)&&e.route.id in c&&o[e.route.id]?.shouldRevalidate||t.hasClientLoader?l=!0:n.add(e.route.id))}),n.size===0)return[];let d=Nr(e,s,i.v8_trailingSlashAwareDataRequests,`data`);return l&&n.size>0&&d.searchParams.set(`_routes`,t.filter(e=>n.has(e.route.id)).map(e=>e.route.id).join(`,`)),[d.pathname+d.search]},[s,i.v8_trailingSlashAwareDataRequests,c,r,a,u,t,e,o]),p=M.useMemo(()=>zr(d,a),[d,a]),m=Xr(d);return M.createElement(M.Fragment,null,f.map(e=>M.createElement(`link`,{key:e,rel:`prefetch`,as:`fetch`,href:e,...n})),p.map(e=>M.createElement(`link`,{key:e,rel:`modulepreload`,href:e,...n})),m.map(({key:e,link:t})=>M.createElement(`link`,{key:e,nonce:n.nonce,...t,crossOrigin:t.crossOrigin??n.crossOrigin})))}function $r(...e){return t=>{e.forEach(e=>{typeof e==`function`?e(t):e!=null&&(e.current=t)})}}M.Component;var ei=typeof window<`u`&&window.document!==void 0&&window.document.createElement!==void 0;try{ei&&(window.__reactRouterVersion=`7.18.1`)}catch{}function ti({basename:e,children:t,useTransitions:n,window:r}){let i=M.useRef();i.current??=xt({window:r,v5Compat:!0});let a=i.current,[o,s]=M.useState({action:a.action,location:a.location}),c=M.useCallback(e=>{n===!1?s(e):M.startTransition(()=>s(e))},[n]);return M.useLayoutEffect(()=>a.listen(c),[a,c]),M.createElement(dr,{basename:e,children:t,location:o.location,navigationType:o.action,navigator:a,useTransitions:n})}function ni({basename:e,children:t,history:n,useTransitions:r}){let[i,a]=M.useState({action:n.action,location:n.location}),o=M.useCallback(e=>{r===!1?a(e):M.startTransition(()=>a(e))},[r]);return M.useLayoutEffect(()=>n.listen(o),[n,o]),M.createElement(dr,{basename:e,children:t,location:i.location,navigationType:i.action,navigator:n,useTransitions:r})}ni.displayName=`unstable_HistoryRouter`;var ri=M.forwardRef(function({onClick:e,discover:t=`render`,prefetch:n=`none`,relative:r,reloadDocument:i,replace:a,mask:o,state:s,target:c,to:l,preventScrollReset:u,viewTransition:d,defaultShouldRevalidate:f,...p},m){let{basename:h,navigator:g,useTransitions:_}=M.useContext(H),v=typeof l==`string`&>.test(l),y=fn(l,h);l=y.to;let b=An(l,{relative:r}),x=W(),S=null;if(o){let e=tn(o,[],x.mask?x.mask.pathname:`/`,!0);h!==`/`&&(e.pathname=e.pathname===`/`?h:B([h,e.pathname])),S=g.createHref(e)}let[C,w,ee]=qr(n,p),te=ui(l,{replace:a,mask:o,state:s,target:c,preventScrollReset:u,relative:r,viewTransition:d,defaultShouldRevalidate:f,useTransitions:_});function ne(t){e&&e(t),t.defaultPrevented||te(t)}let T=!(y.isExternal||i),re=M.createElement(`a`,{...p,...ee,href:(T?S:void 0)||y.absoluteURL||b,onClick:T?ne:e,ref:$r(m,w),target:c,"data-discover":!v&&t===`render`?`true`:void 0});return C&&!v?M.createElement(M.Fragment,null,re,M.createElement(Yr,{page:b})):re});ri.displayName=`Link`;var ii=M.forwardRef(function({"aria-current":e=`page`,caseSensitive:t=!1,className:n=``,end:r=!1,style:i,to:a,viewTransition:o,children:s,...c},l){let u=zn(a,{relative:c.relative}),d=W(),f=M.useContext(_n),{navigator:p,basename:m}=M.useContext(H),h=f!=null&&xi(u)&&o===!0,g=p.encodeLocation?p.encodeLocation(u).pathname:u.pathname,_=d.pathname,v=f&&f.navigation&&f.navigation.location?f.navigation.location.pathname:null;t||(_=_.toLowerCase(),v=v?v.toLowerCase():null,g=g.toLowerCase()),v&&m&&(v=z(v,m)||v);let y=g!==`/`&&g.endsWith(`/`)?g.length-1:g.length,b=_===g||!r&&_.startsWith(g)&&_.charAt(y)===`/`,x=v!=null&&(v===g||!r&&v.startsWith(g)&&v.charAt(g.length)===`/`),S={isActive:b,isPending:x,isTransitioning:h},C=b?e:void 0,w;w=typeof n==`function`?n(S):[n,b?`active`:null,x?`pending`:null,h?`transitioning`:null].filter(Boolean).join(` `);let ee=typeof i==`function`?i(S):i;return M.createElement(ri,{...c,"aria-current":C,className:w,ref:l,style:ee,to:a,viewTransition:o},typeof s==`function`?s(S):s)});ii.displayName=`NavLink`;var ai=M.forwardRef(({discover:e=`render`,fetcherKey:t,navigate:n,reloadDocument:r,replace:i,state:a,method:o=mr,action:s,onSubmit:c,relative:l,preventScrollReset:u,viewTransition:d,defaultShouldRevalidate:f,...p},m)=>{let{useTransitions:h}=M.useContext(H),g=mi(),_=hi(s,{relative:l}),v=o.toLowerCase()===`get`?`get`:`post`,y=typeof s==`string`&>.test(s);return M.createElement(`form`,{ref:m,method:v,action:_,onSubmit:r?c:e=>{if(c&&c(e),e.defaultPrevented)return;e.preventDefault();let r=e.nativeEvent.submitter,s=r?.getAttribute(`formmethod`)||o,p=()=>g(r||e.currentTarget,{fetcherKey:t,method:s,navigate:n,replace:i,state:a,relative:l,preventScrollReset:u,viewTransition:d,defaultShouldRevalidate:f});h&&n!==!1?M.startTransition(()=>p()):p()},...p,"data-discover":!y&&e===`render`?`true`:void 0})});ai.displayName=`Form`;function oi({getKey:e,storageKey:t,...n}){let r=M.useContext(Gr),{basename:i}=M.useContext(H),a=W(),o=nr();yi({getKey:e,storageKey:t});let s=M.useMemo(()=>{if(!r||!e)return null;let t=vi(a,o,i,e);return t===a.key?null:t},[]);if(!r||r.isSpaMode)return null;let c=((e,t)=>{if(!window.history.state||!window.history.state.key){let e=Math.random().toString(32).slice(2);window.history.replaceState({key:e},``)}try{let n=JSON.parse(sessionStorage.getItem(e)||`{}`)[t||window.history.state.key];typeof n==`number`&&window.scrollTo(0,n)}catch(t){console.error(t),sessionStorage.removeItem(e)}}).toString();return n.nonce==null&&r?.nonce&&(n.nonce=r.nonce),M.createElement(`script`,{...n,suppressHydrationWarning:!0,dangerouslySetInnerHTML:{__html:`(${c})(${jr(JSON.stringify(t||gi))}, ${jr(JSON.stringify(s))})`}})}oi.displayName=`ScrollRestoration`;function si(e){return`${e} must be used within a data router. See https://reactrouter.com/en/main/routers/picking-a-router.`}function ci(e){let t=M.useContext(V);return L(t,si(e)),t}function li(e){let t=M.useContext(_n);return L(t,si(e)),t}function ui(e,{target:t,replace:n,mask:r,state:i,preventScrollReset:a,relative:o,viewTransition:s,defaultShouldRevalidate:c,useTransitions:l}={}){let u=Pn(),d=W(),f=zn(e,{relative:o});return M.useCallback(p=>{if(xr(p,t)){p.preventDefault();let t=n===void 0?Tt(d)===Tt(f):n,m=()=>u(e,{replace:t,mask:r,state:i,preventScrollReset:a,relative:o,viewTransition:s,defaultShouldRevalidate:c});l?M.startTransition(()=>m()):m()}},[d,u,f,n,r,i,t,e,a,o,s,c,l])}function di(e){R(typeof URLSearchParams<`u`,"You cannot use the `useSearchParams` hook in a browser that does not support the URLSearchParams API. If you need to support Internet Explorer 11, we recommend you load a polyfill such as https://github.com/ungap/url-search-params.");let t=M.useRef(Sr(e)),n=M.useRef(!1),r=W(),i=M.useMemo(()=>Cr(r.search,n.current?null:t.current),[r.search]),a=Pn();return[i,M.useCallback((e,t)=>{let r=Sr(typeof e==`function`?e(new URLSearchParams(i)):e);n.current=!0,a(`?`+r,t)},[a,i])]}var fi=0,pi=()=>`__${String(++fi)}__`;function mi(){let{router:e}=ci(`useSubmit`),{basename:t}=M.useContext(H),n=er(),r=e.fetch,i=e.navigate;return M.useCallback(async(e,a={})=>{let{action:o,method:s,encType:c,formData:l,body:u}=Or(e,t);if(a.navigate===!1){let e=a.fetcherKey||pi();await r(e,n,a.action||o,{defaultShouldRevalidate:a.defaultShouldRevalidate,preventScrollReset:a.preventScrollReset,formData:l,body:u,formMethod:a.method||s,formEncType:a.encType||c,flushSync:a.flushSync})}else await i(a.action||o,{defaultShouldRevalidate:a.defaultShouldRevalidate,preventScrollReset:a.preventScrollReset,formData:l,body:u,formMethod:a.method||s,formEncType:a.encType||c,replace:a.replace,state:a.state,fromRouteId:n,flushSync:a.flushSync,viewTransition:a.viewTransition})},[r,i,t,n])}function hi(e,{relative:t}={}){let{basename:n}=M.useContext(H),r=M.useContext(U);L(r,`useFormAction must be used inside a RouteContext`);let[i]=r.matches.slice(-1),a={...zn(e||`.`,{relative:t})},o=W();if(e==null){a.search=o.search;let e=new URLSearchParams(a.search),t=e.getAll(`index`);if(t.some(e=>e===``)){e.delete(`index`),t.filter(e=>e).forEach(t=>e.append(`index`,t));let n=e.toString();a.search=n?`?${n}`:``}}return(!e||e===`.`)&&i.route.index&&(a.search=a.search?a.search.replace(/^\?/,`?index&`):`?index`),n!==`/`&&(a.pathname=a.pathname===`/`?n:B([n,a.pathname])),Tt(a)}var gi=`react-router-scroll-positions`,_i={};function vi(e,t,n,r){let i=null;return r&&(i=r(n===`/`?e:{...e,pathname:z(e.pathname,n)||e.pathname},t)),i??=e.key,i}function yi({getKey:e,storageKey:t}={}){let{router:n}=ci(`useScrollRestoration`),{restoreScrollPosition:r,preventScrollReset:i}=li(`useScrollRestoration`),{basename:a}=M.useContext(H),o=W(),s=nr(),c=tr();M.useEffect(()=>(window.history.scrollRestoration=`manual`,()=>{window.history.scrollRestoration=`auto`}),[]),bi(M.useCallback(()=>{if(c.state===`idle`){let t=vi(o,s,a,e);_i[t]=window.scrollY}try{sessionStorage.setItem(t||gi,JSON.stringify(_i))}catch(e){R(!1,`Failed to save scroll positions in sessionStorage, <ScrollRestoration /> will not work properly (${e}).`)}window.history.scrollRestoration=`auto`},[c.state,e,a,o,s,t])),typeof document<`u`&&(M.useLayoutEffect(()=>{try{let e=sessionStorage.getItem(t||gi);e&&(_i=JSON.parse(e))}catch{}},[t]),M.useLayoutEffect(()=>{let t=n?.enableScrollRestoration(_i,()=>window.scrollY,e?(t,n)=>vi(t,n,a,e):void 0);return()=>t&&t()},[n,a,e]),M.useLayoutEffect(()=>{if(r!==!1){if(typeof r==`number`){window.scrollTo(0,r);return}try{if(o.hash){let e=document.getElementById(decodeURIComponent(o.hash.slice(1)));if(e){e.scrollIntoView();return}}}catch{R(!1,`"${o.hash.slice(1)}" is not a decodable element ID. The view will not scroll to it.`)}i!==!0&&window.scrollTo(0,0)}},[o,r,i]))}function bi(e,t){let{capture:n}=t||{};M.useEffect(()=>{let t=n==null?void 0:{capture:n};return window.addEventListener(`pagehide`,e,t),()=>{window.removeEventListener(`pagehide`,e,t)}},[e,n])}function xi(e,{relative:t}={}){let n=M.useContext(bn);L(n!=null,"`useViewTransitionState` must be used within `react-router-dom`'s `RouterProvider`. Did you accidentally import `RouterProvider` from `react-router`?");let{basename:r}=ci(`useViewTransitionState`),i=zn(e,{relative:t});if(!n.isTransitioning)return!1;let a=z(n.currentLocation.pathname,r)||n.currentLocation.pathname,o=z(n.nextLocation.pathname,r)||n.nextLocation.pathname;return Kt(i.pathname,o)!=null||Kt(i.pathname,a)!=null}var Si=[`claude`,`codex`,`opencode`],Ci=new Set([`connected`,`disconnected`,`not-installed`,`unknown`]);function wi(e){return typeof e==`object`&&!!e&&!Array.isArray(e)}function Ti(e,t){if(!wi(e))return null;let{provider:n,status:r,enabled:i,hint:a,authFailureId:o}=e;return typeof n!=`string`||!Si.includes(n)||typeof r!=`string`||!Ci.has(r)||t&&typeof i!=`boolean`||!t&&i!==void 0&&typeof i!=`boolean`||a!==void 0&&typeof a!=`string`||o!==void 0&&(typeof o!=`string`||o.length<1||o.length>128||r!==`disconnected`)?null:{provider:n,status:r,...typeof i==`boolean`?{enabled:i}:{},...a===void 0?{}:{hint:a},...o===void 0?{}:{authFailureId:o}}}function Ei(e){return Ti(e,!1)}function Di(e,t){if(!wi(e)||!Array.isArray(e.providers))return null;let n=[],r=new Set;for(let i of e.providers){let e=Ti(i,t);if(e===null||r.has(e.provider))return null;r.add(e.provider),n.push(e)}return n}function G(e){let t=Di(e,!0);if(t===null||t.length!==Si.length)return null;let n=new Map(t.map(e=>[e.provider,e]));return Si.some(e=>!n.has(e))?null:Si.map(e=>n.get(e))}function Oi(e){let t=G(e);if(t===null)throw Error(`Invalid provider status response`);return{providers:t}}function ki(e,t){let n=G(e);if(n!==null)return{providers:n.map(e=>e.provider===t.provider?{provider:t.provider,status:t.status,enabled:t.enabled??e.enabled,...t.hint===void 0?{}:{hint:t.hint},...t.authFailureId===void 0?{}:{authFailureId:t.authFailureId}}:e)}}function Ai(e,t,n,r){let i=G(e),a=G(t),o=G(n);if(o===null||a===null)return n;if(i===null)return{providers:a};let s=new Map(i.map(e=>[e.provider,e])),c=new Map(a.map(e=>[e.provider,e]));return{providers:o.map(e=>{let t=s.get(e.provider),n=c.get(e.provider);if(t===void 0||n===void 0)return n??e;let i=r!==void 0&&n.authFailureId===r&&e.authFailureId===void 0;return r!==void 0&&n.authFailureId!==void 0&&n.authFailureId!==r&&e.authFailureId===void 0?n:ji(t,n)?e:i?{...e,enabled:n.enabled}:n})}}function ji(e,t){return e.provider===t.provider&&e.status===t.status&&e.enabled===t.enabled&&e.hint===t.hint&&e.authFailureId===t.authFailureId}function Mi(e){let t=G(e);if(t===null)return[];let n=new Set(t.filter(e=>e.enabled&&e.status===`connected`).map(e=>e.provider));return Si.filter(e=>n.has(e))}function Ni(e,t){return G(e)?.find(e=>e.provider===t)}var Pi=class extends Error{status;manual;command;exists;constructor(e,t,n={}){super(t,n.cause===void 0?void 0:{cause:n.cause}),this.name=`ApiError`,this.status=e,this.manual=n.manual,this.command=n.command,this.exists=n.exists}};function Fi(e){try{return JSON.parse(e)}catch{return}}function Ii(e){return typeof e==`string`?e:void 0}function Li(e,t,n){let r=Fi(n),i=r&&typeof r==`object`?r:{};return new Pi(e,Ii(i.error)??`${e} ${t||`request failed`}`.trim(),{manual:Ii(i.manual),command:Ii(i.command),exists:typeof i.exists==`boolean`?i.exists:void 0})}var K=ne({fetch:(e,t)=>Vi(Ri(String(e)),t)});function Ri(e){let t=Bi(e.endsWith(`?`)?e.slice(0,-1):e);return t.startsWith(`/`)?`${c()}${t}`:t}var zi=`${s}/p/default`;function Bi(e){if(u()!==null||!e.startsWith(zi))return e;let t=e.slice(zi.length);return t===``||t.startsWith(`/`)||t.startsWith(`?`)?`${s}${t}`:e}var q=e=>({init:{signal:e?.signal}});async function J(e,t){let n=await e.text();if(!e.ok)throw Li(e.status,e.statusText,n);let r=Fi(n);if(r===void 0)throw new Pi(e.status,`the cezar server answered ${t} with a non-JSON body`);return r}async function Vi(e,t){try{return await fetch(e,{...t,credentials:`include`})}catch(t){throw t instanceof DOMException&&t.name===`AbortError`?t:new Pi(0,`cannot reach the cezar server (${e})`,{cause:t})}}async function Hi(e,t){return Vi(i(e),t)}async function Ui(e,t={}){let n=new Headers(t.headers);n.set(`accept`,`text/plain`);let r=await Hi(e,{...t,headers:n}),i=await r.text();if(!r.ok)throw Li(r.status,r.statusText,i);return i}var Y=(e,t=``)=>`/runs/${encodeURIComponent(e)}${t}`;async function Wi(e){return J(await K.api.v1.health.$get({},q(e)),`/health`)}async function Gi(e){return J(await K.api.v1.models.$get({query:{runner:`codex`}},q(e)),`/models`)}async function Ki(e=!1,t){return Oi(await J(await K.api.v1.providers.status.$get({query:e?{refresh:`1`}:{}},q(t)),`/providers/status`))}async function qi(e){return J(await K.api.v1.p[`:projectId`][`launch-key`].$get({param:{projectId:a()}},q(e)),`/launch-key`)}async function Ji(e){return J(await K.api.v1.projects.$get({},q(e)),`/projects`)}async function Yi(e,t){return J(await K.api.v1.fs.browse.$get({query:{path:e===``?void 0:e}},q(t)),`/fs/browse`)}async function Xi(e){return J(await K.api.v1.p[`:projectId`].runs.$get({param:{projectId:a()}},q(e)),`/runs`)}async function Zi(e,t){return J(await K.api.v1.p[`:projectId`].runs.$get({param:{projectId:e}},q(t)),`/runs`)}async function Qi(e,t){return J(await K.api.v1.p[`:projectId`].runs[`:id`].$get({param:{projectId:a(),id:encodeURIComponent(e)}},q(t)),Y(e))}async function $i(e){return J(await K.api.v1.p[`:projectId`][`ui-state`].$get({param:{projectId:a()}},q(e)),`/ui-state`)}async function ea(e){return J(await K.api.v1.p[`:projectId`].workflows.$get({param:{projectId:a()}},q(e)),`/workflows`)}async function ta(e){return J(await K.api.v1.p[`:projectId`].skills.$get({param:{projectId:a()},query:{}},q(e)),`/skills`)}async function na(e){return J(await K.api.v1.p[`:projectId`].skills.$get({param:{projectId:a()},query:{wait:`1`}},q(e)),`/skills`)}async function ra(){return J(await K.api.v1.p[`:projectId`].skills.refresh.$post({param:{projectId:a()}}),`/skills/refresh`)}async function ia(e){return J(await K.api.v1.p[`:projectId`].skills.importable.$get({param:{projectId:a()},query:{}},q(e)),`/skills/importable`)}async function aa(e){return J(await K.api.v1.p[`:projectId`].skills.importable.$get({param:{projectId:a()},query:{wait:`1`}},q(e)),`/skills/importable`)}async function oa(e){return J(await K.api.v1.p[`:projectId`].todos.$get({param:{projectId:a()}},q(e)),`/todos`)}async function sa(e){return J(await K.api.v1.p[`:projectId`].repo.$get({param:{projectId:a()}},q(e)),`/repo`)}async function ca(e){return J(await K.api.v1.p[`:projectId`].config.$get({param:{projectId:a()}},q(e)),`/config`)}async function la(e={}){return J(await K.api.v1.p[`:projectId`][`agent-config`].$get({param:{projectId:a()}},q(e)),`/agent-config`)}async function ua(e,t={}){return J(await K.api.v1.p[`:projectId`][`agent-config`][`:id`].$get({param:{projectId:a(),id:encodeURIComponent(e)}},q(t)),`/agent-config/${encodeURIComponent(e)}`)}async function da(e,t){return J(await K.api.v1.p[`:projectId`][`agent-config`][`:id`].$put({param:{projectId:a(),id:encodeURIComponent(e)},json:t}),`/agent-config/${encodeURIComponent(e)}`)}async function fa(e){return J(await K.api.v1.p[`:projectId`].repo.changes.$get({param:{projectId:a()}},q(e)),`/repo/changes`)}async function pa(e,t){return J(await K.api.v1.p[`:projectId`].repo.commit[`:sha`].$get({param:{projectId:a(),sha:encodeURIComponent(e)},query:{structured:`1`}},q(t)),`/repo/commit/:sha`)}async function ma(e,t){return J(await K.api.v1.p[`:projectId`].runs[`:id`].commits.$get({param:{projectId:a(),id:encodeURIComponent(e)}},q(t)),Y(e,`/commits`))}async function ha(e,t,n){return J(await K.api.v1.p[`:projectId`].runs[`:id`].commit[`:sha`].$get({param:{projectId:a(),id:encodeURIComponent(e),sha:encodeURIComponent(t)}},q(n)),Y(e,`/commit/${encodeURIComponent(t)}`))}async function ga(e={},t){return J(await K.api.v1.p[`:projectId`].github.$get({param:{projectId:a()},query:{limit:e.limit===void 0?void 0:String(e.limit),refresh:e.refresh?`1`:void 0}},q(t)),`/github`)}async function _a(e,t){return J(await K.api.v1.p[`:projectId`].github.checks.$get({param:{projectId:a()},query:{prs:e.join(`,`)}},q(t)),`/github/checks`)}async function va(e,t,n={},r){return J(await K.api.v1.p[`:projectId`].github.comments[`:kind`][`:number`].$get({param:{projectId:a(),kind:e,number:String(t)},query:{refresh:n.refresh?`1`:void 0}},q(r)),`/github/comments/${e}/${t}`)}async function ya(e,t={},n){return J(await K.api.v1.p[`:projectId`].github.prs[`:number`][`merge-state`].$get({param:{projectId:a(),number:String(e)},query:{refresh:t.refresh?`1`:void 0}},q(n)),`/github/prs/${e}/merge-state`)}async function ba(e,t){return J(await K.api.v1.p[`:projectId`].github.prs[`:number`].merge.$post({param:{projectId:a(),number:String(e)},json:t}),`/github/prs/:number/merge`)}async function xa(e,t={},n){return J(await K.api.v1.p[`:projectId`].github.prs[`:number`].changes.$get({param:{projectId:a(),number:String(e)},query:{refresh:t.refresh?`1`:void 0}},q(n)),`/github/prs/${e}/changes`)}function Sa(e,t){return Ui(Y(e,`/diff`),{method:`GET`,signal:t?.signal})}function Ca(e,t){return Ui(Y(e,`/handoff`),{method:`GET`,signal:t?.signal})}async function wa(e,t){return J(await K.api.v1.p[`:projectId`].runs[`:id`].changes.$get({param:{projectId:a(),id:encodeURIComponent(e)}},q(t)),Y(e,`/changes`))}async function Ta(e,t,n){return J(await K.api.v1.p[`:projectId`].runs[`:id`].files.$get({param:{projectId:a(),id:encodeURIComponent(e)},query:{path:t}},q(n)),`/runs/:id/files`)}function Ea(e,t){return i(Y(e,`/files?path=${encodeURIComponent(t)}&raw=1`))}async function Da(e,t){return J(await K.api.v1.p[`:projectId`].groups[`:groupId`].$get({param:{projectId:a(),groupId:encodeURIComponent(e)}},q(t)),`/groups/${encodeURIComponent(e)}`)}async function Oa(e){return J(await K.api.v1.providers.connect.$post({json:{provider:e}}),`/providers/connect`)}async function ka(e,t){return Oi(await J(await K.api.v1.providers[`:provider`].enabled.$put({param:{provider:e},json:{enabled:t}}),`/providers/${encodeURIComponent(e)}/enabled`))}async function Aa(e,t){return Oi(await J(await K.api.v1.providers[`:provider`].retry.$post({param:{provider:e},json:{authFailureId:t}}),`/providers/${encodeURIComponent(e)}/retry`))}async function ja(e){let t=`/projects`,n=await Hi(t,{method:`POST`,headers:{"content-type":`application/json`},body:JSON.stringify({root:e})}),r=await n.text(),i=Fi(r),a=i?.project;if((n.ok||n.status===409)&&a!=null)return i;throw n.ok?new Pi(n.status,`the cezar server answered ${t} without a project`):Li(n.status,n.statusText,r)}async function Ma(e){return J(await K.api.v1.projects.checkout.$post({json:e}),`/projects/checkout`)}async function Na(e){return J(await K.api.v1.projects[`:projectId`].$delete({param:{projectId:encodeURIComponent(e)}}),`/projects/${encodeURIComponent(e)}`)}async function Pa(e,t){return J(await K.api.v1.projects[`:projectId`].$patch({param:{projectId:encodeURIComponent(e)},json:t}),`/projects/${encodeURIComponent(e)}`)}async function Fa(e){return J(await K.api.v1.p[`:projectId`].runs.$post({param:{projectId:a()},json:e}),`/runs`)}async function Ia(e){return J(await K.api.v1.p[`:projectId`].runs[`:id`].cancel.$post({param:{projectId:a(),id:encodeURIComponent(e)}}),Y(e,`/cancel`))}async function La(e,t=!0){return J(await K.api.v1.p[`:projectId`].runs[`:id`].archive.$post({param:{projectId:a(),id:encodeURIComponent(e)},json:{archived:t}}),Y(e,`/archive`))}async function Ra(){return J(await K.api.v1.p[`:projectId`].runs[`archive-finished`].$post({param:{projectId:a()}}),`/runs/archive-finished`)}async function za(e){return J(await K.api.v1.p[`:projectId`].runs[`:id`].read.$post({param:{projectId:a(),id:encodeURIComponent(e)}}),Y(e,`/read`))}async function Ba(){return J(await K.api.v1.p[`:projectId`].runs[`read-all`].$post({param:{projectId:a()}}),`/runs/read-all`)}async function Va(e){return J(await K.api.v1.p[`:projectId`].runs[`:id`].finish.$post({param:{projectId:a(),id:encodeURIComponent(e)}}),Y(e,`/finish`))}async function Ha(e,t={}){let n={...t.text===void 0?{}:{text:t.text},...t.images===void 0?{}:{images:t.images},...t.runner===void 0?{}:{runner:t.runner},...t.model===void 0?{}:{model:t.model}};return J(await K.api.v1.p[`:projectId`].runs[`:id`].continue.$post({param:{projectId:a(),id:encodeURIComponent(e)},json:n}),Y(e,`/continue`))}async function Ua(e){return J(await K.api.v1.p[`:projectId`].runs[`:id`].pr.$post({param:{projectId:a(),id:encodeURIComponent(e)}}),Y(e,`/pr`))}async function Wa(e,t){return J(await K.api.v1.p[`:projectId`].runs[`:id`].$patch({param:{projectId:a(),id:encodeURIComponent(e)},json:t}),Y(e))}async function Ga(e){return J(await K.api.v1.p[`:projectId`].runs[`:id`].$delete({param:{projectId:a(),id:encodeURIComponent(e)}}),Y(e))}async function Ka(e){return J(await K.api.v1.p[`:projectId`].todos[`:id`].$delete({param:{projectId:a(),id:encodeURIComponent(e)}}),`/todos/${encodeURIComponent(e)}`)}async function qa(e,t={}){let n={...t.runner===void 0?{}:{runner:t.runner},...t.model===void 0?{}:{model:t.model},...t.prompt===void 0?{}:{prompt:t.prompt}};return J(await K.api.v1.p[`:projectId`].todos[`:id`].start.$post({param:{projectId:a(),id:encodeURIComponent(e)},json:Object.keys(n).length>0?n:void 0}),`/todos/${encodeURIComponent(e)}/start`)}async function Ja(e,t){return J(await K.api.v1.p[`:projectId`].groups[`:groupId`].pick.$post({param:{projectId:a(),groupId:encodeURIComponent(e)},json:{runId:t}}),`/groups/${encodeURIComponent(e)}/pick`)}async function Ya(e){return J(await K.api.v1.p[`:projectId`].runs[`:id`][`open-in-cli`].$post({param:{projectId:a(),id:encodeURIComponent(e)}}),Y(e,`/open-in-cli`))}async function Xa(e){return J(await K.api.v1.p[`:projectId`][`open-targets`].$get({param:{projectId:a()}},q(e)),`/open-targets`)}async function Za(e,t){return J(await K.api.v1.p[`:projectId`].runs[`:id`][`open-in`].$post({param:{projectId:a(),id:encodeURIComponent(e)},json:{target:t}}),Y(e,`/open-in`))}async function Qa(e,t){return J(await K.api.v1.p[`:projectId`].runs[`:id`][`open-in`].$post({param:{projectId:a(),id:encodeURIComponent(e)},json:{target:`default`,path:t}}),Y(e,`/open-in`))}async function $a(e,t){return J(await K.api.v1.p[`:projectId`].runs[`:id`].git.commit.$post({param:{projectId:a(),id:encodeURIComponent(e)},json:{message:t}}),Y(e,`/git/commit`))}async function eo(e){return J(await K.api.v1.p[`:projectId`].runs[`:id`].git.push.$post({param:{projectId:a(),id:encodeURIComponent(e)}}),Y(e,`/git/push`))}async function to(e,t){return J(await K.api.v1.p[`:projectId`].runs[`:id`].messages.$post({param:{projectId:a(),id:encodeURIComponent(e)},json:{text:t.text??``,images:t.images??[]}}),Y(e,`/messages`))}async function no(e,t,n){return J(await K.api.v1.p[`:projectId`].runs[`:id`][`queued-messages`][`:msgId`].$patch({param:{projectId:a(),id:encodeURIComponent(e),msgId:encodeURIComponent(t)},json:n}),Y(e,`/queued-messages/${encodeURIComponent(t)}`))}async function ro(e,t){return J(await K.api.v1.p[`:projectId`].runs[`:id`][`queued-messages`][`:msgId`].$delete({param:{projectId:a(),id:encodeURIComponent(e),msgId:encodeURIComponent(t)}}),Y(e,`/queued-messages/${encodeURIComponent(t)}`))}async function io(e){return J(await K.api.v1.p[`:projectId`].repo.branch.$post({param:{projectId:a()},json:e}),`/repo/branch`)}async function ao(e){return J(await K.api.v1.p[`:projectId`].plan.$post({param:{projectId:a()},json:{task:e}}),`/plan`)}async function oo(e){return J(await K.api.v1.p[`:projectId`].automations.$get({param:{projectId:a()}},q(e)),`/automations`)}async function so(e){return J(await K.api.v1.p[`:projectId`].automations.$post({param:{projectId:a()},json:e}),`/automations`)}async function co(e,t){return J(await K.api.v1.p[`:projectId`].automations[`:id`].$put({param:{projectId:a(),id:encodeURIComponent(e)},json:t}),`/automations/${encodeURIComponent(e)}`)}async function lo(e,t){let n={projectId:a(),id:encodeURIComponent(e)},r=`/automations/${encodeURIComponent(e)}/${t?`enable`:`pause`}`;return J(t?await K.api.v1.p[`:projectId`].automations[`:id`].enable.$post({param:n}):await K.api.v1.p[`:projectId`].automations[`:id`].pause.$post({param:n}),r)}async function uo(e,t){return J(await K.api.v1.p[`:projectId`].automations[`:id`].check.$post({param:{projectId:a(),id:encodeURIComponent(e)},json:{mode:t}}),`/automations/${encodeURIComponent(e)}/check`)}async function fo(e,t){return J(await K.api.v1[`automation-checks`][`:checkId`].$get({param:{checkId:encodeURIComponent(e)}},q(t)),`/automation-checks/${encodeURIComponent(e)}`)}async function po(e,t){return J(await K.api.v1.p[`:projectId`][`automation-log`].$get({param:{projectId:a()},query:{automationId:e}},q(t)),`/automation-log?automationId=${encodeURIComponent(e)}`)}async function mo(e){return J(await K.api.v1.p[`:projectId`].workflows.$post({param:{projectId:a()},json:e}),`/workflows`)}async function ho(e){return J(await K.api.v1.p[`:projectId`].workflows.parse.$post({param:{projectId:a()},json:{yaml:e}}),`/workflows/parse`)}async function go(e){return J(await K.api.v1.p[`:projectId`].workflows[`:name`].$delete({param:{projectId:a(),name:encodeURIComponent(e)}}),`/workflows/${encodeURIComponent(e)}`)}async function _o(e){return J(await K.api.v1.p[`:projectId`][`ui-state`].$put({param:{projectId:a()},json:e}),`/ui-state`)}async function vo(e){return J(await K.api.v1.workspace[`ui-state`].$get({},q(e)),`/workspace/ui-state`)}async function yo(e){return J(await K.api.v1.workspace[`ui-state`].$put({json:e}),`/workspace/ui-state`)}async function bo(e){return J(await K.api.v1.workspace.config.$get({},q(e)),`/workspace/config`)}async function xo(e,t){return J(await K.api.v1.workspace[`skills-update`].$get({query:{projectId:e}},q(t)),`/workspace/skills-update?projectId=${encodeURIComponent(e)}`)}async function So(e){return J(await K.api.v1.workspace[`skills-update`].check.$post({json:{projectId:e}}),`/workspace/skills-update/check`)}async function Co(e){return J(await K.api.v1.workspace[`skills-update`].apply.$post({json:{projectId:e}}),`/workspace/skills-update/apply`)}async function wo(e){return J(await K.api.v1.workspace.config.$put({json:e}),`/workspace/config`)}async function To(e){return J(await K.api.v1.p[`:projectId`].config.$put({param:{projectId:a()},json:e}),`/config`)}async function Eo(e){return J(await K.api.v1.p[`:projectId`].worktrees.$get({param:{projectId:a()}},q(e)),`/worktrees`)}async function Do(){return J(await K.api.v1.p[`:projectId`].worktrees.reclaim.$post({param:{projectId:a()},json:{}}),`/worktrees/reclaim`)}async function Oo(e){return J(await K.api.v1.p[`:projectId`].runs[`:id`][`remove-worktree`].$post({param:{projectId:a(),id:encodeURIComponent(e)}}),Y(e,`/remove-worktree`))}var ko={projectId:null,apiBase:s},Ao=(0,M.createContext)(ko);function jo(){return(0,M.useContext)(Ao)}function Mo({projectId:e,children:t}){u()!==e&&o(e),(0,M.useEffect)(()=>{o(e)},[e]),(0,M.useEffect)(()=>()=>o(null),[]);let n=(0,M.useMemo)(()=>e===null?ko:{projectId:e,apiBase:`${s}/p/${encodeURIComponent(e)}`},[e]);return(0,N.jsx)(Ao.Provider,{value:n,children:t})}var No=[`Needs you`,`Working`,`Recent`,`Archived`],Po={waiting:0,review:1,running:2,queued:3},Fo=e=>Po[e.status]??9;function Io(e,t){return t===`archived`?`Archived`:e.status===`waiting`||e.status===`review`?`Needs you`:e.status===`running`||e.status===`queued`?`Working`:`Recent`}function Lo(e){let t=e.titleSummary;return t===void 0||!(e.titleOrigin===`user`||e.titleOrigin===`marker`)&&/[.!?][A-Z]/.test(t)?e.title:t}function Ro(e){return e.title.replace(/ \([A-C]\)$/,``)}function zo(e){let t=e.filter(e=>!e.archived&&e.status===`queued`).sort((e,t)=>e.createdAt.localeCompare(t.createdAt));return new Map(t.map((e,t)=>[e.id,t+1]))}function Bo(e,t){return e.filter(e=>t===`archived`?e.archived:!e.archived).sort((e,t)=>{let n=Fo(e)-Fo(t);return n===0?t.createdAt.localeCompare(e.createdAt):n})}function Vo(e,t){let n=zo(e),r=Bo(e,t),i=new Map,a=(e,t)=>{let n=i.get(e);n?n.push(t):i.set(e,[t])},o=new Set;for(let e of r){if(e.groupId){if(o.has(e.groupId))continue;o.add(e.groupId);let n=r.filter(t=>t.groupId===e.groupId).sort((e,t)=>(e.variant??``).localeCompare(t.variant??``));if(n.length>1){a(Io(e,t),{kind:`group`,groupId:e.groupId,title:Ro(e),members:n});continue}}a(Io(e,t),{kind:`run`,run:e,queuePosition:n.get(e.id)??null})}return No.filter(e=>i.has(e)).map(e=>({label:e,rows:i.get(e)}))}function Ho(e,t){let n=[],r=t;for(let t of e){if(r<=0)break;let e=t.rows.slice(0,r);r-=e.length,n.push({label:t.label,rows:e})}return n}function Uo(e){let t=0,n=0,r=0;for(let i of e){if(i.archived){n+=1;continue}t+=1,(i.status===`waiting`||i.status===`review`)&&(r+=1)}return{active:t,archived:n,waiting:r}}var Wo=new Set([`running`,`waiting`]),Go=new Set([`done`,`failed`,`review`,`cancelled`]),Ko=new Set([`done`,`failed`,`cancelled`]);function qo(e){return e?e>=1024**3?`${(e/1024**3).toFixed(1)} GB`:e>=1024**2?`${Math.round(e/1024**2)} MB`:`${Math.round(e/1024)} kB`:``}function Jo(e){return e?`$${e>=10?e.toFixed(0):e.toFixed(2)}`:``}function Yo(e){if(e.workflow===`(planned)`||e.workflow===`(inbox)`){let t=e.steps.find(e=>e.kind===`agent`);if(t?.name)return t.name}return e.workflow}function Xo(e,t){let n=t.trim().toLowerCase();return n?e.filter(e=>[Lo(e),e.branch??``,e.workflow,Yo(e)].some(e=>e.toLowerCase().includes(n))):[...e]}function Zo(e){return e.filter(e=>!e.archived&&Ko.has(e.status)).length}function Qo(e){if(!e)return;let t=e.trim().replace(/\/+$/,``),n=/^(?:https?|ssh|git|git\+ssh):\/\/(?:[^@/]+@)?([^/:]+)(?::\d+)?\/(.+)$/.exec(t),r=n?null:/^(?:[^@/:]+@)?([^:/]+):(.+)$/.exec(t),i=n??r;if(!i)return;let[,a,o]=i;if(!o||a?.toLowerCase()!==`github.com`)return;let s=o.replace(/\.git$/i,``).split(`/`).filter(Boolean),c=s[s.length-2],l=s[s.length-1];return c&&l?`https://github.com/${c}/${l}`:void 0}function $o(e){if(e.pullRequestUrl)return e.pullRequestUrl;if(!(e.markerRefs?.issue!==void 0&&e.markerRefs?.pr===void 0))return e.referencedPullRequestUrl}function es(e,t){if(e.referencedIssueUrl)return e.referencedIssueUrl;let n=e.markerRefs?.issue??e.issueNumber;if(!(!n||!t))return`${t}/issues/${n}`}function ts(e){let t=$o(e),n=t?Number(ns(t)):e.prNumber;if(n&&Number.isInteger(n))return{kind:`PR`,number:n,...t?{url:t}:{}};let r=es(e),i=e.issueNumber??(r?Number(ns(r)):void 0);if(i&&Number.isInteger(i))return{kind:`Issue`,number:i,...r?{url:r}:{}}}function ns(e){let t=e.split(`/`).pop()??``;return/^\d+$/.test(t)?t:null}function rs(e,t){let n=Wo.has(e.status)?t:void 0;if(n)return{cpu:{text:`${n.cpuPct.toFixed(0)}%`,kind:`live`},mem:{text:qo(n.rssBytes),kind:`live`}};let r=qo(e.peakRssBytes);return{cpu:{text:``,kind:`none`},mem:r?{text:`peak ${r}`,kind:`peak`,title:`peak — run finished${e.peakProcCount?` · ${e.peakProcCount} procs`:``}`}:{text:``,kind:`none`}}}function is(e,t){let n=e.filter(e=>t===`archived`?e.archived:!e.archived),r=new Map;for(let e of n){if(!e.groupId)continue;let t=r.get(e.groupId);t?t.push(e):r.set(e.groupId,[e])}return[...r.entries()].flatMap(([e,t])=>{let n=t[0];return!n||t.length<2||!t.every(e=>Go.has(e.status))?[]:[{groupId:e,title:Ro(n),count:t.length}]})}var as=`/api/v1/ws`,os=3e3,ss=1e3,cs=7e4,ls=0,us=1;function ds(e){let t=new Map,n=null,r,i,a,o=()=>{clearTimeout(a),a=setTimeout(()=>{a=void 0,n?.close()},cs)},s=()=>e??`${location.protocol===`https:`?`wss:`:`ws:`}//${location.host}${as}`,c=e=>{n?.readyState===us&&n.send(JSON.stringify(e))},l=()=>{let e=globalThis.WebSocket;if(typeof e!=`function`||n&&(n.readyState===ls||n.readyState===us))return;let i=new e(s());n=i,i.addEventListener(`open`,()=>{if(i===n){o();for(let e of t.keys())c({type:`subscribe`,topic:e})}}),i.addEventListener(`message`,e=>{if(i!==n)return;o();let r;try{r=JSON.parse(e.data)}catch{return}if(typeof r!=`object`||!r)return;let{type:a,topic:s,data:c}=r;if(a!==`event`||typeof s!=`string`)return;let l=t.get(s);if(l)for(let e of[...l])e(c)}),i.addEventListener(`close`,()=>{i===n&&(n=null,clearTimeout(a),a=void 0,t.size>0&&r===void 0&&(r=setTimeout(()=>{r=void 0,t.size>0&&l()},os)))}),i.addEventListener(`error`,()=>void 0)};return{subscribe(e,o){let s=t.get(e);s||(s=new Set,t.set(e,s));let u=s.size===0;s.add(o),clearTimeout(i),i=void 0,n?u&&c({type:`subscribe`,topic:e}):(clearTimeout(r),r=void 0,l());let d=!0;return()=>{d&&(d=!1,s.delete(o),!(s.size>0)&&(t.delete(e),c({type:`unsubscribe`,topic:e}),t.size===0&&i===void 0&&(i=setTimeout(()=>{i=void 0,!(t.size>0)&&(clearTimeout(r),r=void 0,clearTimeout(a),a=void 0,n?.close(),n=null)},ss))))}}}}var fs=null;function ps(e,t){return fs??=ds(),fs.subscribe(e,t)}var X={get health(){return[a(),`health`]},runs:{get all(){return[a(),`runs`]},list:()=>[a(),`runs`,`list`],detail:e=>[a(),`runs`,`detail`,e],diff:e=>[a(),`runs`,`diff`,e],changes:e=>[a(),`runs`,`changes`,e],file:(e,t)=>[a(),`runs`,`files`,e,t],handoff:e=>[a(),`runs`,`handoff`,e],commits:e=>[a(),`runs`,`commits`,e],commit:(e,t)=>[a(),`runs`,`commit`,e,t]},groups:{detail:e=>[a(),`groups`,e]},get todos(){return[a(),`todos`]},get workflows(){return[a(),`workflows`]},get skills(){return[a(),`skills`]},get skillsReady(){return[a(),`skills`,`ready`]},get importableSkills(){return[a(),`skills`,`importable`]},get importableSkillsReady(){return[a(),`skills`,`importable`,`ready`]},get launchKey(){return[a(),`launch-key`]},get repo(){return[a(),`repo`]},get repoChanges(){return[a(),`repo`,`changes`]},repoCommit:e=>[a(),`repo`,`commit`,e],get uiState(){return[a(),`ui-state`]},get config(){return[a(),`config`]},get agentConfig(){return[a(),`agent-config`]},agentConfigFile:e=>[a(),`agent-config`,`file`,e],get worktrees(){return[a(),`worktrees`]},github:(e={})=>[a(),`github`,e.limit??null],githubChecks:e=>[a(),`github`,`checks`,[...e].sort((e,t)=>e-t).join(`,`)],githubComments:(e,t)=>[a(),`github`,`comments`,e,t],githubMergeState:e=>[a(),`github`,`merge-state`,e],get openTargets(){return[a(),`open-targets`]}},Z={models:e=>[`workspace`,`models`,e],providerStatus:[`workspace`,`providers`,`status`],projects:[`workspace`,`projects`],uiState:[`workspace`,`ui-state`],config:[`workspace`,`config`],skillsUpdate:e=>[`workspace`,`skills-update`,e],fsBrowseRoot:[`workspace`,`fs-browse`],fsBrowse:e=>[...Z.fsBrowseRoot,e]};function ms(e=!0){return F({queryKey:Z.models(`codex`),queryFn:({signal:e})=>Gi({signal:e}),staleTime:300*1e3,enabled:e})}function hs(){let e=P();return F({queryKey:Z.providerStatus,queryFn:async({signal:t})=>{let n=e.getQueryData(Z.providerStatus),r=await Ki(!1,{signal:t});return Ai(n,e.getQueryData(Z.providerStatus),r)},staleTime:5*6e4,refetchInterval:!1,refetchOnWindowFocus:!0})}function gs(){let e=P();return I({mutationFn:()=>Ki(!0),onMutate:()=>e.getQueryData(Z.providerStatus),onSuccess:(t,n,r)=>e.setQueryData(Z.providerStatus,e=>Ai(r,e,t))})}function _s(){let e=P();return I({mutationFn:({provider:e,authFailureId:t})=>Aa(e,t),onMutate:()=>e.getQueryData(Z.providerStatus),onSuccess:(t,n,r)=>{e.setQueryData(Z.providerStatus,e=>Ai(r,e,t,n.authFailureId))}})}function vs(){return F({queryKey:Z.projects,queryFn:({signal:e})=>Ji({signal:e})})}function ys(e){return F({queryKey:Z.fsBrowse(e),queryFn:({signal:t})=>Yi(e??void 0,{signal:t}),retry:!1})}function bs(){let e=P();return I({mutationFn:e=>ja(e),onSuccess:()=>e.invalidateQueries({queryKey:Z.projects})})}function xs(){let e=P();return I({mutationFn:e=>Na(e),retry:!1,onSuccess:()=>e.invalidateQueries({queryKey:Z.projects})})}function Ss(){let e=P();return I({mutationFn:e=>Pa(e.id,{maxParallel:e.maxParallel}),retry:!1,onSuccess:()=>e.invalidateQueries({queryKey:Z.projects})})}function Cs(){let e=P();return I({mutationFn:e=>Ma(e),retry:!1,onSuccess:()=>e.invalidateQueries({queryKey:Z.projects})})}function ws(){let e=P();(0,M.useEffect)(()=>{let t,n=()=>{let n=e.getQueryData(X.health)?.capabilities?.localHandoff===!0;n&&t===void 0?t=ps(`health`,t=>{e.setQueryData(X.health,t)}):!n&&t!==void 0&&(t(),t=void 0)};n();let r=e.getQueryCache().subscribe(n);return()=>{r(),t?.()}},[e])}function Ts(){return F({queryKey:X.health,queryFn:({signal:e})=>Wi({signal:e})})}function Es(){let e=Ts().data,{projectId:t}=jo();return t===null||t===e?.bootProject?Qo(e?.repo?.remote):void 0}function Ds(){return F({queryKey:X.openTargets,queryFn:({signal:e})=>Xa({signal:e}),staleTime:5*6e4})}function Os(){return F({queryKey:X.runs.list(),queryFn:({signal:e})=>Xi({signal:e})})}function ks(e,t=!0,n=!1){return F({queryKey:[n?`default`:e,`runs`,`list`],queryFn:({signal:t})=>Zi(e,{signal:t}),enabled:t})}function As(e){return F({queryKey:X.runs.detail(e??``),queryFn:({signal:t})=>Qi(e,{signal:t}),enabled:!!e})}function js(e){return F({queryKey:X.runs.diff(e??``),queryFn:({signal:t})=>Sa(e,{signal:t}),enabled:!!e})}function Ms(e,t=!1){return F({queryKey:X.runs.changes(e??``),queryFn:({signal:t})=>wa(e,{signal:t}),enabled:!!e,retry:!1,refetchInterval:t?4e3:!1,refetchOnWindowFocus:!0,staleTime:0})}function Ns(e,t){return F({queryKey:X.runs.file(e??``,t??``),queryFn:({signal:n})=>Ta(e,t,{signal:n}),enabled:!!e&&t!==void 0,retry:!1})}function Ps(e){return F({queryKey:X.groups.detail(e??``),queryFn:({signal:t})=>Da(e,{signal:t}),enabled:!!e})}function Fs(e,t=!1){return F({queryKey:X.runs.commits(e??``),queryFn:({signal:t})=>ma(e,{signal:t}),enabled:!!e,retry:!1,refetchInterval:t?5e3:!1})}function Is(e,t){return F({queryKey:X.runs.commit(e??``,t??``),queryFn:({signal:n})=>ha(e,t,{signal:n}),enabled:!!e&&!!t,retry:!1})}function Ls(e,t=!0){return F({queryKey:X.runs.handoff(e??``),queryFn:({signal:t})=>Ca(e,{signal:t}),enabled:!!e&&t})}function Rs(e=!0){return F({queryKey:X.todos,queryFn:({signal:e})=>oa({signal:e}),enabled:e})}function zs(){return F({queryKey:X.workflows,queryFn:({signal:e})=>ea({signal:e})})}function Bs(e=!0){let t=P(),n=X.skills,r=n[0],i=F({queryKey:n,queryFn:({signal:e})=>ta({signal:e}),enabled:e}),a=F({queryKey:X.skillsReady,queryFn:({signal:e})=>na({signal:e}),enabled:e&&i.isSuccess,staleTime:1/0,retry:!1});return(0,M.useEffect)(()=>{Array.isArray(a.data)&&t.setQueryData([r,`skills`],a.data)},[t,a.data,r]),i}function Vs(e=!0){let t=P(),n=X.importableSkills,r=n[0],i=F({queryKey:n,queryFn:({signal:e})=>ia({signal:e}),enabled:e}),a=F({queryKey:X.importableSkillsReady,queryFn:({signal:e})=>aa({signal:e}),enabled:e&&i.isSuccess,staleTime:1/0,retry:!1});return(0,M.useEffect)(()=>{Array.isArray(a.data)&&t.setQueryData([r,`skills`,`importable`],a.data)},[t,a.data,r]),i}function Hs(){return F({queryKey:X.launchKey,queryFn:({signal:e})=>qi({signal:e}),staleTime:1/0})}function Us(){return F({queryKey:X.repo,queryFn:({signal:e})=>sa({signal:e})})}function Ws(){return F({queryKey:X.repoChanges,queryFn:({signal:e})=>fa({signal:e}),retry:!1})}function Gs(e){return F({queryKey:X.repoCommit(e??``),queryFn:({signal:t})=>pa(e,{signal:t}),enabled:!!e,retry:!1})}function Ks(){return F({queryKey:X.config,queryFn:({signal:e})=>ca({signal:e})})}function qs(){return F({queryKey:X.worktrees,queryFn:({signal:e})=>Eo({signal:e})})}function Js(){return F({queryKey:X.uiState,queryFn:({signal:e})=>$i({signal:e})})}function Ys(){return F({queryKey:X.agentConfig,queryFn:({signal:e})=>la({signal:e})})}function Xs(e){return F({queryKey:X.agentConfigFile(e??``),queryFn:({signal:t})=>ua(e,{signal:t}),enabled:e!==null})}function Zs(e){let t=P(),n=X.agentConfig,r=X.agentConfigFile(e);return I({mutationFn:t=>da(e,t),onSuccess:e=>{t.setQueryData(r,e),t.invalidateQueries({queryKey:n})}})}function Qs(){return F({queryKey:Z.uiState,queryFn:({signal:e})=>vo({signal:e})})}function $s(){return F({queryKey:Z.config,queryFn:({signal:e})=>bo({signal:e})})}function ec(e,t=!0){return F({queryKey:Z.skillsUpdate(e),queryFn:({signal:t})=>xo(e,{signal:t}),enabled:t,refetchInterval:e=>{let t=e.state.data?.status;return t===void 0||t===`idle`||t===`checking`||t===`updating`?6e4:!1}})}function tc(e){let t=P();return I({mutationFn:t=>Wa(e,t),onSuccess:()=>t.invalidateQueries({queryKey:X.runs.all})})}function nc(){let e=P();return I({mutationFn:e=>za(e),onMutate:async t=>{await e.cancelQueries({queryKey:X.runs.list()}),await e.cancelQueries({queryKey:X.runs.detail(t)});let n=e.getQueryData(X.runs.list()),r=e.getQueryData(X.runs.detail(t)),i=new Date().toISOString();return e.setQueryData(X.runs.list(),e=>e?.map(e=>e.id===t?{...e,seenAt:i}:e)),e.setQueryData(X.runs.detail(t),e=>e&&{...e,seenAt:i}),{prevList:n,prevDetail:r,id:t}},onError:(t,n,r)=>{r?.prevList&&e.setQueryData(X.runs.list(),r.prevList),r?.prevDetail&&e.setQueryData(X.runs.detail(n),r.prevDetail)},onSuccess:t=>{e.setQueryData(X.runs.list(),e=>e?.map(e=>e.id===t.id?t:e)),e.setQueryData(X.runs.detail(t.id),t)}})}function rc(e){let t=P();return I({mutationFn:t=>to(e,t),onSuccess:()=>t.invalidateQueries({queryKey:X.runs.all}),onError:e=>{e instanceof Pi&&e.status===409&&t.invalidateQueries({queryKey:X.runs.all})}})}function ic(e){let t=P();return I({mutationFn:(t={})=>Ha(e,t),onSuccess:()=>t.invalidateQueries({queryKey:X.runs.all})})}function ac(e){let t=P();return I({mutationFn:({msgId:t,message:n})=>no(e,t,n),onSuccess:()=>t.invalidateQueries({queryKey:X.runs.all})})}function oc(e){let t=P();return I({mutationFn:t=>ro(e,t),onSuccess:()=>t.invalidateQueries({queryKey:X.runs.all})})}function sc(e={},t=!0){return F({queryKey:X.github(e),queryFn:({signal:t})=>ga({limit:e.limit},{signal:t}),enabled:t})}function cc(e,t=!0){return F({queryKey:X.githubChecks(e),queryFn:({signal:t})=>_a(e,{signal:t}),enabled:t&&e.length>0,staleTime:6e4})}function lc(e,t,n=!0){return F({queryKey:X.githubComments(e,t),queryFn:({signal:n})=>va(e,t,{},{signal:n}),enabled:n,staleTime:6e4})}function uc(e){return F({queryKey:[`github`,`pr-changes`,e??0],queryFn:({signal:t})=>xa(e,{},{signal:t}),enabled:e!==void 0,staleTime:6e4,retry:!1})}var dc=l(`check`,[[`path`,{d:`M20 6 9 17l-5-5`,key:`1gmf2c`}]]),fc=l(`loader-circle`,[[`path`,{d:`M21 12a9 9 0 1 1-6.219-8.56`,key:`13zald`}]]),pc=e(n(),1),mc=e=>typeof e==`boolean`?`${e}`:e===0?`0`:e,hc=p,gc=(e,t)=>n=>{if(t?.variants==null)return hc(e,n?.class,n?.className);let{variants:r,defaultVariants:i}=t,a=Object.keys(r).map(e=>{let t=n?.[e],a=i?.[e];if(t===null)return null;let o=mc(t)||mc(a);return r[e][o]}),o=n&&Object.entries(n).reduce((e,t)=>{let[n,r]=t;return r===void 0||(e[n]=r),e},{});return hc(e,a,t?.compoundVariants?.reduce((e,t)=>{let{class:n,className:r,...a}=t;return Object.entries(a).every(e=>{let[t,n]=e;return Array.isArray(n)?n.includes({...i,...o}[t]):{...i,...o}[t]===n})?[...e,n,r]:e},[]),n?.class,n?.className)};function _c(e,t){if(typeof e==`function`)return e(t);e!=null&&(e.current=t)}function vc(...e){return t=>{let n=!1,r=e.map(e=>{let r=_c(e,t);return!n&&typeof r==`function`&&(n=!0),r});if(n)return()=>{for(let t=0;t<r.length;t++){let n=r[t];typeof n==`function`?n():_c(e[t],null)}}}}function yc(...e){return M.useCallback(vc(...e),e)}function bc(e){let t=M.forwardRef((t,n)=>{let{children:r,...i}=t,a=null,o=!1,s=[];Oc(r)&&typeof Mc==`function`&&(r=Mc(r._payload)),M.Children.forEach(r,e=>{if(Ec(e)){o=!0;let t=e,n=`child`in t.props?t.props.child:t.props.children;Oc(n)&&typeof Mc==`function`&&(n=Mc(n._payload)),a=Cc(t,n),s.push(a?.props?.children)}else s.push(e)}),a?a=M.cloneElement(a,void 0,s):!o&&M.Children.count(r)===1&&M.isValidElement(r)&&(a=r);let c=a?Tc(a):void 0,l=yc(n,c);if(!a){if(r||r===0)throw Error(o?jc(e):Ac(e));return r}let u=wc(i,a.props??{});return a.type!==M.Fragment&&(u.ref=n?l:c),M.cloneElement(a,u)});return t.displayName=`${e}.Slot`,t}var xc=bc(`Slot`),Sc=Symbol.for(`radix.slottable`),Cc=(e,t)=>{if(`child`in e.props){let t=e.props.child;return M.isValidElement(t)?M.cloneElement(t,void 0,e.props.children(t.props.children)):null}return M.isValidElement(t)?t:null};function wc(e,t){let n={...t};for(let r in t){let i=e[r],a=t[r];/^on[A-Z]/.test(r)?i&&a?n[r]=(...e)=>{let t=a(...e);return i(...e),t}:i&&(n[r]=i):r===`style`?n[r]={...i,...a}:r===`className`&&(n[r]=[i,a].filter(Boolean).join(` `))}return{...e,...n}}function Tc(e){let t=Object.getOwnPropertyDescriptor(e.props,`ref`)?.get,n=t&&`isReactWarning`in t&&t.isReactWarning;return n?e.ref:(t=Object.getOwnPropertyDescriptor(e,`ref`)?.get,n=t&&`isReactWarning`in t&&t.isReactWarning,n?e.props.ref:e.props.ref||e.ref)}function Ec(e){return M.isValidElement(e)&&typeof e.type==`function`&&`__radixId`in e.type&&e.type.__radixId===Sc}var Dc=Symbol.for(`react.lazy`);function Oc(e){return typeof e==`object`&&!!e&&`$$typeof`in e&&e.$$typeof===Dc&&`_payload`in e&&kc(e._payload)}function kc(e){return typeof e==`object`&&!!e&&`then`in e}var Ac=e=>`${e} failed to slot onto its children. Expected a single React element child or \`Slottable\`.`,jc=e=>`${e} failed to slot onto its \`Slottable\`. Expected \`Slottable\` to receive a single React element child.`,Mc=M.use,Nc=[`a`,`button`,`div`,`form`,`h2`,`h3`,`img`,`input`,`label`,`li`,`nav`,`ol`,`p`,`select`,`span`,`svg`,`ul`].reduce((e,t)=>{let n=bc(`Primitive.${t}`),r=M.forwardRef((e,r)=>{let{asChild:i,...a}=e,o=i?n:t;return typeof window<`u`&&(window[Symbol.for(`radix-ui`)]=!0),(0,N.jsx)(o,{...a,ref:r})});return r.displayName=`Primitive.${t}`,{...e,[t]:r}},{});function Pc(e,t){e&&pc.flushSync(()=>e.dispatchEvent(t))}function Fc(e,t=[]){let n=[];function r(t,r){let i=M.createContext(r);i.displayName=t+`Context`;let a=n.length;n=[...n,r];let o=t=>{let{scope:n,children:r,...o}=t,s=n?.[e]?.[a]||i,c=M.useMemo(()=>o,Object.values(o));return(0,N.jsx)(s.Provider,{value:c,children:r})};o.displayName=t+`Provider`;function s(n,o,s={}){let{optional:c=!1}=s,l=o?.[e]?.[a]||i,u=M.useContext(l);if(u)return u;if(r!==void 0)return r;if(!c)throw Error(`\`${n}\` must be used within \`${t}\``)}return[o,s]}let i=()=>{let t=n.map(e=>M.createContext(e));return function(n){let r=n?.[e]||t;return M.useMemo(()=>({[`__scope${e}`]:{...n,[e]:r}}),[n,r])}};return i.scopeName=e,[r,Ic(i,...t)]}function Ic(...e){let t=e[0];if(e.length===1)return t;let n=()=>{let n=e.map(e=>({useScope:e(),scopeName:e.scopeName}));return function(e){let r=n.reduce((t,{useScope:n,scopeName:r})=>{let i=n(e)[`__scope${r}`];return{...t,...i}},{});return M.useMemo(()=>({[`__scope${t.scopeName}`]:r}),[r])}};return n.scopeName=t.scopeName,n}typeof window<`u`&&window.document&&window.document.createElement;function Lc(e,t,{checkForDefaultPrevented:n=!0}={}){return function(r){if(e?.(r),n===!1||!r||!r.defaultPrevented)return t?.(r)}}var Rc=globalThis?.document?M.useLayoutEffect:()=>{},zc=M.useInsertionEffect||Rc;function Bc({prop:e,defaultProp:t,onChange:n=()=>{},caller:r}){let[i,a,o]=Vc({defaultProp:t,onChange:n}),s=e!==void 0,c=s?e:i;{let t=M.useRef(e!==void 0);M.useEffect(()=>{let e=t.current;e!==s&&console.warn(`${r} is changing from ${e?`controlled`:`uncontrolled`} to ${s?`controlled`:`uncontrolled`}. Components should not switch from controlled to uncontrolled (or vice versa). Decide between using a controlled or uncontrolled value for the lifetime of the component.`),t.current=s},[s,r])}return[c,M.useCallback(t=>{if(s){let n=Hc(t)?t(e):t;n!==e&&o.current?.(n)}else a(t)},[s,e,a,o])]}function Vc({defaultProp:e,onChange:t}){let[n,r]=M.useState(e),i=M.useRef(n),a=M.useRef(t);return zc(()=>{a.current=t},[t]),M.useEffect(()=>{i.current!==n&&(a.current?.(n),i.current=n)},[n,i]),[n,r,a]}function Hc(e){return typeof e==`function`}function Uc(e,t){return M.useReducer((e,n)=>t[e][n]??e,e)}var Wc=e=>{let{present:t,children:n}=e,r=Gc(t),i=typeof n==`function`?n({present:r.isPresent}):M.Children.only(n),a=qc(r.ref,Yc(i));return typeof n==`function`||r.isPresent?M.cloneElement(i,{ref:a}):null};Wc.displayName=`Presence`;function Gc(e){let[t,n]=M.useState(),r=M.useRef(null),i=M.useRef(e),a=M.useRef(`none`),o=M.useRef(void 0),[s,c]=Uc(e?`mounted`:`unmounted`,{mounted:{UNMOUNT:`unmounted`,ANIMATION_OUT:`unmountSuspended`},unmountSuspended:{MOUNT:`mounted`,ANIMATION_END:`unmounted`},unmounted:{MOUNT:`mounted`}});return M.useEffect(()=>{s===`mounted`?(a.current=o.current??Jc(r.current),o.current=void 0):a.current=`none`},[s]),Rc(()=>{let t=r.current,n=i.current;if(n!==e){let r=a.current,s=Jc(t);e?(o.current=s,c(`MOUNT`)):s===`none`||t?.display===`none`?c(`UNMOUNT`):c(n&&r!==s?`ANIMATION_OUT`:`UNMOUNT`),i.current=e}},[e,c]),Rc(()=>{if(t){let e,n=t.ownerDocument.defaultView??window,o=a=>{let o=Jc(r.current).includes(CSS.escape(a.animationName));if(a.target===t&&o&&(c(`ANIMATION_END`),!i.current)){let r=t.style.animationFillMode;t.style.animationFillMode=`forwards`,e=n.setTimeout(()=>{t.style.animationFillMode===`forwards`&&(t.style.animationFillMode=r)})}},s=e=>{e.target===t&&(a.current=Jc(r.current))};return t.addEventListener(`animationstart`,s),t.addEventListener(`animationcancel`,o),t.addEventListener(`animationend`,o),()=>{n.clearTimeout(e),t.removeEventListener(`animationstart`,s),t.removeEventListener(`animationcancel`,o),t.removeEventListener(`animationend`,o)}}else c(`ANIMATION_END`)},[t,c]),{isPresent:[`mounted`,`unmountSuspended`].includes(s),ref:M.useCallback(e=>{if(e){let t=getComputedStyle(e);r.current=t,o.current=Jc(t)}else r.current=null;n(e)},[])}}function Kc(e,t){if(typeof e==`function`)return e(t);e!=null&&(e.current=t)}function qc(...e){let t=M.useRef(e);return t.current=e,M.useCallback(e=>{let n=t.current,r=!1,i=n.map(t=>{let n=Kc(t,e);return!r&&typeof n==`function`&&(r=!0),n});if(r)return()=>{for(let e=0;e<i.length;e++){let t=i[e];typeof t==`function`?t():Kc(n[e],null)}}},[])}function Jc(e){return e?.animationName||`none`}function Yc(e){let t=Object.getOwnPropertyDescriptor(e.props,`ref`)?.get,n=t&&`isReactWarning`in t&&t.isReactWarning;return n?e.ref:(t=Object.getOwnPropertyDescriptor(e,`ref`)?.get,n=t&&`isReactWarning`in t&&t.isReactWarning,n?e.props.ref:e.props.ref||e.ref)}var Xc=M.useId||(()=>void 0),Zc=0;function Qc(e){let[t,n]=M.useState(Xc());return Rc(()=>{e||n(e=>e??String(Zc++))},[e]),e||(t?`radix-${t}`:``)}function $c(e){let t=M.useRef(e);return M.useEffect(()=>{t.current=e}),M.useMemo(()=>((...e)=>t.current?.(...e)),[])}var el=`DismissableLayer`,tl=`dismissableLayer.update`,nl=`dismissableLayer.pointerDownOutside`,rl=`dismissableLayer.focusOutside`,il,al=M.createContext({layers:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set,dismissableSurfaces:new Set}),ol=M.forwardRef((e,t)=>{let{disableOutsidePointerEvents:n=!1,deferPointerDownOutside:r=!1,onEscapeKeyDown:i,onPointerDownOutside:a,onFocusOutside:o,onInteractOutside:s,onDismiss:c,...l}=e,u=M.useContext(al),[d,f]=M.useState(null),p=d?.ownerDocument??globalThis?.document,[,m]=M.useState({}),h=yc(t,f),g=Array.from(u.layers),[_]=[...u.layersWithOutsidePointerEventsDisabled].slice(-1),v=_?g.indexOf(_):-1,y=d?g.indexOf(d):-1,b=u.layersWithOutsidePointerEventsDisabled.size>0,x=y>=v,S=M.useRef(!1),C=dl(e=>{a?.(e),s?.(e),e.defaultPrevented||c?.()},{ownerDocument:p,deferPointerDownOutside:r,isDeferredPointerDownOutsideRef:S,dismissableSurfaces:u.dismissableSurfaces,shouldHandlePointerDownOutside:M.useCallback(e=>{if(!(e instanceof Node))return!1;let t=[...u.branches].some(t=>t.contains(e));return x&&!t},[u.branches,x])}),w=fl(e=>{if(r&&S.current)return;let t=e.target;[...u.branches].some(e=>e.contains(t))||(o?.(e),s?.(e),e.defaultPrevented||c?.())},p),ee=d?y===g.length-1:!1,te=$c(e=>{e.key===`Escape`&&(i?.(e),!e.defaultPrevented&&c&&(e.preventDefault(),c()))});return M.useEffect(()=>{if(ee)return p.addEventListener(`keydown`,te,{capture:!0}),()=>p.removeEventListener(`keydown`,te,{capture:!0})},[p,ee,te]),M.useEffect(()=>{if(d)return n&&(u.layersWithOutsidePointerEventsDisabled.size===0&&(il=p.body.style.pointerEvents,p.body.style.pointerEvents=`none`),u.layersWithOutsidePointerEventsDisabled.add(d)),u.layers.add(d),pl(),()=>{n&&(u.layersWithOutsidePointerEventsDisabled.delete(d),u.layersWithOutsidePointerEventsDisabled.size===0&&(p.body.style.pointerEvents=il))}},[d,p,n,u]),M.useEffect(()=>()=>{d&&(u.layers.delete(d),u.layersWithOutsidePointerEventsDisabled.delete(d),pl())},[d,u]),M.useEffect(()=>{let e=()=>m({});return document.addEventListener(tl,e),()=>document.removeEventListener(tl,e)},[]),(0,N.jsx)(Nc.div,{...l,ref:h,style:{pointerEvents:b?x?`auto`:`none`:void 0,...e.style},onFocusCapture:Lc(e.onFocusCapture,w.onFocusCapture),onBlurCapture:Lc(e.onBlurCapture,w.onBlurCapture),onPointerDownCapture:Lc(e.onPointerDownCapture,C.onPointerDownCapture)})});ol.displayName=el;var sl=`DismissableLayerBranch`,cl=M.forwardRef((e,t)=>{let n=M.useContext(al),r=M.useRef(null),i=yc(t,r);return M.useEffect(()=>{let e=r.current;if(e)return n.branches.add(e),()=>{n.branches.delete(e)}},[n.branches]),(0,N.jsx)(Nc.div,{...e,ref:i})});cl.displayName=sl;function ll(){let e=M.useContext(al),[t,n]=M.useState(null);return M.useEffect(()=>{if(t)return e.dismissableSurfaces.add(t),()=>{e.dismissableSurfaces.delete(t)}},[t,e.dismissableSurfaces]),n}var ul=()=>!0;function dl(e,t){let{ownerDocument:n=globalThis?.document,deferPointerDownOutside:r=!1,isDeferredPointerDownOutsideRef:i,dismissableSurfaces:a,shouldHandlePointerDownOutside:o=ul}=t,s=$c(e),c=M.useRef(!1),l=M.useRef(!1),u=M.useRef(new Map),d=M.useRef(()=>{});return M.useEffect(()=>{function e(){l.current=!1,i.current=!1,u.current.clear()}function t(){return Array.from(u.current.values()).some(Boolean)}function f(e){if(!l.current)return;let t=e.target;t instanceof Node&&[...a].some(e=>e.contains(t))||u.current.set(e.type,!0),e.type===`click`&&window.setTimeout(()=>{l.current&&d.current()},0)}function p(e){l.current&&u.current.set(e.type,!1)}let m=a=>{if(a.target&&!c.current){let f=function(){n.removeEventListener(`click`,d.current);let r=t();e(),r||ml(nl,s,p,{discrete:!0})};if(!o(a.target)){n.removeEventListener(`click`,d.current),e(),c.current=!1;return}let p={originalEvent:a};l.current=!0,i.current=r&&a.button===0,u.current.clear(),!r||a.button!==0?f():(n.removeEventListener(`click`,d.current),d.current=f,n.addEventListener(`click`,d.current,{once:!0}))}else n.removeEventListener(`click`,d.current),e();c.current=!1},h=[`pointerup`,`mousedown`,`mouseup`,`touchstart`,`touchend`,`click`];for(let e of h)n.addEventListener(e,f,!0),n.addEventListener(e,p);let g=window.setTimeout(()=>{n.addEventListener(`pointerdown`,m)},0);return()=>{window.clearTimeout(g),n.removeEventListener(`pointerdown`,m),n.removeEventListener(`click`,d.current);for(let e of h)n.removeEventListener(e,f,!0),n.removeEventListener(e,p)}},[n,s,r,i,a,o]),{onPointerDownCapture:()=>c.current=!0}}function fl(e,t=globalThis?.document){let n=$c(e),r=M.useRef(!1);return M.useEffect(()=>{let e=e=>{e.target&&!r.current&&ml(rl,n,{originalEvent:e},{discrete:!1})};return t.addEventListener(`focusin`,e),()=>t.removeEventListener(`focusin`,e)},[t,n]),{onFocusCapture:()=>r.current=!0,onBlurCapture:()=>r.current=!1}}function pl(){let e=new CustomEvent(tl);document.dispatchEvent(e)}function ml(e,t,n,{discrete:r}){let i=n.originalEvent.target,a=new CustomEvent(e,{bubbles:!1,cancelable:!0,detail:n});t&&i.addEventListener(e,t,{once:!0}),r?Pc(i,a):i.dispatchEvent(a)}var hl=`focusScope.autoFocusOnMount`,gl=`focusScope.autoFocusOnUnmount`,_l={bubbles:!1,cancelable:!0},vl=`FocusScope`,yl=M.forwardRef((e,t)=>{let{loop:n=!1,trapped:r=!1,onMountAutoFocus:i,onUnmountAutoFocus:a,...o}=e,[s,c]=M.useState(null),l=$c(i),u=$c(a),d=M.useRef(null),f=yc(t,c),p=M.useRef({paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}}).current;M.useEffect(()=>{if(r){let e=function(e){if(p.paused||!s)return;let t=e.target;s.contains(t)?d.current=t:Q(d.current,{select:!0})},t=function(e){if(p.paused||!s)return;let t=e.relatedTarget;t!==null&&(s.contains(t)||Q(d.current,{select:!0}))},n=function(e){if(document.activeElement===document.body)for(let t of e)t.removedNodes.length>0&&Q(s)};document.addEventListener(`focusin`,e),document.addEventListener(`focusout`,t);let r=new MutationObserver(n);return s&&r.observe(s,{childList:!0,subtree:!0}),()=>{document.removeEventListener(`focusin`,e),document.removeEventListener(`focusout`,t),r.disconnect()}}},[r,s,p.paused]),M.useEffect(()=>{if(s){El.add(p);let e=document.activeElement;if(!s.contains(e)){let t=new CustomEvent(hl,_l);s.addEventListener(hl,l),s.dispatchEvent(t),t.defaultPrevented||(bl(kl(Sl(s)),{select:!0}),document.activeElement===e&&Q(s))}return()=>{s.removeEventListener(hl,l),setTimeout(()=>{let t=new CustomEvent(gl,_l);s.addEventListener(gl,u),s.dispatchEvent(t),t.defaultPrevented||Q(e??document.body,{select:!0}),s.removeEventListener(gl,u),El.remove(p)},0)}}},[s,l,u,p]);let m=M.useCallback(e=>{if(!n&&!r||p.paused)return;let t=e.key===`Tab`&&!e.altKey&&!e.ctrlKey&&!e.metaKey,i=document.activeElement;if(t&&i){let t=e.currentTarget,[r,a]=xl(t);r&&a?!e.shiftKey&&i===a?(e.preventDefault(),n&&Q(r,{select:!0})):e.shiftKey&&i===r&&(e.preventDefault(),n&&Q(a,{select:!0})):i===t&&e.preventDefault()}},[n,r,p.paused]);return(0,N.jsx)(Nc.div,{tabIndex:-1,...o,ref:f,onKeyDown:m})});yl.displayName=vl;function bl(e,{select:t=!1}={}){let n=document.activeElement;for(let r of e)if(Q(r,{select:t}),document.activeElement!==n)return}function xl(e){let t=Sl(e);return[Cl(t,e),Cl(t.reverse(),e)]}function Sl(e){let t=[],n=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,{acceptNode:e=>{let t=e.tagName===`INPUT`&&e.type===`hidden`;return e.disabled||e.hidden||t?NodeFilter.FILTER_SKIP:e.tabIndex>=0?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});for(;n.nextNode();)t.push(n.currentNode);return t}function Cl(e,t){let n=typeof t.checkVisibility==`function`&&t.checkVisibility({checkVisibilityCSS:!0});for(let r of e)if(!(n?!r.checkVisibility({checkVisibilityCSS:!0}):wl(r,{upTo:t})))return r}function wl(e,{upTo:t}){if(getComputedStyle(e).visibility===`hidden`)return!0;for(;e;){if(t!==void 0&&e===t)return!1;if(getComputedStyle(e).display===`none`)return!0;e=e.parentElement}return!1}function Tl(e){return e instanceof HTMLInputElement&&`select`in e}function Q(e,{select:t=!1}={}){if(e&&e.focus){let n=document.activeElement;e.focus({preventScroll:!0}),e!==n&&Tl(e)&&t&&e.select()}}var El=Dl();function Dl(){let e=[];return{add(t){let n=e[0];t!==n&&n?.pause(),e=Ol(e,t),e.unshift(t)},remove(t){e=Ol(e,t),e[0]?.resume()}}}function Ol(e,t){let n=[...e],r=n.indexOf(t);return r!==-1&&n.splice(r,1),n}function kl(e){return e.filter(e=>e.tagName!==`A`)}var Al=`Portal`,jl=M.forwardRef((e,t)=>{let{container:n,...r}=e,[i,a]=M.useState(!1);Rc(()=>a(!0),[]);let o=n||i&&globalThis?.document?.body;return o?pc.createPortal((0,N.jsx)(Nc.div,{...r,ref:t}),o):null});jl.displayName=Al;var Ml=0,Nl=null;function Pl(){M.useEffect(()=>{Nl||={start:Fl(),end:Fl()};let{start:e,end:t}=Nl;return document.body.firstElementChild!==e&&document.body.insertAdjacentElement(`afterbegin`,e),document.body.lastElementChild!==t&&document.body.insertAdjacentElement(`beforeend`,t),Ml++,()=>{Ml===1&&(Nl?.start.remove(),Nl?.end.remove(),Nl=null),Ml=Math.max(0,Ml-1)}},[])}function Fl(){let e=document.createElement(`span`);return e.setAttribute(`data-radix-focus-guard`,``),e.tabIndex=0,e.style.outline=`none`,e.style.opacity=`0`,e.style.position=`fixed`,e.style.pointerEvents=`none`,e}var $=function(){return $=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n],t)Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},$.apply(this,arguments)};function Il(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols==`function`)for(var i=0,r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]]);return n}function Ll(e,t,n){if(n||arguments.length===2)for(var r=0,i=t.length,a;r<i;r++)(a||!(r in t))&&(a||=Array.prototype.slice.call(t,0,r),a[r]=t[r]);return e.concat(a||Array.prototype.slice.call(t))}var Rl=`right-scroll-bar-position`,zl=`width-before-scroll-bar`,Bl=`with-scroll-bars-hidden`,Vl=`--removed-body-scroll-bar-size`;function Hl(e,t){return typeof e==`function`?e(t):e&&(e.current=t),e}function Ul(e,t){var n=(0,M.useState)(function(){return{value:e,callback:t,facade:{get current(){return n.value},set current(e){var t=n.value;t!==e&&(n.value=e,n.callback(e,t))}}}})[0];return n.callback=t,n.facade}var Wl=typeof window<`u`?M.useLayoutEffect:M.useEffect,Gl=new WeakMap;function Kl(e,t){var n=Ul(t||null,function(t){return e.forEach(function(e){return Hl(e,t)})});return Wl(function(){var t=Gl.get(n);if(t){var r=new Set(t),i=new Set(e),a=n.current;r.forEach(function(e){i.has(e)||Hl(e,null)}),i.forEach(function(e){r.has(e)||Hl(e,a)})}Gl.set(n,e)},[e]),n}function ql(e){return e}function Jl(e,t){t===void 0&&(t=ql);var n=[],r=!1;return{read:function(){if(r)throw Error("Sidecar: could not `read` from an `assigned` medium. `read` could be used only with `useMedium`.");return n.length?n[n.length-1]:e},useMedium:function(e){var i=t(e,r);return n.push(i),function(){n=n.filter(function(e){return e!==i})}},assignSyncMedium:function(e){for(r=!0;n.length;){var t=n;n=[],t.forEach(e)}n={push:function(t){return e(t)},filter:function(){return n}}},assignMedium:function(e){r=!0;var t=[];if(n.length){var i=n;n=[],i.forEach(e),t=n}var a=function(){var n=t;t=[],n.forEach(e)},o=function(){return Promise.resolve().then(a)};o(),n={push:function(e){t.push(e),o()},filter:function(e){return t=t.filter(e),n}}}}}function Yl(e){e===void 0&&(e={});var t=Jl(null);return t.options=$({async:!0,ssr:!1},e),t}var Xl=function(e){var t=e.sideCar,n=Il(e,[`sideCar`]);if(!t)throw Error("Sidecar: please provide `sideCar` property to import the right car");var r=t.read();if(!r)throw Error(`Sidecar medium not found`);return M.createElement(r,$({},n))};Xl.isSideCarExport=!0;function Zl(e,t){return e.useMedium(t),Xl}var Ql=Yl(),$l=function(){},eu=M.forwardRef(function(e,t){var n=M.useRef(null),r=M.useState({onScrollCapture:$l,onWheelCapture:$l,onTouchMoveCapture:$l}),i=r[0],a=r[1],o=e.forwardProps,s=e.children,c=e.className,l=e.removeScrollBar,u=e.enabled,d=e.shards,f=e.sideCar,p=e.noRelative,m=e.noIsolation,h=e.inert,g=e.allowPinchZoom,_=e.as,v=_===void 0?`div`:_,y=e.gapMode,b=Il(e,[`forwardProps`,`children`,`className`,`removeScrollBar`,`enabled`,`shards`,`sideCar`,`noRelative`,`noIsolation`,`inert`,`allowPinchZoom`,`as`,`gapMode`]),x=f,S=Kl([n,t]),C=$($({},b),i);return M.createElement(M.Fragment,null,u&&M.createElement(x,{sideCar:Ql,removeScrollBar:l,shards:d,noRelative:p,noIsolation:m,inert:h,setCallbacks:a,allowPinchZoom:!!g,lockRef:n,gapMode:y}),o?M.cloneElement(M.Children.only(s),$($({},C),{ref:S})):M.createElement(v,$({},C,{className:c,ref:S}),s))});eu.defaultProps={enabled:!0,removeScrollBar:!0,inert:!1},eu.classNames={fullWidth:zl,zeroRight:Rl};var tu,nu=function(){if(tu)return tu;if(typeof __webpack_nonce__<`u`)return __webpack_nonce__};function ru(){if(!document)return null;var e=document.createElement(`style`);e.type=`text/css`;var t=nu();return t&&e.setAttribute(`nonce`,t),e}function iu(e,t){e.styleSheet?e.styleSheet.cssText=t:e.appendChild(document.createTextNode(t))}function au(e){(document.head||document.getElementsByTagName(`head`)[0]).appendChild(e)}var ou=function(){var e=0,t=null;return{add:function(n){e==0&&(t=ru())&&(iu(t,n),au(t)),e++},remove:function(){e--,!e&&t&&(t.parentNode&&t.parentNode.removeChild(t),t=null)}}},su=function(){var e=ou();return function(t,n){M.useEffect(function(){return e.add(t),function(){e.remove()}},[t&&n])}},cu=function(){var e=su();return function(t){var n=t.styles,r=t.dynamic;return e(n,r),null}},lu={left:0,top:0,right:0,gap:0},uu=function(e){return parseInt(e||``,10)||0},du=function(e){var t=window.getComputedStyle(document.body),n=t[e===`padding`?`paddingLeft`:`marginLeft`],r=t[e===`padding`?`paddingTop`:`marginTop`],i=t[e===`padding`?`paddingRight`:`marginRight`];return[uu(n),uu(r),uu(i)]},fu=function(e){if(e===void 0&&(e=`margin`),typeof window>`u`)return lu;var t=du(e),n=document.documentElement.clientWidth,r=window.innerWidth;return{left:t[0],top:t[1],right:t[2],gap:Math.max(0,r-n+t[2]-t[0])}},pu=cu(),mu=`data-scroll-locked`,hu=function(e,t,n,r){var i=e.left,a=e.top,o=e.right,s=e.gap;return n===void 0&&(n=`margin`),`
|
|
4
|
-
.${Bl} {
|
|
5
|
-
overflow: hidden ${r};
|
|
6
|
-
padding-right: ${s}px ${r};
|
|
7
|
-
}
|
|
8
|
-
body[${mu}] {
|
|
9
|
-
overflow: hidden ${r};
|
|
10
|
-
overscroll-behavior: contain;
|
|
11
|
-
${[t&&`position: relative ${r};`,n===`margin`&&`
|
|
12
|
-
padding-left: ${i}px;
|
|
13
|
-
padding-top: ${a}px;
|
|
14
|
-
padding-right: ${o}px;
|
|
15
|
-
margin-left:0;
|
|
16
|
-
margin-top:0;
|
|
17
|
-
margin-right: ${s}px ${r};
|
|
18
|
-
`,n===`padding`&&`padding-right: ${s}px ${r};`].filter(Boolean).join(``)}
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.${Rl} {
|
|
22
|
-
right: ${s}px ${r};
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
.${zl} {
|
|
26
|
-
margin-right: ${s}px ${r};
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
.${Rl} .${Rl} {
|
|
30
|
-
right: 0 ${r};
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
.${zl} .${zl} {
|
|
34
|
-
margin-right: 0 ${r};
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
body[${mu}] {
|
|
38
|
-
${Vl}: ${s}px;
|
|
39
|
-
}
|
|
40
|
-
`},gu=function(){var e=parseInt(document.body.getAttribute(`data-scroll-locked`)||`0`,10);return isFinite(e)?e:0},_u=function(){M.useEffect(function(){return document.body.setAttribute(mu,(gu()+1).toString()),function(){var e=gu()-1;e<=0?document.body.removeAttribute(mu):document.body.setAttribute(mu,e.toString())}},[])},vu=function(e){var t=e.noRelative,n=e.noImportant,r=e.gapMode,i=r===void 0?`margin`:r;_u();var a=M.useMemo(function(){return fu(i)},[i]);return M.createElement(pu,{styles:hu(a,!t,i,n?``:`!important`)})},yu=!1;if(typeof window<`u`)try{var bu=Object.defineProperty({},"passive",{get:function(){return yu=!0,!0}});window.addEventListener(`test`,bu,bu),window.removeEventListener(`test`,bu,bu)}catch{yu=!1}var xu=yu?{passive:!1}:!1,Su=function(e){return e.tagName===`TEXTAREA`},Cu=function(e,t){if(!(e instanceof Element))return!1;var n=window.getComputedStyle(e);return n[t]!==`hidden`&&!(n.overflowY===n.overflowX&&!Su(e)&&n[t]===`visible`)},wu=function(e){return Cu(e,`overflowY`)},Tu=function(e){return Cu(e,`overflowX`)},Eu=function(e,t){var n=t.ownerDocument,r=t;do{if(typeof ShadowRoot<`u`&&r instanceof ShadowRoot&&(r=r.host),ku(e,r)){var i=Au(e,r);if(i[1]>i[2])return!0}r=r.parentNode}while(r&&r!==n.body);return!1},Du=function(e){return[e.scrollTop,e.scrollHeight,e.clientHeight]},Ou=function(e){return[e.scrollLeft,e.scrollWidth,e.clientWidth]},ku=function(e,t){return e===`v`?wu(t):Tu(t)},Au=function(e,t){return e===`v`?Du(t):Ou(t)},ju=function(e,t){return e===`h`&&t===`rtl`?-1:1},Mu=function(e,t,n,r,i){var a=ju(e,window.getComputedStyle(t).direction),o=a*r,s=n.target,c=t.contains(s),l=!1,u=o>0,d=0,f=0;do{if(!s)break;var p=Au(e,s),m=p[0],h=p[1]-p[2]-a*m;(m||h)&&ku(e,s)&&(d+=h,f+=m);var g=s.parentNode;s=g&&g.nodeType===Node.DOCUMENT_FRAGMENT_NODE?g.host:g}while(!c&&s!==document.body||c&&(t.contains(s)||t===s));return(u&&(i&&Math.abs(d)<1||!i&&o>d)||!u&&(i&&Math.abs(f)<1||!i&&-o>f))&&(l=!0),l},Nu=function(e){return`changedTouches`in e?[e.changedTouches[0].clientX,e.changedTouches[0].clientY]:[0,0]},Pu=function(e){return[e.deltaX,e.deltaY]},Fu=function(e){return e&&`current`in e?e.current:e},Iu=function(e,t){return e[0]===t[0]&&e[1]===t[1]},Lu=function(e){return`
|
|
41
|
-
.block-interactivity-${e} {pointer-events: none;}
|
|
42
|
-
.allow-interactivity-${e} {pointer-events: all;}
|
|
43
|
-
`},Ru=0,zu=[];function Bu(e){var t=M.useRef([]),n=M.useRef([0,0]),r=M.useRef(),i=M.useState(Ru++)[0],a=M.useState(cu)[0],o=M.useRef(e);M.useEffect(function(){o.current=e},[e]),M.useEffect(function(){if(e.inert){document.body.classList.add(`block-interactivity-${i}`);var t=Ll([e.lockRef.current],(e.shards||[]).map(Fu),!0).filter(Boolean);return t.forEach(function(e){return e.classList.add(`allow-interactivity-${i}`)}),function(){document.body.classList.remove(`block-interactivity-${i}`),t.forEach(function(e){return e.classList.remove(`allow-interactivity-${i}`)})}}},[e.inert,e.lockRef.current,e.shards]);var s=M.useCallback(function(e,t){if(`touches`in e&&e.touches.length===2||e.type===`wheel`&&e.ctrlKey)return!o.current.allowPinchZoom;var i=Nu(e),a=n.current,s=`deltaX`in e?e.deltaX:a[0]-i[0],c=`deltaY`in e?e.deltaY:a[1]-i[1],l,u=e.target,d=Math.abs(s)>Math.abs(c)?`h`:`v`;if(`touches`in e&&d===`h`&&u.type===`range`)return!1;var f=window.getSelection(),p=f&&f.anchorNode;if(p&&(p===u||p.contains(u)))return!1;var m=Eu(d,u);if(!m)return!0;if(m?l=d:(l=d===`v`?`h`:`v`,m=Eu(d,u)),!m)return!1;if(!r.current&&`changedTouches`in e&&(s||c)&&(r.current=l),!l)return!0;var h=r.current||l;return Mu(h,t,e,h===`h`?s:c,!0)},[]),c=M.useCallback(function(e){var n=e;if(!(!zu.length||zu[zu.length-1]!==a)){var r=`deltaY`in n?Pu(n):Nu(n),i=t.current.filter(function(e){return e.name===n.type&&(e.target===n.target||n.target===e.shadowParent)&&Iu(e.delta,r)})[0];if(i&&i.should){n.cancelable&&n.preventDefault();return}if(!i){var c=(o.current.shards||[]).map(Fu).filter(Boolean).filter(function(e){return e.contains(n.target)});(c.length>0?s(n,c[0]):!o.current.noIsolation)&&n.cancelable&&n.preventDefault()}}},[]),l=M.useCallback(function(e,n,r,i){var a={name:e,delta:n,target:r,should:i,shadowParent:Vu(r)};t.current.push(a),setTimeout(function(){t.current=t.current.filter(function(e){return e!==a})},1)},[]),u=M.useCallback(function(e){n.current=Nu(e),r.current=void 0},[]),d=M.useCallback(function(t){l(t.type,Pu(t),t.target,s(t,e.lockRef.current))},[]),f=M.useCallback(function(t){l(t.type,Nu(t),t.target,s(t,e.lockRef.current))},[]);M.useEffect(function(){return zu.push(a),e.setCallbacks({onScrollCapture:d,onWheelCapture:d,onTouchMoveCapture:f}),document.addEventListener(`wheel`,c,xu),document.addEventListener(`touchmove`,c,xu),document.addEventListener(`touchstart`,u,xu),function(){zu=zu.filter(function(e){return e!==a}),document.removeEventListener(`wheel`,c,xu),document.removeEventListener(`touchmove`,c,xu),document.removeEventListener(`touchstart`,u,xu)}},[]);var p=e.removeScrollBar,m=e.inert;return M.createElement(M.Fragment,null,m?M.createElement(a,{styles:Lu(i)}):null,p?M.createElement(vu,{noRelative:e.noRelative,gapMode:e.gapMode}):null)}function Vu(e){for(var t=null;e!==null;)e instanceof ShadowRoot&&(t=e.host,e=e.host),e=e.parentNode;return t}var Hu=Zl(Ql,Bu),Uu=M.forwardRef(function(e,t){return M.createElement(eu,$({},e,{ref:t,sideCar:Hu}))});Uu.classNames=eu.classNames;var Wu=function(e){return typeof document>`u`?null:(Array.isArray(e)?e[0]:e).ownerDocument.body},Gu=new WeakMap,Ku=new WeakMap,qu={},Ju=0,Yu=function(e){return e&&(e.host||Yu(e.parentNode))},Xu=function(e,t){return t.map(function(t){if(e.contains(t))return t;var n=Yu(t);return n&&e.contains(n)?n:(console.error(`aria-hidden`,t,`in not contained inside`,e,`. Doing nothing`),null)}).filter(function(e){return!!e})},Zu=function(e,t,n,r){var i=Xu(t,Array.isArray(e)?e:[e]);qu[n]||(qu[n]=new WeakMap);var a=qu[n],o=[],s=new Set,c=new Set(i),l=function(e){!e||s.has(e)||(s.add(e),l(e.parentNode))};i.forEach(l);var u=function(e){!e||c.has(e)||Array.prototype.forEach.call(e.children,function(e){if(s.has(e))u(e);else try{var t=e.getAttribute(r),i=t!==null&&t!==`false`,c=(Gu.get(e)||0)+1,l=(a.get(e)||0)+1;Gu.set(e,c),a.set(e,l),o.push(e),c===1&&i&&Ku.set(e,!0),l===1&&e.setAttribute(n,`true`),i||e.setAttribute(r,`true`)}catch(t){console.error(`aria-hidden: cannot operate on `,e,t)}})};return u(t),s.clear(),Ju++,function(){o.forEach(function(e){var t=Gu.get(e)-1,i=a.get(e)-1;Gu.set(e,t),a.set(e,i),t||(Ku.has(e)||e.removeAttribute(r),Ku.delete(e)),i||e.removeAttribute(n)}),Ju--,Ju||(Gu=new WeakMap,Gu=new WeakMap,Ku=new WeakMap,qu={})}},Qu=function(e,t,n){n===void 0&&(n=`data-aria-hidden`);var r=Array.from(Array.isArray(e)?e:[e]),i=t||Wu(e);return i?(r.push.apply(r,Array.from(i.querySelectorAll(`[aria-live], script`))),Zu(r,i,n,`aria-hidden`)):function(){return null}},$u=gc(`inline-flex shrink-0 items-center justify-center gap-[7px] rounded-md font-semibold whitespace-nowrap transition-[background-color,border-color,opacity,filter] outline-none focus-visible:ring-[3px] focus-visible:ring-ring/50 disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4`,{variants:{variant:{primary:`bg-primary text-primary-foreground hover:brightness-[0.96]`,contrast:`bg-contrast text-contrast-foreground hover:brightness-[0.96]`,outline:`border border-border bg-card hover:bg-muted`,ghost:`text-muted-foreground hover:bg-muted hover:text-foreground`,"danger-ghost":`text-danger hover:bg-danger/10`},size:{default:`h-9 px-3.5 text-[13.5px]`,sm:`h-[30px] rounded-sm px-2.5 text-[12.5px]`,icon:`size-9`,"icon-sm":`size-[30px] rounded-sm`}},defaultVariants:{variant:`primary`,size:`default`}});function ed({className:e,variant:t=`primary`,size:n=`default`,asChild:r=!1,...i}){return(0,N.jsx)(r?xc:`button`,{"data-slot":`button`,"data-variant":t,"data-size":n,className:d($u({variant:t,size:n,className:e})),...i})}var td=5e3,nd=[],rd=1,id=new Set;function ad(e){nd=e;for(let e of id)e()}function od(e){return id.add(e),()=>id.delete(e)}function sd(e,t={}){let n={id:rd++,message:e,tone:t.tone??`default`};ad([...nd,n]),setTimeout(()=>ad(nd.filter(e=>e.id!==n.id)),td)}function cd(){let e=(0,M.useSyncExternalStore)(od,()=>nd);return e.length===0?null:(0,N.jsx)(`div`,{"data-slot":`toaster`,className:`pointer-events-none fixed inset-x-0 bottom-[calc(16px+env(safe-area-inset-bottom))] z-50 flex flex-col items-center gap-2 px-4`,children:e.map(e=>(0,N.jsx)(`div`,{role:`status`,"data-slot":`toast`,"data-tone":e.tone,className:d(`pointer-events-auto max-w-full rounded-md px-3.5 py-2.5 text-[13px] font-medium shadow-modal`,e.tone===`danger`?`bg-danger text-danger-foreground`:`bg-contrast text-contrast-foreground`),children:e.message},e.id))})}var ld={primary:`border-primary/25 bg-primary/15 text-primary`,neutral:`border-border bg-card text-foreground shadow-xs`,danger:`border-danger/20 bg-danger/15 text-danger`};function ud({icon:e,tone:t=`neutral`,title:n,subtitle:r,children:i,actions:a,backdrop:o=!1,heading:s=`h1`,className:c}){return(0,N.jsxs)(`div`,{"data-slot":`centered-state`,"data-tone":t,className:d(`relative isolate flex min-h-full flex-1 flex-col items-center justify-center px-6 py-12 text-center`,c),children:[o?(0,N.jsx)(pd,{}):null,(0,N.jsxs)(`div`,{className:`flex w-full max-w-md flex-col items-center gap-4`,children:[(0,N.jsx)(`div`,{"data-slot":`centered-state-tile`,className:d(`flex size-[72px] items-center justify-center rounded-[18px] border [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-7`,ld[t]),children:e}),(0,N.jsx)(s,{className:`text-2xl font-semibold text-balance text-foreground`,children:n}),r?(0,N.jsx)(`p`,{className:`text-sm text-pretty text-muted-foreground`,children:r}):null,i?(0,N.jsx)(`div`,{className:`w-full pt-2`,children:i}):null,a?(0,N.jsx)(`div`,{className:`flex items-center justify-center gap-3 pt-2`,children:a}):null]})]})}var dd=[{top:`6%`,left:`14%`,size:2,tone:`violet`,opacity:.5},{top:`11%`,left:`31%`,size:3,tone:`violet`,opacity:.45},{top:`8%`,left:`52%`,size:2,tone:`pending`,opacity:.4},{top:`15%`,left:`71%`,size:2,tone:`violet`,opacity:.5},{top:`9%`,left:`86%`,size:3,tone:`primary`,opacity:.4},{top:`22%`,left:`8%`,size:2,tone:`pending`,opacity:.4},{top:`27%`,left:`24%`,size:2,tone:`primary`,opacity:.35},{top:`20%`,left:`44%`,size:3,tone:`violet`,opacity:.35},{top:`25%`,left:`62%`,size:2,tone:`violet`,opacity:.4},{top:`30%`,left:`79%`,size:2,tone:`primary`,opacity:.35},{top:`36%`,left:`12%`,size:3,tone:`violet`,opacity:.3},{top:`42%`,left:`35%`,size:2,tone:`pending`,opacity:.28},{top:`47%`,left:`58%`,size:2,tone:`primary`,opacity:.28},{top:`52%`,left:`88%`,size:2,tone:`violet`,opacity:.25},{top:`60%`,left:`29%`,size:3,tone:`violet`,opacity:.22}],fd={violet:`bg-violet`,primary:`bg-primary`,pending:`bg-pending`};function pd({className:e}){return(0,N.jsx)(`div`,{"data-slot":`twinkle-backdrop`,"aria-hidden":`true`,className:d(`pointer-events-none absolute inset-0 -z-10 overflow-hidden [mask-image:linear-gradient(to_bottom,black_25%,transparent_88%)]`,e),children:dd.map((e,t)=>(0,N.jsx)(`span`,{className:d(`absolute rounded-[1px] motion-safe:animate-pulse`,e.size===3?`size-[3px]`:`size-0.5`,fd[e.tone]),style:{top:e.top,left:e.left,opacity:e.opacity,animationDuration:`3.5s`,animationDelay:`${t%5*700}ms`}},t))})}export{hs as $,ii as $n,La as $t,X as A,Ja as An,is as At,lc as B,Ka as Bn,Yo as Bt,xc as C,Ba as Cn,pe as Cr,Ss as Ct,gc as D,Ya as Dn,T as Dr,qs as Dt,yc as E,Za as En,re as Er,Qs as Et,ic as F,wo as Fn,ns as Ft,Vs as G,co as Gn,zo as Gt,Ps as H,lo as Hn,Vo as Ht,ac as I,yo as In,es as It,Ds as J,Oi as Jn,Mo as Jt,Hs as K,ki as Kn,Lo as Kt,ys as L,Do as Ln,$o as Lt,Xs as M,eo as Mn,Zo as Mt,Cs as N,To as Nn,Jo as Nt,fc as O,ho as On,Z as Ot,Ks as P,_o as Pn,qo as Pt,vs as Q,ri as Qn,Ra as Qt,sc as R,ra as Rn,ts as Rt,Pc as S,Ta as Sn,D as Sr,Js as St,vc as T,Qa as Tn,we as Tr,$s as Tt,Ts as U,ka as Un,Ro as Ut,uc as V,Ea as Vn,Ho as Vt,ws as W,qa as Wn,Uo as Wt,Es as X,Mi as Xn,Pi as Xt,tc as Y,Ni as Yn,jo as Yt,ks as Z,ti as Zn,Co as Zt,Bc as _,ga as _n,se as _r,Os as _t,ed as a,Ha as an,W as ar,Us as at,Fc as b,ya as bn,de as br,ec as bt,Uu as c,Fa as cn,di as cr,_s as ct,yl as d,Ga as dn,nt as dr,Is as dt,Ia as en,cr as er,Zs as et,ol as f,go as fn,P as fr,Fs as ft,Wc as g,oo as gn,j as gr,ms as gt,Qc as h,po as hn,Me as hr,Ls as ht,sd as i,Oa as in,Kt as ir,oc as it,Ys as j,ao as jn,Xo as jt,dc as k,Wa as kn,Go as kt,Pl as l,Ua as ln,I as lr,As as lt,$c as m,fo as mn,Ve as mr,Ns as mt,pd as n,So as nn,ur as nr,bs as nt,$u as o,so as on,Pn as or,Ws as ot,ll as p,Va as pn,Qe as pr,js as pt,nc as q,Ei as qn,Bo as qt,cd as r,$a as rn,fr as rr,xs as rt,Qu as s,io as sn,Rn as sr,Gs as st,ud as t,uo as tn,lr as tr,gs as tt,jl as u,mo as un,F as ur,Ms as ut,Rc as v,va as vn,A as vr,rc as vt,bc as w,ba as wn,O as wr,zs as wt,Nc as x,qi as xn,ue as xr,Rs as xt,Lc as y,xa as yn,fe as yr,Bs as yt,cc as z,Oo as zn,rs as zt};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{r as e}from"./utils-DsLuRXwV.js";var t=e(`chevron-right`,[[`path`,{d:`m9 18 6-6-6-6`,key:`mthhwq`}]]);export{t};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{r as e}from"./utils-DsLuRXwV.js";var t=e(`circle-check`,[[`circle`,{cx:`12`,cy:`12`,r:`10`,key:`1mglay`}],[`path`,{d:`m9 12 2 2 4-4`,key:`dzmm74`}]]);export{t};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{r as e}from"./rolldown-runtime-QTnfLwEv.js";import{i as t,t as n}from"./react-runtime-CCIEwYL0.js";import{n as r,r as i,t as a}from"./utils-DsLuRXwV.js";var o=i(`archive`,[[`rect`,{width:`20`,height:`5`,x:`2`,y:`3`,rx:`1`,key:`1wp1u1`}],[`path`,{d:`M4 8v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8`,key:`1s80jp`}],[`path`,{d:`M10 12h4`,key:`a56b0p`}]]),s=i(`arrow-up-right`,[[`path`,{d:`M7 7h10v10`,key:`1tivn9`}],[`path`,{d:`M7 17 17 7`,key:`1vkiza`}]]),c=i(`bot`,[[`path`,{d:`M12 8V4H8`,key:`hb8ula`}],[`rect`,{width:`16`,height:`12`,x:`4`,y:`8`,rx:`2`,key:`enze0r`}],[`path`,{d:`M2 14h2`,key:`vft8re`}],[`path`,{d:`M20 14h2`,key:`4cs60a`}],[`path`,{d:`M15 13v2`,key:`1xurst`}],[`path`,{d:`M9 13v2`,key:`rq6x2g`}]]),l=i(`pencil`,[[`path`,{d:`M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z`,key:`1a8usu`}],[`path`,{d:`m15 5 4 4`,key:`1mk7zo`}]]),u=n();function d({reference:e,taskTitle:t,className:n,compact:i=!1}){let{kind:o,number:c,url:l}=e,d=a(`inline-flex h-[22px] items-center gap-1 rounded-full border border-violet/35 px-2 font-mono text-[11px] font-semibold text-violet`,n),f=i&&o===`PR`?`PR`:c?`${o===`Issue`?`Issue `:``}#${c}`:o;return!l||!r(l)?(0,u.jsx)(`span`,{"data-slot":o===`PR`?`pr-chip`:`issue-chip`,className:d,children:f}):(0,u.jsxs)(`a`,{"data-slot":o===`PR`?`pr-chip`:`issue-chip`,href:l,target:`_blank`,rel:`noopener noreferrer`,title:l,"aria-label":`Open the ${o===`PR`?`pull request`:`issue`} for ${t}`,className:a(d,`hover:bg-violet/10`),children:[f,(0,u.jsx)(s,{className:`size-2.5`,"aria-hidden":`true`})]})}var f=e(t(),1);function p(e,t){let[n,r]=(0,f.useState)(!1),[i,a]=(0,f.useState)(``),o=(0,f.useRef)(!1);return{editing:n,draft:i,setDraft:a,begin:()=>{a(e),o.current=!1,r(!0)},commit:()=>{if(o.current)return;o.current=!0,r(!1);let n=i.trim();n.length===0||n===e||t(n)},cancel:()=>{o.current=!0,r(!1)}}}function m({editor:e,className:t}){return(0,u.jsx)(`input`,{"data-slot":`title-input`,"aria-label":`Task title`,autoFocus:!0,value:e.draft,onChange:t=>e.setDraft(t.target.value),onBlur:e.commit,onKeyDown:t=>{t.key===`Enter`?(t.preventDefault(),e.commit()):t.key===`Escape`&&(t.preventDefault(),e.cancel())},className:a(`w-full min-w-0 rounded-sm border border-border bg-card px-1.5 py-0.5 outline-none focus-visible:ring-[3px] focus-visible:ring-ring/50`,t)})}export{c as a,l as i,p as n,o,d as r,m as t};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{r as e}from"./rolldown-runtime-QTnfLwEv.js";import{i as t,t as n}from"./react-runtime-CCIEwYL0.js";import{A as r,B as i,O as a,Pn as o,R as s,St as c,V as l,_n as u,a as d,bn as f,cn as p,fr as m,i as h,k as g,lr as _,sr as v,t as y,ur as b,vn as x,vr as S,wn as C,wt as w,yn as T,yt as E,z as D}from"./centered-state-ZtnFHA-n.js";import{n as O,r as k,t as A}from"./utils-DsLuRXwV.js";import{t as j}from"./arrow-left-wcYKQXI_.js";import{f as ee,m as M,p as te}from"./new-task-form-BpAw_Dks.js";import{t as N}from"./chevron-right-G4caF2QV.js";import{t as P}from"./circle-check--KvBxXWp.js";import{t as ne}from"./circle-x-C3EFZ3xf.js";import{h as F}from"./dropdown-menu-C1Dlf35P.js";import{n as I,t as L}from"./tab-link-DIlR5T07.js";import{E as re,S as R,T as ie,a as ae,b as z,g as B,h as V,l as oe,n as se,o as ce,r as H,s as U,u as W,v as G,x as K,y as q}from"./prompt-templates-CSBYBR1I.js";import{t as le}from"./git-pull-request-agOG0iGM.js";import{t as ue}from"./refresh-cw-BoGdAykg.js";import{t as J}from"./sparkles-Dt4q7pbG.js";import{t as de}from"./triangle-alert-XYT0DGCI.js";import{n as fe,t as pe}from"./textarea-CUdokhkv.js";import{a as me,c as he,l as ge,n as _e,o as ve,r as ye,s as be,t as xe}from"./use-submit-shortcut-CzVyoAMd.js";import{r as Se,t as Y}from"./project-router-Cx8NPoqn.js";import{r as X,t as Ce}from"./markdown-BGBOGCA_.js";import{c as we,d as Te,i as Ee,l as De,s as Oe,t as ke,u as Ae}from"./skills-BiWfHmCR.js";import{_ as je,d as Me,f as Ne,h as Pe,l as Fe,p as Ie,s as Le,u as Re}from"./index-DiawI6RX.js";import{t as ze}from"./diff-Bizc96qe.js";var Be=k(`chevron-left`,[[`path`,{d:`m15 18-6-6 6-6`,key:`1wnfg3`}]]),Ve=k(`circle-dot`,[[`circle`,{cx:`12`,cy:`12`,r:`10`,key:`1mglay`}],[`circle`,{cx:`12`,cy:`12`,r:`1`,key:`41hilf`}]]),He=k(`message-square`,[[`path`,{d:`M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z`,key:`18887p`}]]),Ue=k(`tag`,[[`path`,{d:`M12.586 2.586A2 2 0 0 0 11.172 2H4a2 2 0 0 0-2 2v7.172a2 2 0 0 0 .586 1.414l8.704 8.704a2.426 2.426 0 0 0 3.42 0l6.58-6.58a2.426 2.426 0 0 0 0-3.42z`,key:`vktsd0`}],[`circle`,{cx:`7.5`,cy:`7.5`,r:`.5`,fill:`currentColor`,key:`kqv944`}]]),Z=e(t(),1),Q=n();function We({className:e,...t}){return(0,Q.jsx)(`div`,{"data-slot":`skeleton`,className:A(`animate-pulse rounded-md bg-accent`,e),...t})}function Ge(e){return`${e.kind===`pr`?`Address GitHub pull request`:`Fix GitHub issue`} #${e.number}: ${e.title}\n\n${e.url}`}function Ke(e,t=[]){let n=Ge(e);return e.body?.trim()&&(n+=`\n\n---\n\n${e.body.trim()}`),t.length&&(n+=qe(t)),n}function qe(e){return`\n\nUse these skills where relevant: ${e.join(`, `)}.`}function Je(e,t){return e.replace(/\{\{\s*number\s*\}\}/gi,()=>`#${t.number}`).replace(/\{\{\s*title\s*\}\}/gi,()=>t.title).replace(/\{\{\s*url\s*\}\}/gi,()=>t.url)}function Ye(e,t){if(e.includes(t.url))return!0;let n=t.kind===`pr`?String.raw`(?:pull\s+request|pr)`:String.raw`issue`;return new RegExp(String.raw`\b${n}\s*#?\s*${t.number}\b`,`i`).test(e)}function Xe(e,t,n){let r=(n??``).trim();if(!r)return Ke(e,t);let i=Ge(e),a=r.startsWith(i)?i+Je(r.slice(i.length),e):Je(r,e),o=Ye(a,e)?a:`${i}\n\n${a}`;return t.length?o+qe(t):o}function Ze(e){let t=[];for(let n of e.slice(0,8)){let e=new Set(t.map(e=>e.id)),r=n;for(let t=2;e.has(r);t++)r=`${n}-${t}`;t.push({id:r,name:n,skill:n,prompt:`{{task}}`})}return t}function Qe(e,t,n,r,i={}){return t?{...i,workflow:t,task:Xe(e,n,r)}:n.length?{...i,steps:Ze(n),task:Xe(e,[],r)}:{...i,workflow:`quick-task`,task:Xe(e,[],r)}}function $e(e){let t=new Set;for(let n of e)for(let e of n.labels)t.add(e);return[...t].sort((e,t)=>e.toLowerCase().localeCompare(t.toLowerCase()))}function et(e,t={}){let n=(t.query??``).trim().toLowerCase(),r=t.labels??[],i=n.replace(/^#/,``),a=i!==``&&/^\d+$/.test(i);return e.filter(e=>r.length>0&&!r.every(t=>e.labels.includes(t))?!1:n===``?!0:a?String(e.number).includes(i):`#${e.number} ${e.title} ${e.author} ${e.body}`.toLowerCase().includes(n))}function tt(e){if(!e||!/^[0-9a-fA-F]{6}$/.test(e))return{borderColor:`var(--border)`,color:`var(--muted-foreground)`};let t=`#${e}`;return{backgroundColor:`${t}22`,borderColor:`${t}66`,color:`color-mix(in srgb, ${t} 50%, var(--foreground))`}}var nt={workflow:null,skills:[]},rt=`cez-followup-selection`;function it(e){let t=e&&typeof e==`object`?e:{};return{workflow:typeof t.workflow==`string`?t.workflow:null,skills:Array.isArray(t.skills)?t.skills.filter(e=>typeof e==`string`):[]}}function at(){try{let e=localStorage.getItem(rt);return e?it(JSON.parse(e)):{...nt}}catch{return{...nt}}}function ot(e){try{localStorage.setItem(rt,JSON.stringify(e))}catch{}}var st=`cez-followup-prompt:`;function ct(e){try{return localStorage.getItem(st+e)??``}catch{return``}}function lt(e,t){try{t===``?localStorage.removeItem(st+e):localStorage.setItem(st+e,t)}catch{}}function ut({item:e,workflows:t,skills:n,workflow:i,onWorkflowChange:a,selectedSkills:s,onSkillsChange:l,engine:u,onEngineChange:f,queuedRunId:v,onQueued:y}){let b=m(),x=c(),S=e.kind===`pr`?`PR`:`issue`,C=s.filter(e=>n.some(t=>t.name===e)),[w]=(0,Z.useState)(()=>Ge(e)),[T,E]=(0,Z.useState)(()=>ct(e.url)||w),D=Ne(u),O=(0,Z.useRef)(null);(0,Z.useEffect)(()=>{lt(e.url,T===w?``:T)},[e.url,T,w]);let k=(0,Z.useMemo)(()=>ae(x.data?.promptTemplates),[x.data?.promptTemplates]),A=e=>{let t=O.current,n=T===w?T.length:t?.selectionStart??T.length,r=H(T,n,e);E(r.text),requestAnimationFrame(()=>{O.current?.focus(),O.current?.setSelectionRange(r.caret,r.caret)})},j=se(k,C),M=(0,Z.useRef)(T);M.current=T;let N=(0,Z.useRef)(``);(0,Z.useEffect)(()=>{let e=ce(M.current,N.current,j,w);N.current=e.applied,e.text!==M.current&&E(e.text)},[j,w]);let P=_({mutationFn:async()=>D.canRun?p(Qe(e,i,C,T,Me(D))):null,onSuccess:t=>{if(t===null)return;let n=`runs`in t?t.runs[0]:t;n&&y(e.url,n.id),h(`Added to the queue — ${S} #${e.number}`),C.length>0&&x.data!==void 0&&o({skillUsage:C.reduce((e,t)=>ke(e,t),x.data.skillUsage)}).then(()=>b.invalidateQueries({queryKey:r.uiState})).catch(()=>{}),lt(e.url,``),E(w),N.current=``,b.invalidateQueries({queryKey:r.runs.all})},onError:e=>h(e.message,{tone:`danger`})}),ne=e=>{xe({key:e.key,shiftKey:e.shiftKey,metaKey:e.metaKey,ctrlKey:e.ctrlKey,altKey:e.altKey,repeat:e.repeat,isComposing:e.nativeEvent.isComposing})&&(e.metaKey||e.ctrlKey)&&(e.preventDefault(),!P.isPending&&D.canRun&&P.mutate())},F=e=>l(s.includes(e)?s.filter(t=>t!==e):[...s,e]);return(0,Q.jsxs)(`section`,{"data-slot":`gh-hand`,className:`mt-7 rounded-lg border border-border bg-card p-4`,children:[(0,Q.jsxs)(`h3`,{className:`flex items-center gap-1.5 text-[11px] font-semibold tracking-[.04em] text-soft-foreground uppercase`,children:[(0,Q.jsx)(ee,{"aria-hidden":`true`,className:`size-3.5 text-violet`}),`Hand this to the agent`]}),(0,Q.jsxs)(`div`,{className:`mt-3 flex flex-wrap items-center gap-2`,children:[(0,Q.jsx)(dt,{workflows:t,value:i,onChange:a}),(0,Q.jsx)(ft,{skills:n,skillUsage:x.data?.skillUsage,selected:C,onToggle:F}),(0,Q.jsx)(Re,{pick:u,onChange:f,disabled:P.isPending||!D.canRun}),!D.providerPending&&!D.canRun?(0,Q.jsxs)(`span`,{"data-slot":`gh-provider-gate`,className:`inline-flex flex-wrap items-center gap-1 text-xs text-muted-foreground`,children:[D.providerError?`Provider authentication could not be verified.`:`Connect an agent provider to run this item.`,(0,Q.jsx)(Y,{to:`/settings/agents#providers`,className:`font-medium text-foreground underline underline-offset-4`,children:`Configure providers`})]}):null,(0,Q.jsx)(Fe,{templates:k,onInsert:A})]}),C.length>0?(0,Q.jsx)(`div`,{"data-slot":`gh-skill-chips`,className:`mt-2.5 flex flex-wrap gap-1.5`,children:C.map(e=>(0,Q.jsxs)(`button`,{type:`button`,"data-slot":`gh-skill-chip`,"data-skill":e,onClick:()=>F(e),title:`Remove this skill`,className:`inline-flex items-center gap-1 rounded-full border border-border bg-muted px-2 py-px font-mono text-[11px] font-medium text-foreground transition-colors hover:bg-danger/10 hover:text-danger`,children:[e,(0,Q.jsx)(fe,{"aria-hidden":`true`,className:`size-3`})]},e))}):null,(0,Q.jsx)(pe,{ref:O,"data-slot":`gh-custom-prompt`,"aria-label":`Custom prompt`,"aria-keyshortcuts":`Control+Enter Meta+Enter`,value:T,onChange:e=>E(e.target.value),onKeyDown:ne,placeholder:`Instructions for the agent… (#${e.number} and its link are always sent)`,className:`mt-3 min-h-20 text-[13px]`}),(0,Q.jsxs)(`div`,{className:`mt-4 flex flex-wrap items-center gap-2.5`,children:[(0,Q.jsxs)(d,{variant:`contrast`,"data-action":`gh-run`,disabled:P.isPending||!D.canRun,onClick:()=>P.mutate(),children:[(0,Q.jsx)(te,{"aria-hidden":`true`,className:`size-3.5`}),`Run agent on this `,S]}),(0,Q.jsx)(`kbd`,{"aria-hidden":`true`,className:`rounded-[5px] border border-b-2 border-border bg-card px-[5px] py-px font-mono text-[10.5px] font-medium text-muted-foreground`,children:_e()}),v?(0,Q.jsxs)(Q.Fragment,{children:[(0,Q.jsxs)(`span`,{"data-slot":`gh-queued`,className:`flex items-center gap-1 text-xs font-medium text-success`,children:[(0,Q.jsx)(g,{"aria-hidden":`true`,className:`size-3.5`}),`queued`]}),(0,Q.jsx)(Y,{to:`/tasks/${v}`,"data-slot":`gh-view-run`,className:`text-xs font-semibold text-violet hover:underline`,children:`View task →`})]}):null]})]})}function dt({workflows:e,value:t,onChange:n}){let[r,i]=(0,Z.useState)(!1),[a,o]=(0,Z.useState)(``),s=(0,Z.useRef)(null),c=Ae(e,a);return(0,Q.jsxs)(U,{open:r,onOpenChange:e=>{i(e),e||o(``)},children:[(0,Q.jsx)(W,{asChild:!0,children:(0,Q.jsxs)(`button`,{type:`button`,"data-slot":`gh-workflow-trigger`,"aria-label":`Choose a workflow`,className:A(V,t&&`border-foreground/60 font-mono text-[11.5px] font-semibold text-foreground`),children:[(0,Q.jsx)(je,{"aria-hidden":`true`,className:`size-3 shrink-0 text-violet`}),(0,Q.jsx)(`span`,{className:`max-w-44 truncate`,children:t??`workflow`}),(0,Q.jsx)(M,{"aria-hidden":`true`,className:`size-2.5 shrink-0 text-soft-foreground`})]})}),(0,Q.jsx)(oe,{align:`start`,sideOffset:8,className:`w-[320px] max-w-[calc(100vw-2rem)] p-0`,children:(0,Q.jsxs)(B,{shouldFilter:!1,children:[(0,Q.jsx)(z,{placeholder:`search workflows…`,value:a,onValueChange:o,onInput:()=>s.current?.scrollTo(0,0)}),(0,Q.jsxs)(R,{ref:s,"data-slot":`gh-workflow-menu`,className:`max-h-[min(16rem,calc(var(--radix-popover-content-available-height)-3rem))]`,children:[c.length===0?(0,Q.jsx)(G,{children:`Nothing matches.`}):null,(0,Q.jsx)(q,{children:c.map(e=>{let r=t===e.name;return(0,Q.jsxs)(K,{value:`workflow ${e.name}`,keywords:Te(e.name,e.description),"data-slot":`gh-workflow-option`,"data-workflow":e.name,onSelect:()=>{n(r?null:e.name),i(!1)},children:[(0,Q.jsx)(`span`,{className:`shrink-0 font-mono text-xs`,children:e.name}),e.description?(0,Q.jsx)(`span`,{className:`min-w-0 flex-1 truncate text-xs text-soft-foreground`,children:e.description}):null,r?(0,Q.jsx)(g,{"aria-hidden":`true`,className:`ml-auto size-3.5 shrink-0 text-primary`}):null]},e.name)})})]})]})})]})}function ft({skills:e,skillUsage:t,selected:n,onToggle:r}){let[i,a]=(0,Z.useState)(!1),[o,s]=(0,Z.useState)(``),[c,l]=(0,Z.useState)(null),u=(0,Z.useRef)(null),{mostUsed:d,project:f,global:p}=we(De(e,o,t),t),m=(e,t)=>{let i=n.includes(e.name);return(0,Q.jsxs)(K,{value:`skill ${e.name} ${e.path}`,keywords:Te(e.name,e.description),"data-slot":`gh-skill-option`,"data-skill":e.name,"data-selected":i?`true`:void 0,onSelect:()=>r(e.name),children:[(0,Q.jsx)(`span`,{className:A(`shrink-0 font-mono text-xs`,t&&`font-semibold`),children:e.name}),e.description?(0,Q.jsx)(`span`,{className:`min-w-0 flex-1 truncate text-xs text-soft-foreground`,children:e.description}):null,(0,Q.jsx)(`button`,{type:`button`,"data-slot":`gh-skill-view`,"aria-label":`View skill ${e.name}`,title:`View skill`,onClick:t=>{t.preventDefault(),t.stopPropagation(),l(e)},className:`ml-auto shrink-0 rounded-sm p-0.5 text-soft-foreground transition-colors hover:text-foreground`,children:(0,Q.jsx)(re,{"aria-hidden":`true`,className:`size-3.5`})}),i?(0,Q.jsx)(g,{"aria-hidden":`true`,className:`size-3.5 shrink-0 text-primary`}):null]},e.path)};return e.length===0?null:(0,Q.jsxs)(Q.Fragment,{children:[(0,Q.jsx)(Le,{skill:c,onClose:()=>l(null)}),(0,Q.jsxs)(U,{open:i,onOpenChange:e=>{a(e),e||s(``)},children:[(0,Q.jsx)(W,{asChild:!0,children:(0,Q.jsxs)(`button`,{type:`button`,"data-slot":`gh-skills-trigger`,"aria-label":`Choose skills`,className:A(V,n.length>0&&`border-foreground/60 font-semibold text-foreground`),children:[(0,Q.jsx)(J,{"aria-hidden":`true`,className:`size-3 shrink-0 text-violet`}),`skills`,n.length>0?` · ${n.length}`:``,(0,Q.jsx)(M,{"aria-hidden":`true`,className:`size-2.5 shrink-0 text-soft-foreground`})]})}),(0,Q.jsx)(oe,{align:`start`,sideOffset:8,className:`w-[336px] max-w-[calc(100vw-2rem)] p-0`,children:(0,Q.jsxs)(B,{shouldFilter:!1,children:[(0,Q.jsx)(z,{placeholder:`search skills…`,value:o,onValueChange:s,onInput:()=>u.current?.scrollTo(0,0)}),(0,Q.jsxs)(R,{ref:u,"data-slot":`gh-skill-menu`,className:`max-h-[min(16rem,calc(var(--radix-popover-content-available-height)-3rem))]`,children:[d.length===0&&f.length===0&&p.length===0?(0,Q.jsx)(G,{children:`Nothing matches.`}):null,d.length>0?(0,Q.jsx)(q,{heading:`Most used`,children:d.map(e=>m(e,Ee(e)))}):null,f.length>0?(0,Q.jsx)(q,{heading:`Project skills`,children:f.map(e=>m(e,!0))}):null,p.length>0?(0,Q.jsx)(q,{heading:`Global`,children:p.map(e=>m(e,!1))}):null]})]})})]})]})}var $=1e3,pt=100;function mt(){return c().data?.githubView===`prs`?(0,Q.jsx)(Se,{to:`/github/prs`,replace:!0}):(0,Q.jsx)(ht,{view:`issues`})}function ht({view:e,changes:t=!1}){let{n}=v(),i=s({limit:$}),a=i.data,l=n===void 0?null:Number.parseInt(n,10),f=(0,Z.useMemo)(()=>{if(!a?.available)return[];let t=new Set;e===`prs`&&l!==null&&Number.isInteger(l)&&t.add(l);for(let e of a.prs){if(t.size>=pt)break;t.add(e.number)}return[...t]},[a,e,l]),p=D(f,e===`prs`),g=p.data?.available?p.data.checks:void 0,b=m(),C=e=>{b.setQueryData(r.uiState,t=>({...t,githubView:e})),o({githubView:e}).then(e=>b.setQueryData(r.uiState,e)).catch(e=>{h(e instanceof Error?e.message:String(e),{tone:`danger`}),b.invalidateQueries({queryKey:r.uiState})})},T=(0,Z.useRef)(null),O=_({mutationFn:()=>u({refresh:!0,limit:$}),onSuccess:e=>{b.setQueryData(r.github({limit:$}),e),b.invalidateQueries({queryKey:r.githubChecks(f)});let t=T.current;if(!t){b.removeQueries({queryKey:[`github`,`comments`]});return}let n=r.githubComments(t.kind,t.number);x(t.kind,t.number,{refresh:!0}).then(e=>b.setQueryData(n,e)).catch(()=>{}),b.removeQueries({queryKey:[`github`,`comments`],predicate:e=>e.queryHash!==S(n)})},onError:e=>h(e.message,{tone:`danger`})}),k=w(),j=E(),ee=c(),[M,te]=(0,Z.useState)(()=>at().workflow),[N,P]=(0,Z.useState)(()=>at().skills),[ne,F]=(0,Z.useState)({runner:null,model:null});(0,Z.useEffect)(()=>{ot({workflow:M,skills:[...N]})},[M,N]);let I=k.data?.workflows;(0,Z.useEffect)(()=>{I&&M!==null&&!I.some(e=>e.name===M)&&te(null)},[I,M]);let re=j.data,R=ee.data?.skillUsage,ae=(0,Z.useMemo)(()=>Oe(re??[],R),[re,R]),[z,B]=(0,Z.useState)(new Map),[V,oe]=(0,Z.useState)(``),[se,ce]=(0,Z.useState)([]);if(!a)return i.isError?(0,Q.jsx)(`div`,{"data-route":`github`,className:`flex min-h-full flex-col`,children:(0,Q.jsx)(y,{icon:(0,Q.jsx)(de,{}),tone:`danger`,title:`Could not load GitHub`,subtitle:i.error.message})}):(0,Q.jsx)(Ie,{});if(T.current=null,!a.available)return(0,Q.jsx)(`div`,{"data-route":`github`,className:`flex min-h-full flex-col`,children:(0,Q.jsx)(y,{icon:(0,Q.jsx)(Pe,{}),tone:`neutral`,title:`GitHub is unavailable here`,subtitle:a.reason??`unknown reason`,actions:(0,Q.jsx)(d,{variant:`outline`,"data-action":`gh-retry`,disabled:O.isPending,onClick:()=>O.mutate(),children:`Try again`}),children:(0,Q.jsxs)(`p`,{className:`text-xs leading-relaxed text-soft-foreground`,children:[`The tab needs the `,(0,Q.jsx)(`span`,{className:`font-mono`,children:`gh`}),` CLI, logged in (`,(0,Q.jsx)(`span`,{className:`font-mono`,children:`gh auth login`}),`), and a repo with a GitHub remote. Everything else in cezar works without it.`]})})});let H=e===`issues`?a.issues:a.prs,U=a.labelColors??{},W=$e(H),G=et(H,{query:V,labels:se}),K=V.trim()!==``||se.length>0,q=n===void 0?null:Number.parseInt(n,10),J=q===null?G[0]??null:H.find(e=>e.number===q)??null;T.current=J?{kind:J.kind,number:J.number}:null;let fe=e===`issues`?`/github`:`/github/prs`;return(0,Q.jsxs)(`div`,{"data-route":`github`,className:`flex h-full min-h-0 items-stretch`,children:[(0,Q.jsxs)(`section`,{"data-slot":`gh-list`,className:A(`w-full min-h-0 flex-col overflow-y-auto overscroll-contain border-border md:flex md:w-[360px] md:shrink-0 md:border-r`,n===void 0?`flex`:`hidden`),children:[(0,Q.jsxs)(`header`,{"data-slot":`gh-header`,className:`sticky top-0 z-10 border-b border-border bg-background/95 px-4 pt-3 backdrop-blur`,children:[(0,Q.jsxs)(`div`,{className:`flex min-w-0 items-center gap-2.5`,children:[(0,Q.jsx)(`h1`,{className:`text-lg font-semibold`,children:`GitHub`}),a.repo?(0,Q.jsx)(`span`,{"data-slot":`gh-repo`,className:`min-w-0 truncate font-mono text-[11px] text-soft-foreground`,children:a.repo}):null,(0,Q.jsx)(Y,{to:`/automations/new`,className:`ml-auto shrink-0 text-[10px] font-medium text-primary hover:underline`,children:`Set up automations`}),(0,Q.jsxs)(`button`,{type:`button`,"data-slot":`gh-refresh`,title:`Refresh from GitHub`,disabled:O.isPending,onClick:()=>O.mutate(),className:`flex shrink-0 items-center gap-1 rounded-full border border-border px-1.5 py-px text-[10px] font-medium text-soft-foreground transition-colors hover:bg-muted hover:text-foreground disabled:opacity-55`,children:[(0,Q.jsx)(ue,{"aria-hidden":`true`,className:A(`size-[9px]`,O.isPending&&`motion-safe:animate-spin`)}),a.syncedAt?`synced ${X(a.syncedAt)} ago`:`refresh`]})]}),(0,Q.jsxs)(`div`,{"data-slot":`gh-tabs`,className:`mt-2.5 flex items-end gap-1`,children:[(0,Q.jsxs)(L,{to:`/github`,active:e===`issues`,onClick:()=>C(`issues`),children:[`Issues · `,gt(a.issues.length)]}),(0,Q.jsxs)(L,{to:`/github/prs`,active:e===`prs`,onClick:()=>C(`prs`),children:[`Pull requests · `,gt(a.prs.length)]})]}),(0,Q.jsxs)(`div`,{className:`mt-2.5 flex items-center gap-2 pb-3`,children:[(0,Q.jsxs)(`div`,{className:`relative min-w-0 flex-1`,children:[(0,Q.jsx)(ie,{"aria-hidden":`true`,className:`pointer-events-none absolute top-1/2 left-2 size-3.5 -translate-y-1/2 text-soft-foreground`}),(0,Q.jsx)(`input`,{type:`search`,"data-slot":`gh-search`,"aria-label":`Search ${e}`,placeholder:`Search #id, title, author…`,value:V,onChange:e=>oe(e.target.value),className:`w-full rounded-md border border-input bg-card py-1 pr-2 pl-7 text-[13px] outline-none focus-visible:border-ring focus-visible:ring-[3px] focus-visible:ring-ring/50`})]}),(0,Q.jsx)(vt,{options:W,colors:U,selected:se,onChange:ce})]})]}),G.length===0?(0,Q.jsx)(`p`,{className:`px-4 py-4 text-sm text-soft-foreground`,children:K?`No ${e===`issues`?`issues`:`pull requests`} match your filter.`:`No open ${e===`issues`?`issues`:`pull requests`}.`}):(0,Q.jsx)(`ul`,{"data-slot":`gh-rows`,className:`flex flex-col gap-0.5 px-2 py-2`,children:G.map(t=>(0,Q.jsx)(_t,{item:t,view:e,colors:U,active:J?.url===t.url,queued:z.has(t.url),checks:t.kind===`pr`?g?.[t.number]??t.checks:t.checks},t.url))})]}),(0,Q.jsx)(`section`,{"data-slot":`gh-detail`,className:A(`min-w-0 min-h-0 flex-1 flex-col overflow-y-auto overscroll-contain`,n===void 0?`hidden md:flex`:`flex`),children:J?(0,Q.jsx)(bt,{item:J,listPath:fe,colors:U,changes:t,checks:J.kind===`pr`?g?.[J.number]??J.checks:J.checks,children:(0,Q.jsx)(ut,{item:J,workflows:k.data?.workflows??[],skills:ae,workflow:M,onWorkflowChange:te,selectedSkills:N,onSkillsChange:P,engine:ne,onEngineChange:F,queuedRunId:z.get(J.url)??null,onQueued:(e,t)=>B(n=>new Map(n).set(e,t))},J.url)}):(0,Q.jsx)(y,{icon:e===`issues`?(0,Q.jsx)(Ve,{}):(0,Q.jsx)(le,{}),tone:`neutral`,heading:`h2`,title:q===null?`Nothing selected`:`Not in the open list`,subtitle:q===null?`No open ${e===`issues`?`issues`:`pull requests`} to show.`:`#${q} is not among the open ${e===`issues`?`issues`:`pull requests`} — it may be closed, or still outside the fetched batch.`})})]})}function gt(e){return`${e}${e>=$?`+`:``}`}function _t({item:e,view:t,colors:n,active:i,queued:a,checks:o}){let s=e.kind===`issue`?Ve:le,c=m(),l=()=>{c.prefetchQuery({queryKey:r.githubComments(e.kind,e.number),queryFn:({signal:t})=>x(e.kind,e.number,{},{signal:t}),staleTime:6e4})};return(0,Q.jsx)(`li`,{children:(0,Q.jsxs)(Y,{to:`${t===`issues`?`/github/issues`:`/github/prs`}/${e.number}`,draggable:!0,onDragStart:t=>{try{t.dataTransfer.setData(`text/plain`,Ke(e)),t.dataTransfer.effectAllowed=`copy`}catch{}},onMouseEnter:l,onFocus:l,"data-slot":`gh-row`,"data-number":e.number,"aria-current":i?`page`:void 0,title:`Drag into the composer to prefill a task`,className:A(`flex flex-col gap-1 rounded-md px-2.5 py-2 transition-colors hover:bg-muted`,i&&`bg-muted`),children:[(0,Q.jsxs)(`span`,{className:`flex min-w-0 items-center gap-2`,children:[(0,Q.jsx)(s,{"aria-hidden":`true`,className:A(`size-3.5 shrink-0`,e.kind===`issue`?`text-success`:`text-violet`)}),(0,Q.jsx)(`span`,{className:A(`min-w-0 truncate text-[13px] font-medium`,i&&`font-semibold`),children:e.title})]}),(0,Q.jsxs)(`span`,{className:`flex items-center gap-2 pl-[22px] font-mono text-[10.5px] text-muted-foreground`,children:[(0,Q.jsxs)(`span`,{children:[`#`,e.number]}),(0,Q.jsx)(`span`,{className:`min-w-0 truncate`,children:e.author}),(0,Q.jsx)(`span`,{children:X(e.createdAt)}),(0,Q.jsx)(Rt,{count:e.comments}),o?(0,Q.jsx)(Bt,{checks:o}):null,a?(0,Q.jsx)(`span`,{"data-slot":`gh-queued-flag`,className:`font-sans font-medium text-violet`,children:`↗ run queued`}):null]}),e.labels.length>0?(0,Q.jsx)(`span`,{className:`flex flex-wrap gap-1 pl-[22px]`,children:e.labels.map(e=>(0,Q.jsx)(yt,{label:e,color:n[e]},e))}):null]})})}function vt({options:e,colors:t,selected:n,onChange:r}){let[i,a]=(0,Z.useState)(!1),o=e=>r(n.includes(e)?n.filter(t=>t!==e):[...n,e]);return(0,Q.jsxs)(U,{open:i,onOpenChange:a,children:[(0,Q.jsx)(W,{asChild:!0,children:(0,Q.jsxs)(`button`,{type:`button`,"data-slot":`gh-label-filter`,disabled:e.length===0,className:A(`flex shrink-0 items-center gap-1 rounded-md border border-input bg-card px-2 py-1 text-[12px] font-medium text-muted-foreground transition-colors hover:text-foreground disabled:opacity-50`,n.length>0&&`border-primary/60 text-foreground`),children:[(0,Q.jsx)(Ue,{"aria-hidden":`true`,className:`size-3.5`}),n.length>0?`Labels · ${n.length}`:`Labels`]})}),(0,Q.jsx)(oe,{align:`end`,sideOffset:6,className:`w-60 p-0`,children:(0,Q.jsxs)(B,{children:[(0,Q.jsx)(z,{placeholder:`Filter labels…`}),(0,Q.jsxs)(R,{className:`max-h-[min(16rem,calc(var(--radix-popover-content-available-height)-3rem))]`,children:[(0,Q.jsx)(G,{children:`No labels.`}),n.length>0?(0,Q.jsxs)(K,{value:`__clear__`,onSelect:()=>r([]),className:`text-soft-foreground`,children:[`Clear `,n.length,` filter`,n.length>1?`s`:``]}):null,e.map(e=>{let r=n.includes(e);return(0,Q.jsxs)(K,{value:e,onSelect:()=>o(e),children:[(0,Q.jsx)(`span`,{"aria-hidden":`true`,className:`size-2.5 shrink-0 rounded-full border`,style:tt(t[e])}),(0,Q.jsx)(`span`,{className:`min-w-0 flex-1 truncate`,children:e}),r?(0,Q.jsx)(g,{"aria-hidden":`true`,className:`size-3.5 shrink-0 text-primary`}):null]},e)})]})]})})]})}function yt({label:e,color:t}){return(0,Q.jsx)(`span`,{"data-slot":`gh-label`,"data-label":e,style:tt(t),className:`rounded-full border px-1.5 py-px text-[10px] font-medium`,children:e})}function bt({item:e,listPath:t,colors:n,children:r,changes:i,checks:a}){let o=e.kind===`pr`?`pull request`:`issue`,s=e.kind===`pr`&&!!(e.additions||e.deletions);return(0,Q.jsxs)(`article`,{"data-slot":`gh-detail-inner`,className:`min-w-0 px-4 py-4 md:px-7 md:py-5`,children:[(0,Q.jsxs)(Y,{to:t,"data-slot":`gh-back`,className:`mb-3 inline-flex items-center gap-1.5 text-xs font-medium text-muted-foreground hover:text-foreground md:hidden`,children:[(0,Q.jsx)(j,{"aria-hidden":`true`,className:`size-3.5`}),`Back to the list`]}),(0,Q.jsxs)(`p`,{"data-slot":`gh-meta`,className:`flex flex-wrap items-center gap-x-1.5 font-mono text-[10.5px] text-soft-foreground`,children:[(0,Q.jsxs)(`span`,{children:[`#`,e.number]}),`·`,(0,Q.jsx)(`span`,{children:o}),`·`,(0,Q.jsxs)(`span`,{children:[`opened by `,e.author]}),`·`,(0,Q.jsxs)(`span`,{children:[X(e.createdAt),` ago`]}),e.comments?(0,Q.jsxs)(Q.Fragment,{children:[`·`,(0,Q.jsx)(Rt,{count:e.comments})]}):null,s?(0,Q.jsxs)(Q.Fragment,{children:[`·`,(0,Q.jsxs)(`span`,{"data-slot":`gh-diffstat`,children:[(0,Q.jsxs)(`span`,{className:`text-success`,children:[`+`,e.additions??0]}),` `,(0,Q.jsxs)(`span`,{className:`text-danger`,children:[`−`,e.deletions??0]})]})]}):null,`·`,O(e.url)?(0,Q.jsxs)(`a`,{href:e.url,target:`_blank`,rel:`noopener noreferrer`,"data-slot":`gh-open-link`,className:`inline-flex items-center gap-0.5 text-muted-foreground hover:text-foreground hover:underline`,children:[`open on GitHub`,(0,Q.jsx)(I,{"aria-hidden":`true`,className:`size-2.5`})]}):(0,Q.jsx)(`span`,{"data-slot":`gh-open-link`,className:`text-muted-foreground`,children:`open on GitHub`})]}),(0,Q.jsx)(`h2`,{className:`mt-2 text-xl leading-snug font-semibold`,children:e.title}),e.kind===`pr`?(0,Q.jsxs)(`nav`,{"aria-label":`Pull request detail`,className:`mt-4 flex border-b border-border`,children:[(0,Q.jsx)(L,{to:`/github/prs/${e.number}`,active:!i,children:`Conversation`}),(0,Q.jsx)(L,{to:`/github/prs/${e.number}/changes`,active:i,children:`Changes`})]}):null,e.labels.length>0||a?(0,Q.jsxs)(`div`,{className:`mt-3 flex flex-wrap items-center gap-1.5`,children:[e.labels.map(e=>(0,Q.jsx)(yt,{label:e,color:n[e]},e)),a?(0,Q.jsx)(zt,{checks:a,url:e.url}):null]}):null,i&&e.kind===`pr`?(0,Q.jsx)(wt,{item:e}):(0,Q.jsxs)(Q.Fragment,{children:[(0,Q.jsx)(`div`,{"data-slot":`gh-body`,className:`mt-5 text-sm`,children:e.body?(0,Q.jsx)(Ce,{children:e.body}):(0,Q.jsx)(`p`,{className:`text-soft-foreground`,children:`(no description)`})}),(0,Q.jsx)(Tt,{item:e,colors:n}),e.kind===`pr`?(0,Q.jsx)(Ct,{number:e.number}):null,r]})]})}var xt={squash:`Squash and merge`,merge:`Create a merge commit`,rebase:`Rebase and merge`};function St({state:e}){let t=`size-4 shrink-0`;return e===`passing`?(0,Q.jsx)(P,{"aria-hidden":`true`,"data-slot":`gh-merge-status-passing`,className:A(t,`text-success`)}):e===`failing`?(0,Q.jsx)(ne,{"aria-hidden":`true`,"data-slot":`gh-merge-status-failing`,className:A(t,`text-danger`)}):e===`pending`?(0,Q.jsx)(a,{"aria-hidden":`true`,"data-slot":`gh-merge-status-pending`,className:A(t,`animate-spin text-warning`)}):(0,Q.jsx)(F,{"aria-hidden":`true`,"data-slot":`gh-merge-status-unknown`,className:A(t,`text-soft-foreground`)})}function Ct({number:e}){let t=m(),n=b({queryKey:r.githubMergeState(e),queryFn:({signal:t})=>f(e,{},{signal:t}),retry:!1}),i=n.data?.available?n.data.mergeState:null,[a,o]=(0,Z.useState)(null),[s,c]=(0,Z.useState)(!1),[l,u]=(0,Z.useState)(!1),p=_({mutationFn:()=>f(e,{refresh:!0}),onSuccess:n=>t.setQueryData(r.githubMergeState(e),n),onError:e=>h(e instanceof Error?e.message:String(e),{tone:`danger`})}),v=a&&i?.methods.includes(a)?a:i?.defaultMethod??i?.methods[0]??null,y=_({mutationFn:()=>{if(!i||!v)throw Error(`No merge method is available.`);return C(e,{method:v,expectedHeadSha:i.headSha,...l&&i.canOverride?{overrideRules:!0}:{}})},onSuccess:()=>{c(!1),h(`Pull request #${e} merged`),t.invalidateQueries({queryKey:r.githubMergeState(e)}),t.invalidateQueries({queryKey:r.github({limit:$})}),t.invalidateQueries({queryKey:r.githubComments(`pr`,e)})},onError:n=>{h(n instanceof Error?n.message:String(n),{tone:`danger`}),t.invalidateQueries({queryKey:r.githubMergeState(e)})}});if(n.isPending)return(0,Q.jsx)(We,{"data-slot":`gh-merge-loading`,className:`mt-6 h-32 w-full`});if(!i)return(0,Q.jsxs)(`section`,{"data-slot":`gh-merge-unavailable`,className:`mt-6 rounded-lg border border-border bg-card p-4 text-sm`,children:[(0,Q.jsx)(`p`,{className:`font-medium`,children:`Merge status unavailable`}),(0,Q.jsx)(`p`,{className:`mt-1 text-xs text-soft-foreground`,children:n.data?.available===!1?n.data.reason:`GitHub could not load merge requirements.`})]});let x=i.state===`merged`?`Merged`:i.state===`closed`?`Closed`:i.isDraft?`Draft`:i.mergeable===`conflicting`?`Conflicts must be resolved`:i.canMerge?`Ready to merge`:`Merge blocked`,S=i.reviewDecision===`approved`?`passing`:i.reviewDecision===`unknown`?`unknown`:`failing`,w=i.mergeable===`mergeable`?`passing`:i.mergeable===`conflicting`?`failing`:`unknown`,T=!!(v&&(i.canMerge||i.canOverride&&l));return(0,Q.jsxs)(`section`,{"data-slot":`gh-merge-box`,"aria-live":`polite`,className:`mt-6 rounded-lg border border-border bg-card p-4`,children:[(0,Q.jsxs)(`div`,{className:`flex items-start gap-3`,children:[i.canMerge?(0,Q.jsx)(g,{"aria-hidden":`true`,className:`mt-0.5 size-5 shrink-0 text-success`}):(0,Q.jsx)(de,{"aria-hidden":`true`,className:`mt-0.5 size-5 shrink-0 text-warning`}),(0,Q.jsxs)(`div`,{className:`min-w-0 flex-1`,children:[(0,Q.jsxs)(`div`,{className:`flex flex-wrap items-center justify-between gap-2`,children:[(0,Q.jsx)(`h3`,{className:`font-semibold`,children:x}),(0,Q.jsxs)(d,{type:`button`,variant:`ghost`,size:`sm`,disabled:p.isPending,onClick:()=>p.mutate(),children:[(0,Q.jsx)(ue,{"aria-hidden":`true`,className:A(`size-3.5`,p.isPending&&`animate-spin`)}),`Refresh`]})]}),(0,Q.jsxs)(`p`,{className:`mt-1 font-mono text-[11px] text-soft-foreground`,children:[i.headRef,` (`,i.headSha.slice(0,7),`) → `,i.baseRef]}),(0,Q.jsxs)(`ul`,{className:`mt-3 space-y-2 text-xs`,children:[(0,Q.jsxs)(`li`,{className:`flex items-center gap-2`,children:[(0,Q.jsx)(St,{state:S}),(0,Q.jsxs)(`span`,{children:[`Reviews: `,i.reviewDecision.replaceAll(`-`,` `)]})]}),(0,Q.jsxs)(`li`,{className:`flex items-center gap-2`,children:[(0,Q.jsx)(St,{state:w}),(0,Q.jsxs)(`span`,{children:[`Conflicts: `,i.mergeable===`conflicting`?`present`:i.mergeable===`mergeable`?`none`:`unknown`]})]}),i.checks.length===0?(0,Q.jsx)(`li`,{children:`No checks configured`}):i.checks.map(e=>(0,Q.jsxs)(`li`,{className:`flex items-center justify-between gap-3`,children:[(0,Q.jsxs)(`span`,{className:`flex min-w-0 items-center gap-2`,children:[(0,Q.jsx)(St,{state:e.state}),(0,Q.jsxs)(`span`,{children:[e.name,` · `,e.state,e.required===!0?` · required`:e.required===null?` · requiredness unknown`:``]})]}),e.url&&O(e.url)?(0,Q.jsx)(`a`,{href:e.url,target:`_blank`,rel:`noopener noreferrer`,className:`text-muted-foreground underline`,children:`details`}):null]},e.name)),i.blockers.map(e=>(0,Q.jsx)(`li`,{className:`text-soft-foreground`,children:e.message},e.code))]}),i.canOverride?(0,Q.jsxs)(`label`,{className:`mt-4 flex cursor-pointer items-start gap-2 rounded-md border border-warning/40 bg-warning/5 p-3 text-xs`,children:[(0,Q.jsx)(`input`,{type:`checkbox`,checked:l,onChange:e=>u(e.target.checked),className:`mt-0.5 size-4 accent-primary`}),(0,Q.jsxs)(`span`,{children:[(0,Q.jsx)(`span`,{className:`block font-medium`,children:`Merge without waiting for requirements`}),(0,Q.jsx)(`span`,{className:`mt-0.5 block text-soft-foreground`,children:`GitHub will allow this only if your permissions can bypass the repository rules.`})]})]}):null,i.state===`open`&&i.methods.length>0?(0,Q.jsxs)(`div`,{className:`mt-4 flex flex-col gap-2 sm:flex-row`,children:[(0,Q.jsx)(`select`,{"aria-label":`Merge method`,value:v??``,onChange:e=>o(e.target.value),className:`h-9 min-w-0 flex-1 rounded-md border border-input bg-background px-3 text-sm`,children:i.methods.map(e=>(0,Q.jsx)(`option`,{value:e,children:xt[e]},e))}),(0,Q.jsx)(d,{disabled:!T,onClick:()=>c(!0),children:v?xt[v]:`Merge`})]}):null]})]}),(0,Q.jsx)(ye,{open:s,onOpenChange:c,children:(0,Q.jsxs)(me,{"data-slot":`gh-merge-confirm`,showCloseButton:!1,children:[(0,Q.jsxs)(he,{children:[(0,Q.jsxs)(ge,{children:[v?xt[v]:`Merge`,` pull request #`,e,`?`]}),(0,Q.jsxs)(ve,{children:[`This will merge “`,i.title,`” into `,i.baseRef,`. GitHub will re-check the exact reviewed head before changing the repository.`,l&&i.canOverride?` You are asking GitHub to bypass unmet repository requirements; GitHub may refuse if your permissions do not allow it.`:``]})]}),y.error?(0,Q.jsx)(`p`,{className:`text-sm text-danger`,children:y.error.message}):null,(0,Q.jsxs)(be,{children:[(0,Q.jsx)(d,{variant:`outline`,disabled:y.isPending,onClick:()=>c(!1),children:`Cancel`}),(0,Q.jsx)(d,{disabled:y.isPending,onClick:()=>y.mutate(),children:y.isPending?`Merging…`:v?xt[v]:`Merge`})]})]})})]})}function wt({item:e}){let t=m(),n=l(e.number),[r,i]=(0,Z.useState)(``),[a,o]=(0,Z.useState)(null),s=n.data,c=s?.available?s.files.filter(e=>e.path.toLowerCase().includes(r.toLowerCase())):[],u=c.findIndex(e=>e.path===a);(0,Z.useEffect)(()=>{c.length>0&&!c.some(e=>e.path===a)&&o(c[0].path)},[s?.available?s.headSha:``,r]);let f=async()=>{let n=s?.available?s.headSha:null,r=await T(e.number,{refresh:!0});t.setQueryData([`github`,`pr-changes`,e.number],r),r.available&&n&&n!==r.headSha&&(o(r.files[0]?.path??null),h(`The reviewed revision changed.`))};if(n.isPending)return(0,Q.jsx)(`p`,{"aria-live":`polite`,className:`mt-6 text-sm text-muted-foreground`,children:`Loading changed files…`});if(n.isError||!s)return(0,Q.jsx)(`p`,{className:`mt-6 text-sm text-danger`,children:`Changed files could not be loaded.`});if(!s.available)return(0,Q.jsx)(`p`,{className:`mt-6 text-sm text-muted-foreground`,children:s.reason});let p=c.map(e=>({path:e.path,...e.previousPath?{oldPath:e.previousPath}:{},status:e.status===`removed`?`deleted`:e.status===`changed`?`modified`:e.status,adds:e.additions,dels:e.deletions,binary:e.patchUnavailableReason===`binary`,patch:e.patch??``})),g=O(e.url)?`${e.url}/files`:null,_=c.find(e=>e.path===a);return(0,Q.jsxs)(`section`,{"data-slot":`gh-pr-changes`,className:`mt-5 min-w-0`,children:[(0,Q.jsxs)(`div`,{className:`flex flex-wrap items-center gap-2 text-xs`,children:[(0,Q.jsxs)(`strong`,{children:[s.files.length,` changed files`]}),(0,Q.jsxs)(`span`,{className:`text-success`,children:[`+`,s.additions]}),(0,Q.jsxs)(`span`,{className:`text-danger`,children:[`−`,s.deletions]}),(0,Q.jsxs)(`span`,{className:`font-mono text-muted-foreground`,title:s.headSha,children:[`head `,s.headSha.slice(0,8)]}),(0,Q.jsx)(d,{type:`button`,variant:`outline`,size:`sm`,className:`ml-auto min-h-11`,onClick:()=>void f(),children:`Refresh`})]}),s.truncated?(0,Q.jsxs)(`p`,{role:`status`,className:`mt-3 rounded-md border border-warning/40 bg-warning/10 p-3 text-xs`,children:[s.reason??`This response is incomplete.`,` `,g?(0,Q.jsx)(`a`,{href:g,target:`_blank`,rel:`noopener noreferrer`,className:`underline`,children:`Open all files on GitHub`}):null]}):null,(0,Q.jsxs)(`div`,{className:`mt-4 grid min-w-0 gap-4 lg:grid-cols-[240px_minmax(0,1fr)]`,children:[(0,Q.jsxs)(`aside`,{className:`min-w-0`,children:[(0,Q.jsx)(`input`,{"aria-label":`Filter changed files`,value:r,onChange:e=>i(e.target.value),placeholder:`Filter files…`,className:`min-h-11 w-full rounded-md border border-input bg-background px-3 text-sm`}),(0,Q.jsx)(`select`,{"aria-label":`Select changed file`,value:a??``,onChange:e=>o(e.target.value),className:`mt-2 min-h-11 w-full rounded-md border border-input bg-background px-2 text-sm lg:hidden`,children:c.map(e=>(0,Q.jsx)(`option`,{children:e.path},e.path))}),(0,Q.jsx)(`ul`,{className:`mt-2 hidden max-h-[60vh] overflow-auto lg:block`,children:c.map(e=>(0,Q.jsx)(`li`,{children:(0,Q.jsxs)(`button`,{type:`button`,onClick:()=>o(e.path),className:A(`min-h-11 w-full truncate rounded px-2 text-left text-xs`,a===e.path&&`bg-muted font-medium`),title:e.path,children:[e.status,` · `,e.path,` `,(0,Q.jsxs)(`span`,{className:`text-success`,children:[`+`,e.additions]}),` `,(0,Q.jsxs)(`span`,{className:`text-danger`,children:[`−`,e.deletions]})]})},e.path))})]}),(0,Q.jsxs)(`div`,{className:`min-w-0`,children:[(0,Q.jsxs)(`div`,{className:`mb-2 flex justify-end gap-1`,children:[(0,Q.jsx)(d,{"aria-label":`Previous file`,variant:`outline`,size:`icon`,className:`min-h-11 min-w-11`,disabled:u<=0,onClick:()=>o(c[u-1]?.path??null),children:(0,Q.jsx)(Be,{})}),(0,Q.jsx)(d,{"aria-label":`Next file`,variant:`outline`,size:`icon`,className:`min-h-11 min-w-11`,disabled:u<0||u>=c.length-1,onClick:()=>o(c[u+1]?.path??null),children:(0,Q.jsx)(N,{})})]}),c.length===0?(0,Q.jsx)(`p`,{className:`text-sm text-muted-foreground`,children:`No changed files match this filter.`}):(0,Q.jsxs)(Q.Fragment,{children:[(0,Q.jsx)(ze,{files:p.filter(e=>e.path===a),wrap:!0,className:`min-w-0`}),_&&!_.patch?(0,Q.jsxs)(`p`,{className:`rounded-b border border-border p-3 text-xs text-muted-foreground`,children:[`Patch unavailable: `,_.patchUnavailableReason??`not-provided`,`.`]}):null]})]})]})]})}function Tt({item:e,colors:t}){let n=i(e.kind,e.number),r=n.data,a=(0,Z.useMemo)(()=>{let e=[...(r?.comments??[]).map(e=>({row:`comment`,comment:e})),...(r?.events??[]).map(e=>({row:`event`,event:e}))],t=e=>{let t=Date.parse(Et(e));return Number.isNaN(t)?-1/0:t};return e.sort((e,n)=>t(e)-t(n))},[r?.comments,r?.events]);return n.isPending?(0,Q.jsxs)(`section`,{"data-slot":`gh-thread-loading`,className:`mt-6 border-t border-border pt-5`,children:[(0,Q.jsx)(We,{className:`mb-3 h-3 w-24`}),(0,Q.jsxs)(`div`,{className:`flex flex-col gap-3`,children:[(0,Q.jsx)(We,{className:`h-14 w-full`}),(0,Q.jsx)(We,{className:`h-14 w-full`})]})]}):!r||!r.available?(0,Q.jsxs)(`section`,{"data-slot":`gh-thread-error`,className:`mt-6 border-t border-border pt-5 text-xs text-soft-foreground`,children:[(0,Q.jsxs)(`span`,{children:[`Couldn’t load comments — `,r?.reason??(n.error instanceof Error?n.error.message:`could not load comments`),`. `]}),(0,Q.jsxs)(`a`,{href:e.url,target:`_blank`,rel:`noopener noreferrer`,className:`inline-flex items-center gap-0.5 text-muted-foreground hover:text-foreground hover:underline`,children:[`open on GitHub`,(0,Q.jsx)(I,{"aria-hidden":`true`,className:`size-2.5`})]})]}):a.length===0?null:(0,Q.jsxs)(`section`,{"data-slot":`gh-thread`,className:`mt-6 border-t border-border pt-5`,children:[(0,Q.jsxs)(`h3`,{"data-slot":`gh-thread-header`,className:`mb-4 text-[11px] font-semibold tracking-wide text-soft-foreground uppercase`,children:[`Activity · `,r.comments.length,` comment`,r.comments.length===1?``:`s`]}),(0,Q.jsx)(`ul`,{className:`flex flex-col gap-5`,children:Dt(a).map(e=>e.group===`commits`?(0,Q.jsx)(Ot,{commits:e.commits,colors:t},e.commits[0].id):e.entry.row===`comment`?(0,Q.jsx)(Pt,{comment:e.entry.comment},`${e.entry.comment.kind}-${e.entry.comment.id}`):(0,Q.jsx)(At,{event:e.entry.event,colors:t},e.entry.event.id))}),r.truncated?(0,Q.jsxs)(`a`,{href:e.url,target:`_blank`,rel:`noopener noreferrer`,"data-slot":`gh-thread-truncated`,className:`mt-4 inline-flex items-center gap-0.5 text-xs text-soft-foreground hover:text-foreground hover:underline`,children:[`thread truncated — open on GitHub`,(0,Q.jsx)(I,{"aria-hidden":`true`,className:`size-2.5`})]}):null]})}var Et=e=>e.row===`comment`?e.comment.createdAt:e.event.createdAt;function Dt(e){let t=[],n=[],r=()=>{n.length!==0&&(n.length===1?t.push({group:`single`,entry:{row:`event`,event:n[0]}}):t.push({group:`commits`,commits:n}),n=[])};for(let i of e){if(i.row===`event`&&i.event.kind===`committed`&&i.row===`event`){let e=n[n.length-1];e&&e.actor!==i.event.actor&&r(),n.push(i.event);continue}r(),t.push({group:`single`,entry:i})}return r(),t}function Ot({commits:e,colors:t}){let[n,r]=(0,Z.useState)(!1),i=e[0]?.actor??`?`;return n?(0,Q.jsxs)(Q.Fragment,{children:[(0,Q.jsx)(`li`,{"data-slot":`gh-commit-group`,"data-open":`true`,className:`min-w-0`,children:(0,Q.jsxs)(`button`,{type:`button`,"aria-expanded":!0,onClick:()=>r(!1),className:`flex items-center gap-1.5 font-mono text-[11px] text-soft-foreground hover:text-foreground`,children:[(0,Q.jsx)(`span`,{"aria-hidden":`true`,children:kt.committed}),(0,Q.jsx)(`span`,{className:`font-sans font-medium text-foreground`,children:i}),(0,Q.jsxs)(`span`,{children:[`added `,e.length,` commits`]})]})}),e.map(e=>(0,Q.jsx)(At,{event:e,colors:t},e.id))]}):(0,Q.jsx)(`li`,{"data-slot":`gh-commit-group`,"data-open":`false`,className:`min-w-0`,children:(0,Q.jsxs)(`button`,{type:`button`,"aria-expanded":!1,onClick:()=>r(!0),className:`flex items-center gap-1.5 font-mono text-[11px] text-soft-foreground hover:text-foreground`,children:[(0,Q.jsx)(`span`,{"aria-hidden":`true`,children:kt.committed}),(0,Q.jsx)(`span`,{className:`font-sans font-medium text-foreground`,children:i}),(0,Q.jsxs)(`span`,{children:[`added `,e.length,` commits`]}),(0,Q.jsx)(`span`,{className:`shrink-0`,children:X(e[e.length-1].createdAt)})]})})}var kt={committed:`⚙`,labeled:`◆`,unlabeled:`◇`,assigned:`◍`,unassigned:`◌`,merged:`⑃`,closed:`⊘`,reopened:`⊙`,head_ref_force_pushed:`↻`,"cross-referenced":`↗`,renamed:`✎`};function At({event:e,colors:t}){return(0,Q.jsxs)(`li`,{"data-slot":`gh-event-row`,"data-kind":e.kind,className:A(`flex min-w-0 items-center gap-1.5 font-mono text-[11px] text-soft-foreground`,e.kind===`merged`&&`text-accent-foreground`),children:[(0,Q.jsx)(`span`,{"aria-hidden":`true`,className:`shrink-0`,children:kt[e.kind]}),(0,Q.jsx)(`span`,{className:`font-sans font-medium text-foreground`,children:e.actor}),(0,Q.jsx)(jt,{event:e,colors:t}),(0,Q.jsx)(`span`,{className:`shrink-0`,children:X(e.createdAt)}),e.url?(0,Q.jsx)(`a`,{href:e.url,target:`_blank`,rel:`noopener noreferrer`,"aria-label":`open ${e.kind} on GitHub`,className:`ml-auto shrink-0 text-muted-foreground hover:text-foreground`,children:(0,Q.jsx)(I,{"aria-hidden":`true`,className:`size-2.5`})}):null]})}function jt({event:e,colors:t}){switch(e.kind){case`committed`:return(0,Q.jsxs)(`span`,{className:`flex min-w-0 items-center gap-1.5`,children:[(0,Q.jsx)(`span`,{className:`shrink-0`,children:`committed`}),e.sha?(0,Q.jsx)(`span`,{className:`shrink-0 text-muted-foreground`,children:e.sha.slice(0,7)}):null,e.message?(0,Q.jsx)(`span`,{className:`truncate font-sans text-foreground`,children:e.message}):null,(0,Q.jsx)(Mt,{checks:e.checks})]});case`labeled`:case`unlabeled`:return(0,Q.jsxs)(`span`,{className:`flex min-w-0 items-center gap-1.5`,children:[(0,Q.jsx)(`span`,{className:`shrink-0`,children:e.kind===`labeled`?`added the`:`removed the`}),e.label?(0,Q.jsx)(`span`,{"data-slot":`gh-event-label`,style:tt(e.label.color??t[e.label.name]),className:`max-w-[12rem] truncate rounded-full border px-1.5 py-px font-sans text-[10px]`,children:e.label.name}):null,(0,Q.jsx)(`span`,{className:`shrink-0`,children:`label`})]});case`assigned`:case`unassigned`:return(0,Q.jsxs)(`span`,{className:`truncate`,children:[e.kind===`assigned`?`assigned`:`unassigned`,` `,e.subject??`someone`]});case`merged`:return(0,Q.jsx)(`span`,{children:`merged this`});case`closed`:return(0,Q.jsx)(`span`,{children:`closed this`});case`reopened`:return(0,Q.jsx)(`span`,{children:`reopened this`});case`head_ref_force_pushed`:return(0,Q.jsx)(`span`,{children:`force-pushed`});case`renamed`:return(0,Q.jsxs)(`span`,{className:`truncate`,children:[`renamed this to `,e.subject??`—`]});case`cross-referenced`:return(0,Q.jsxs)(`span`,{className:`truncate`,children:[`referenced this in `,e.refNumber?`#${e.refNumber}`:`another thread`,e.refTitle?` ${e.refTitle}`:``]})}}function Mt({checks:e}){return e?(0,Q.jsx)(`span`,{"data-slot":`gh-commit-checks`,"data-checks":e,"aria-label":`checks ${e}`,className:A(`shrink-0`,Lt[e]),children:It[e]}):null}var Nt={approved:{label:`approved`,tone:`border-success/40 text-success`},changes_requested:{label:`changes requested`,tone:`border-danger/40 text-danger`},commented:{label:`commented`,tone:`border-border text-muted-foreground`},dismissed:{label:`dismissed`,tone:`border-border text-muted-foreground`}};function Pt({comment:e}){let t=e.reviewState?Nt[e.reviewState]:null;return(0,Q.jsxs)(`li`,{"data-slot":`gh-thread-entry`,"data-kind":e.kind,className:`min-w-0`,children:[(0,Q.jsxs)(`div`,{className:`mb-1.5 flex items-center gap-1.5 font-mono text-[11px] text-soft-foreground`,children:[(0,Q.jsx)(Ft,{url:e.avatarUrl,login:e.author}),(0,Q.jsx)(`span`,{className:`font-sans font-medium text-foreground`,children:e.author}),(0,Q.jsx)(`span`,{children:X(e.createdAt)}),t?(0,Q.jsx)(`span`,{"data-slot":`gh-review-chip`,"data-review-state":e.reviewState,className:A(`rounded-full border px-1.5 py-px font-sans text-[10px] font-medium`,t.tone),children:t.label}):null,(0,Q.jsx)(`a`,{href:e.url,target:`_blank`,rel:`noopener noreferrer`,"aria-label":`open comment on GitHub`,className:`ml-auto shrink-0 text-muted-foreground hover:text-foreground`,children:(0,Q.jsx)(I,{"aria-hidden":`true`,className:`size-2.5`})})]}),(0,Q.jsx)(`div`,{"data-slot":`gh-thread-body`,className:`text-sm`,children:e.body?(0,Q.jsx)(Ce,{children:e.body}):(0,Q.jsx)(`p`,{className:`text-soft-foreground`,children:`(no body)`})})]})}function Ft({url:e,login:t}){let[n,r]=(0,Z.useState)(!1);return e&&!n?(0,Q.jsx)(`img`,{src:e,alt:``,width:16,height:16,loading:`lazy`,onError:()=>r(!0),"data-slot":`gh-avatar`,className:`size-4 shrink-0 rounded-full`}):(0,Q.jsx)(`span`,{"data-slot":`gh-avatar-fallback`,"aria-hidden":`true`,className:`flex size-4 shrink-0 items-center justify-center rounded-full bg-muted text-[8px] font-semibold text-muted-foreground uppercase`,children:t.slice(0,1)||`?`})}var It={passing:`✓`,failing:`✗`,pending:`○`},Lt={passing:`text-success`,failing:`text-danger`,pending:`text-muted-foreground`};function Rt({count:e}){return e?(0,Q.jsxs)(`span`,{"data-slot":`gh-comment-count`,"data-count":e,"aria-label":`${e} comment${e===1?``:`s`}`,className:`inline-flex shrink-0 items-center gap-0.5`,children:[(0,Q.jsx)(He,{"aria-hidden":`true`,className:`size-3`}),e]}):null}function zt({checks:e,url:t}){let n=A(`text-[11px] font-medium`,Lt[e],t&&`hover:underline`),r=`${It[e]} checks ${e}`;return t?(0,Q.jsx)(`a`,{href:`${t}/checks`,target:`_blank`,rel:`noopener noreferrer`,"data-slot":`gh-checks`,"data-checks":e,className:n,children:r}):(0,Q.jsx)(`span`,{"data-slot":`gh-checks`,"data-checks":e,className:n,children:r})}function Bt({checks:e}){return(0,Q.jsx)(`span`,{"data-slot":`gh-row-checks`,"data-checks":e,title:`checks ${e}`,"aria-label":`checks ${e}`,className:A(`shrink-0 font-sans text-[11px] font-semibold`,Lt[e]),children:It[e]})}export{mt as GithubIndexRoute,ht as GithubRoute};
|