@mindexec/cli 0.2.340 → 0.2.342
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/codex-runtime.js +255 -31
- package/package.json +1 -1
- package/remote-hub.js +80 -2
- package/scripts/remote-fast-live-rate-smoke.mjs +19 -3
- package/scripts/remote-fast-mdm-browser-smoke.mjs +28 -2
- package/scripts/remote-hub-smoke.mjs +32 -2
- package/server.js +1363 -28
- package/wwwroot/_headers +50 -17
- package/wwwroot/assets/AdminDashboardPage-B2vz2Px9.css +1 -0
- package/wwwroot/assets/AdminDashboardPage-DpUfWSRs.js +1 -0
- package/wwwroot/assets/AppSidebar-CBqvLonm.js +1 -0
- package/wwwroot/assets/AuthPages-Cd5fYgU0.js +1 -0
- package/wwwroot/assets/AuthPages-DFGWKWuB.css +1 -0
- package/wwwroot/assets/CodePage-Bncc352E.css +1 -0
- package/wwwroot/assets/CodePage-D9-cUf4A.js +87 -0
- package/wwwroot/assets/CompanyCorePage-ChBnq1ve.css +1 -0
- package/wwwroot/assets/CompanyCorePage-D0byTW77.js +13 -0
- package/wwwroot/assets/ExecutionModePage-DtMDlqYc.js +18 -0
- package/wwwroot/assets/ExecutionModePage-TLuld9l3.css +1 -0
- package/wwwroot/assets/LaunchLeadCapture-CiRI1shz.css +1 -0
- package/wwwroot/assets/LaunchLeadCapture-CqeoHfvb.js +1 -0
- package/wwwroot/assets/MarketingHome-DPzaYzA_.css +1 -0
- package/wwwroot/assets/MarketingHome-DbWyEAya.js +1 -0
- package/wwwroot/assets/MindCanvas-CME1KpAo.js +48 -0
- package/wwwroot/assets/MindCanvas-DiQlUDJu.css +1 -0
- package/wwwroot/assets/PlanMasterPage-CJ36rep-.css +1 -0
- package/wwwroot/assets/PlanMasterPage-mhlZZK19.js +4 -0
- package/wwwroot/assets/PricingPage-Cg_0i_ZR.css +1 -0
- package/wwwroot/assets/PricingPage-zVu8-CrF.js +1 -0
- package/wwwroot/assets/ToolPages-DIB187pZ.css +1 -0
- package/wwwroot/assets/ToolPages-DTSqKzQd.js +28 -0
- package/wwwroot/assets/YouTubeSearchPage-IPPa_BIH.css +1 -0
- package/wwwroot/assets/YouTubeSearchPage-xGiaLNqk.js +4 -0
- package/wwwroot/assets/app-runtime-xD2Z3NdN.js +1 -0
- package/wwwroot/assets/canvas-runtime-D1gfvqKp.js +44 -0
- package/wwwroot/assets/code-agent-runtime-B5PPZd1t.js +74 -0
- package/wwwroot/assets/executionModeSettings-NJqurj-o.js +1 -0
- package/wwwroot/assets/index-CP_xejf2.css +1 -0
- package/wwwroot/assets/index-CZS-9WFu.js +2 -0
- package/wwwroot/assets/marketingTools-DN_rnHeB.js +4 -0
- package/wwwroot/assets/mindCanvasSearchWorker-BzPMsHOB.js +1 -0
- package/wwwroot/assets/mindexecution-mindcanvas.png +0 -0
- package/wwwroot/assets/mindexecution-prod-home-current.png +0 -0
- package/wwwroot/assets/mindexecution-prod-pricing-current.png +0 -0
- package/wwwroot/assets/pricingCheckoutShell-O-DnwmbU.js +1 -0
- package/wwwroot/assets/runtimeSettingsPersistenceProjection-BoNWmYjU.js +1 -0
- package/wwwroot/assets/storage-CGDupGH4.js +1 -0
- package/wwwroot/assets/supabaseAuthAdapter-C3z334Qw.js +44 -0
- package/wwwroot/assets/toolHandoff-D5e5f7t5.js +4 -0
- package/wwwroot/assets/vendor-icons-oiW_NVNO.js +681 -0
- package/wwwroot/assets/vendor-msgpack-BE8aAsr3.js +1 -0
- package/wwwroot/assets/vendor-react-BXzpOyCS.js +40 -0
- package/wwwroot/favicon.svg +7 -0
- package/wwwroot/index.html +22 -736
- package/wwwroot/manifest.webmanifest +18 -21
- package/wwwroot/robots.txt +1 -1
- package/wwwroot/service-worker.js +5 -31
- package/wwwroot/sitemap.xml +21 -9
- package/wwwroot/MindExecution.Web.styles.css +0 -3
- package/wwwroot/_content/MindExecution.Plugins.Admin/css/admin-dashboard.css +0 -546
- package/wwwroot/_content/MindExecution.Plugins.Directory/MindExecution.Plugins.Directory.u7utcng611.bundle.scp.css +0 -7
- package/wwwroot/_content/MindExecution.Plugins.Directory/background.png +0 -0
- package/wwwroot/_content/MindExecution.Plugins.Directory/directory-manager.js +0 -202
- package/wwwroot/_content/MindExecution.Plugins.Directory/exampleJsInterop.js +0 -6
- package/wwwroot/_content/MindExecution.Plugins.YouTube/css/youtube-search.css +0 -251
- package/wwwroot/_content/MindExecution.Shared/MindExecution.Shared.wsano1j4wp.bundle.scp.css +0 -4
- package/wwwroot/_content/MindExecution.Shared/css/admin-dashboard.css +0 -559
- package/wwwroot/_content/MindExecution.Shared/css/app.css +0 -1
- package/wwwroot/_content/MindExecution.Shared/css/mind-map-overrides.css +0 -3705
- package/wwwroot/_content/MindExecution.Shared/fonts/NotoSansKR-Bold.ttf +0 -0
- package/wwwroot/_content/MindExecution.Shared/fonts/NotoSansKR-Regular.ttf +0 -0
- package/wwwroot/_content/MindExecution.Shared/js/agent-visualization.js +0 -359
- package/wwwroot/_content/MindExecution.Shared/js/background-themes.js +0 -1631
- package/wwwroot/_content/MindExecution.Shared/js/code-master.js +0 -8316
- package/wwwroot/_content/MindExecution.Shared/js/file-system-helper.js +0 -639
- package/wwwroot/_content/MindExecution.Shared/js/helpers/InfiniteGridHelper.js +0 -109
- package/wwwroot/_content/MindExecution.Shared/js/marked.min.js +0 -69
- package/wwwroot/_content/MindExecution.Shared/js/mind-map-core.js +0 -12909
- package/wwwroot/_content/MindExecution.Shared/js/mind-map-core.js.backup +0 -1059
- package/wwwroot/_content/MindExecution.Shared/js/mind-map-css3d-manager.js +0 -24635
- package/wwwroot/_content/MindExecution.Shared/js/mind-map-dev-guards.js +0 -325
- package/wwwroot/_content/MindExecution.Shared/js/mind-map-dnd.js +0 -1491
- package/wwwroot/_content/MindExecution.Shared/js/mind-map-dnd.js.bak +0 -434
- package/wwwroot/_content/MindExecution.Shared/js/mind-map-glow-shader.js +0 -260
- package/wwwroot/_content/MindExecution.Shared/js/mind-map-interactions.js +0 -7829
- package/wwwroot/_content/MindExecution.Shared/js/mind-map-lod-plan-worker.js +0 -160
- package/wwwroot/_content/MindExecution.Shared/js/mind-map-lod-renderer.js +0 -10400
- package/wwwroot/_content/MindExecution.Shared/js/mind-map-logic-workers.js +0 -977
- package/wwwroot/_content/MindExecution.Shared/js/mind-map-menu-manager.js +0 -1531
- package/wwwroot/_content/MindExecution.Shared/js/mind-map-multi-select.js +0 -1716
- package/wwwroot/_content/MindExecution.Shared/js/mind-map-node-search-worker.js +0 -554
- package/wwwroot/_content/MindExecution.Shared/js/mind-map-nodes.js +0 -4578
- package/wwwroot/_content/MindExecution.Shared/js/mind-map-object-manager.js +0 -489
- package/wwwroot/_content/MindExecution.Shared/js/mind-map-object-manager.js.backup +0 -372
- package/wwwroot/_content/MindExecution.Shared/js/mind-map-pipeline.js +0 -2203
- package/wwwroot/_content/MindExecution.Shared/js/mind-map-text-lod-system.js +0 -646
- package/wwwroot/_content/MindExecution.Shared/js/mind-map-text-overlay-v2.js +0 -4735
- package/wwwroot/_content/MindExecution.Shared/js/mind-map-texture-factory.js +0 -2383
- package/wwwroot/_content/MindExecution.Shared/js/mind-map-texture-factory.js.backup +0 -1258
- package/wwwroot/_content/MindExecution.Shared/js/mind-map-visibility-worker.js +0 -890
- package/wwwroot/_content/MindExecution.Shared/js/mindmap-toolbar.js +0 -639
- package/wwwroot/_content/MindExecution.Shared/js/native-drop-handler.js +0 -170
- package/wwwroot/_content/MindExecution.Shared/js/plan-master.js +0 -788
- package/wwwroot/_content/MindExecution.Shared/js/renderers/CSS3DRenderer.js +0 -90
- package/wwwroot/_content/MindExecution.Shared/js/texture-worker-manager.js +0 -188
- package/wwwroot/_content/MindExecution.Shared/js/texture-worker.js +0 -208
- package/wwwroot/_content/MindExecution.Shared/js/three.min.js +0 -6
- package/wwwroot/_content/MindExecution.Shared/js/titlebar-handler.js +0 -191
- package/wwwroot/_content/MindExecution.Shared/js/token-manager.js +0 -37
- package/wwwroot/_content/MindExecution.Shared/js/token-worker.js +0 -28
- package/wwwroot/_content/MindExecution.Shared/js/troika-bundle.js +0 -5626
- package/wwwroot/_content/MindExecution.Shared/js/troika-bundle.js.map +0 -7
- package/wwwroot/_content/MindExecution.Shared/lib/font-awesome/css/all.min.css +0 -9
- package/wwwroot/_content/MindExecution.Shared/lib/font-awesome/webfonts/fa-brands-400.ttf +0 -0
- package/wwwroot/_content/MindExecution.Shared/lib/font-awesome/webfonts/fa-brands-400.woff2 +0 -0
- package/wwwroot/_content/MindExecution.Shared/lib/font-awesome/webfonts/fa-regular-400.ttf +0 -0
- package/wwwroot/_content/MindExecution.Shared/lib/font-awesome/webfonts/fa-regular-400.woff2 +0 -0
- package/wwwroot/_content/MindExecution.Shared/lib/font-awesome/webfonts/fa-solid-900.ttf +0 -0
- package/wwwroot/_content/MindExecution.Shared/lib/font-awesome/webfonts/fa-solid-900.woff2 +0 -0
- package/wwwroot/_content/MindExecution.Shared/models/all-MiniLM-L6-v2-quantized.onnx +0 -0
- package/wwwroot/_content/MindExecution.Shared/models/vocab.txt +0 -30522
- package/wwwroot/_framework/Google.Protobuf.9h59ukbel7.dll +0 -0
- package/wwwroot/_framework/Markdig.d1j7v41cl1.dll +0 -0
- package/wwwroot/_framework/MessagePack.Annotations.l6qv48kgpt.dll +0 -0
- package/wwwroot/_framework/MessagePack.eqoptzx9d5.dll +0 -0
- package/wwwroot/_framework/Microsoft.AspNetCore.Authorization.k7dsih5y5g.dll +0 -0
- package/wwwroot/_framework/Microsoft.AspNetCore.Components.6nyje9sa0g.dll +0 -0
- package/wwwroot/_framework/Microsoft.AspNetCore.Components.Authorization.iycd6unprw.dll +0 -0
- package/wwwroot/_framework/Microsoft.AspNetCore.Components.Web.487u3twia4.dll +0 -0
- package/wwwroot/_framework/Microsoft.AspNetCore.Components.WebAssembly.d0gcnmlxxz.dll +0 -0
- package/wwwroot/_framework/Microsoft.AspNetCore.Metadata.h4yevl9adi.dll +0 -0
- package/wwwroot/_framework/Microsoft.CSharp.8bsm8vx6su.dll +0 -0
- package/wwwroot/_framework/Microsoft.Data.Sqlite.jdlxgv2jtg.dll +0 -0
- package/wwwroot/_framework/Microsoft.EntityFrameworkCore.4gjazp7kjf.dll +0 -0
- package/wwwroot/_framework/Microsoft.EntityFrameworkCore.Abstractions.gocudnvz7b.dll +0 -0
- package/wwwroot/_framework/Microsoft.EntityFrameworkCore.Relational.lt4rsvinuo.dll +0 -0
- package/wwwroot/_framework/Microsoft.EntityFrameworkCore.Sqlite.69luj0fa9r.dll +0 -0
- package/wwwroot/_framework/Microsoft.Extensions.Caching.Abstractions.364t4jh3zz.dll +0 -0
- package/wwwroot/_framework/Microsoft.Extensions.Caching.Memory.izlxhpzosu.dll +0 -0
- package/wwwroot/_framework/Microsoft.Extensions.Configuration.8zq7hh41o7.dll +0 -0
- package/wwwroot/_framework/Microsoft.Extensions.Configuration.Abstractions.8if74zs6ea.dll +0 -0
- package/wwwroot/_framework/Microsoft.Extensions.Configuration.Json.duvlngw8i0.dll +0 -0
- package/wwwroot/_framework/Microsoft.Extensions.DependencyInjection.Abstractions.t2hh9kvx0o.dll +0 -0
- package/wwwroot/_framework/Microsoft.Extensions.DependencyInjection.n4tg99oy8l.dll +0 -0
- package/wwwroot/_framework/Microsoft.Extensions.DependencyModel.h0d06ixk3e.dll +0 -0
- package/wwwroot/_framework/Microsoft.Extensions.Logging.Abstractions.rl32bkx2sd.dll +0 -0
- package/wwwroot/_framework/Microsoft.Extensions.Logging.dlht1xei0t.dll +0 -0
- package/wwwroot/_framework/Microsoft.Extensions.Options.qeunebioml.dll +0 -0
- package/wwwroot/_framework/Microsoft.Extensions.Primitives.18cr6vnuuz.dll +0 -0
- package/wwwroot/_framework/Microsoft.IO.RecyclableMemoryStream.r915vovvw4.dll +0 -0
- package/wwwroot/_framework/Microsoft.IdentityModel.Abstractions.1ejljk3erv.dll +0 -0
- package/wwwroot/_framework/Microsoft.IdentityModel.JsonWebTokens.1596zr8gne.dll +0 -0
- package/wwwroot/_framework/Microsoft.IdentityModel.Logging.229uyvpgio.dll +0 -0
- package/wwwroot/_framework/Microsoft.IdentityModel.Tokens.9sibtajc9f.dll +0 -0
- package/wwwroot/_framework/Microsoft.JSInterop.WebAssembly.ryia5gxiad.dll +0 -0
- package/wwwroot/_framework/Microsoft.JSInterop.ew9vz9o332.dll +0 -0
- package/wwwroot/_framework/Microsoft.ML.OnnxRuntime.w9deo1m5ss.dll +0 -0
- package/wwwroot/_framework/Microsoft.ML.Tokenizers.cm2vuv2z61.dll +0 -0
- package/wwwroot/_framework/Microsoft.NET.StringTools.3qbrf4v2ki.dll +0 -0
- package/wwwroot/_framework/MimeMapping.og9ys58ylm.dll +0 -0
- package/wwwroot/_framework/MindExecution.Core.y7ffihhajj.dll +0 -0
- package/wwwroot/_framework/MindExecution.Kernel.l5y3qroa7p.dll +0 -0
- package/wwwroot/_framework/MindExecution.Plugins.Admin.uuf238xa0h.dll +0 -0
- package/wwwroot/_framework/MindExecution.Plugins.Business.nyr3v25v48.dll +0 -0
- package/wwwroot/_framework/MindExecution.Plugins.Concept.l9z9tx9svt.dll +0 -0
- package/wwwroot/_framework/MindExecution.Plugins.Directory.ju87t8h3zs.dll +0 -0
- package/wwwroot/_framework/MindExecution.Plugins.PlanMaster.krn3jgvjpa.dll +0 -0
- package/wwwroot/_framework/MindExecution.Plugins.YouTube.5m53srfud6.dll +0 -0
- package/wwwroot/_framework/MindExecution.Shared.ojp3psugsm.dll +0 -0
- package/wwwroot/_framework/MindExecution.Web.82k6ktlkfg.dll +0 -0
- package/wwwroot/_framework/Newtonsoft.Json.a56zs13vug.dll +0 -0
- package/wwwroot/_framework/SQLitePCLRaw.batteries_v2.rrd1nzawpp.dll +0 -0
- package/wwwroot/_framework/SQLitePCLRaw.core.1dxloztpfz.dll +0 -0
- package/wwwroot/_framework/SQLitePCLRaw.provider.e_sqlite3.oekyzl53i1.dll +0 -0
- package/wwwroot/_framework/Supabase.Core.s1pkj4aj0l.dll +0 -0
- package/wwwroot/_framework/Supabase.Functions.qz4nu782sg.dll +0 -0
- package/wwwroot/_framework/Supabase.Gotrue.twah27pkik.dll +0 -0
- package/wwwroot/_framework/Supabase.Postgrest.gmuuv369ih.dll +0 -0
- package/wwwroot/_framework/Supabase.Realtime.ox3kchdy3w.dll +0 -0
- package/wwwroot/_framework/Supabase.Storage.fnjnepaowr.dll +0 -0
- package/wwwroot/_framework/Supabase.azmaw5pgcz.dll +0 -0
- package/wwwroot/_framework/System.Collections.23yxgetbju.dll +0 -0
- package/wwwroot/_framework/System.Collections.Concurrent.vow3rm1dku.dll +0 -0
- package/wwwroot/_framework/System.Collections.Immutable.ap9596utv5.dll +0 -0
- package/wwwroot/_framework/System.Collections.NonGeneric.npjkaz40oc.dll +0 -0
- package/wwwroot/_framework/System.Collections.Specialized.ugkjbs6p02.dll +0 -0
- package/wwwroot/_framework/System.ComponentModel.Annotations.clwo0z2oyu.dll +0 -0
- package/wwwroot/_framework/System.ComponentModel.Primitives.end4v0xe2c.dll +0 -0
- package/wwwroot/_framework/System.ComponentModel.TypeConverter.tgtp5sm4iv.dll +0 -0
- package/wwwroot/_framework/System.ComponentModel.wupoltkk1t.dll +0 -0
- package/wwwroot/_framework/System.Console.9dik0wogo2.dll +0 -0
- package/wwwroot/_framework/System.Data.Common.4v8jejsiu0.dll +0 -0
- package/wwwroot/_framework/System.Diagnostics.DiagnosticSource.e2q75ondtq.dll +0 -0
- package/wwwroot/_framework/System.Diagnostics.Process.9736yjnxs8.dll +0 -0
- package/wwwroot/_framework/System.Diagnostics.TraceSource.h9al53gbbw.dll +0 -0
- package/wwwroot/_framework/System.Diagnostics.Tracing.h4bcp2fo98.dll +0 -0
- package/wwwroot/_framework/System.Drawing.64oovy8qts.dll +0 -0
- package/wwwroot/_framework/System.Drawing.Primitives.o6jiqpgbgl.dll +0 -0
- package/wwwroot/_framework/System.Formats.Asn1.rylx5ipd40.dll +0 -0
- package/wwwroot/_framework/System.IO.Compression.iceabaupns.dll +0 -0
- package/wwwroot/_framework/System.IO.Pipelines.uw8csd3mlz.dll +0 -0
- package/wwwroot/_framework/System.IdentityModel.Tokens.Jwt.t67es60z5b.dll +0 -0
- package/wwwroot/_framework/System.Linq.Expressions.ty95ava37f.dll +0 -0
- package/wwwroot/_framework/System.Linq.Queryable.hs2195jrwy.dll +0 -0
- package/wwwroot/_framework/System.Linq.hssodjwmlf.dll +0 -0
- package/wwwroot/_framework/System.Memory.1k78n7wdxb.dll +0 -0
- package/wwwroot/_framework/System.Net.Http.3br8rfql4c.dll +0 -0
- package/wwwroot/_framework/System.Net.Http.Json.860wbh17d8.dll +0 -0
- package/wwwroot/_framework/System.Net.NetworkInformation.e3wr00853o.dll +0 -0
- package/wwwroot/_framework/System.Net.Ping.r5cw4mf1a4.dll +0 -0
- package/wwwroot/_framework/System.Net.Primitives.ksxwiwlvhu.dll +0 -0
- package/wwwroot/_framework/System.Net.WebSockets.6rt3n3gl2q.dll +0 -0
- package/wwwroot/_framework/System.Net.WebSockets.Client.z3usrzo7rz.dll +0 -0
- package/wwwroot/_framework/System.Numerics.Tensors.0c7z4mt3on.dll +0 -0
- package/wwwroot/_framework/System.Numerics.Vectors.lbdzx8reja.dll +0 -0
- package/wwwroot/_framework/System.ObjectModel.yct1gdirzf.dll +0 -0
- package/wwwroot/_framework/System.Private.CoreLib.c1dbswx1b2.dll +0 -0
- package/wwwroot/_framework/System.Private.Uri.zp9kmg0z93.dll +0 -0
- package/wwwroot/_framework/System.Private.Xml.Linq.lgv2n0akl4.dll +0 -0
- package/wwwroot/_framework/System.Private.Xml.dpsk8g304y.dll +0 -0
- package/wwwroot/_framework/System.Reactive.t3fuon548l.dll +0 -0
- package/wwwroot/_framework/System.Reflection.Emit.ILGeneration.1tcuz2cmbk.dll +0 -0
- package/wwwroot/_framework/System.Reflection.Emit.Lightweight.ddt2wylovg.dll +0 -0
- package/wwwroot/_framework/System.Reflection.Emit.d8vkadiwhg.dll +0 -0
- package/wwwroot/_framework/System.Reflection.Primitives.cpsl71xd1z.dll +0 -0
- package/wwwroot/_framework/System.Runtime.InteropServices.31vjgsfk1o.dll +0 -0
- package/wwwroot/_framework/System.Runtime.InteropServices.JavaScript.pn2wvizzet.dll +0 -0
- package/wwwroot/_framework/System.Runtime.InteropServices.RuntimeInformation.l5rk496q70.dll +0 -0
- package/wwwroot/_framework/System.Runtime.Intrinsics.0zee9qcqfy.dll +0 -0
- package/wwwroot/_framework/System.Runtime.Loader.xw2jr9wl92.dll +0 -0
- package/wwwroot/_framework/System.Runtime.Numerics.ezj1dfyvbj.dll +0 -0
- package/wwwroot/_framework/System.Runtime.Serialization.Formatters.0y019e9zkr.dll +0 -0
- package/wwwroot/_framework/System.Runtime.Serialization.Primitives.bia5wb62c8.dll +0 -0
- package/wwwroot/_framework/System.Runtime.h9cduidfkh.dll +0 -0
- package/wwwroot/_framework/System.Security.Claims.2r18wim2rl.dll +0 -0
- package/wwwroot/_framework/System.Security.Cryptography.qqgybpoucx.dll +0 -0
- package/wwwroot/_framework/System.Text.Encoding.Extensions.9t3hs6kyll.dll +0 -0
- package/wwwroot/_framework/System.Text.Encodings.Web.wftjfh2crk.dll +0 -0
- package/wwwroot/_framework/System.Text.Json.0v0qgmri0w.dll +0 -0
- package/wwwroot/_framework/System.Text.RegularExpressions.cvkox11l6l.dll +0 -0
- package/wwwroot/_framework/System.Threading.Channels.419493szqu.dll +0 -0
- package/wwwroot/_framework/System.Threading.Thread.xhmys87xh5.dll +0 -0
- package/wwwroot/_framework/System.Threading.b66vzsz9g1.dll +0 -0
- package/wwwroot/_framework/System.Transactions.Local.7zfffdvnwf.dll +0 -0
- package/wwwroot/_framework/System.Web.HttpUtility.9up6xfbtuq.dll +0 -0
- package/wwwroot/_framework/System.Xml.Linq.n5rzv9nbf7.dll +0 -0
- package/wwwroot/_framework/System.Xml.ReaderWriter.ag8pilllob.dll +0 -0
- package/wwwroot/_framework/System.Xml.XDocument.sn51jas17n.dll +0 -0
- package/wwwroot/_framework/System.brmz7yk5qh.dll +0 -0
- package/wwwroot/_framework/Websocket.Client.vapounvmnl.dll +0 -0
- package/wwwroot/_framework/blazor.boot.json +0 -305
- package/wwwroot/_framework/blazor.webassembly.js +0 -1
- package/wwwroot/_framework/dotnet.js +0 -4
- package/wwwroot/_framework/dotnet.native.boem75ye5i.wasm +0 -0
- package/wwwroot/_framework/dotnet.native.qc8g39g30v.js +0 -16
- package/wwwroot/_framework/dotnet.runtime.opaiwunc3t.js +0 -4
- package/wwwroot/_framework/icudt_CJK.tjcz0u77k5.dat +0 -0
- package/wwwroot/_framework/icudt_EFIGS.tptq2av103.dat +0 -0
- package/wwwroot/_framework/icudt_no_CJK.lfu7j35m59.dat +0 -0
- package/wwwroot/_framework/netstandard.yvr3prsx0x.dll +0 -0
- package/wwwroot/appsettings.json +0 -83
- package/wwwroot/icon-192.png +0 -0
- package/wwwroot/icon-512.png +0 -0
- package/wwwroot/js/marketing-tool.js +0 -180
- package/wwwroot/service-worker-assets.js +0 -857
|
@@ -1,22 +1,19 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "MindExec",
|
|
1
|
+
{
|
|
2
|
+
"name": "MindExec React",
|
|
3
3
|
"short_name": "MindExec",
|
|
4
|
-
"id": "
|
|
5
|
-
"start_url": "
|
|
6
|
-
"display": "standalone",
|
|
7
|
-
"background_color": "#
|
|
8
|
-
"theme_color": "#
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
}
|
|
21
|
-
]
|
|
22
|
-
}
|
|
4
|
+
"id": "/",
|
|
5
|
+
"start_url": "/",
|
|
6
|
+
"display": "standalone",
|
|
7
|
+
"background_color": "#f8fbff",
|
|
8
|
+
"theme_color": "#2563eb",
|
|
9
|
+
"description": "A fast AI execution canvas for notes, assets, agents, and task graphs.",
|
|
10
|
+
"prefer_related_applications": false,
|
|
11
|
+
"icons": [
|
|
12
|
+
{
|
|
13
|
+
"src": "/favicon.svg",
|
|
14
|
+
"type": "image/svg+xml",
|
|
15
|
+
"sizes": "any",
|
|
16
|
+
"purpose": "any maskable"
|
|
17
|
+
}
|
|
18
|
+
]
|
|
19
|
+
}
|
package/wwwroot/robots.txt
CHANGED
|
@@ -1,33 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
// This service worker immediately clears old Blazor offline caches and unregisters itself.
|
|
4
|
-
|
|
5
|
-
self.addEventListener('install', () => {
|
|
6
|
-
self.skipWaiting();
|
|
1
|
+
self.addEventListener('install', (event) => {
|
|
2
|
+
event.waitUntil(self.skipWaiting());
|
|
7
3
|
});
|
|
8
4
|
|
|
9
|
-
self.addEventListener('activate', event
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
await Promise.allSettled(
|
|
13
|
-
cacheKeys
|
|
14
|
-
.filter(key => key.startsWith('offline-cache-'))
|
|
15
|
-
.map(key => caches.delete(key))
|
|
16
|
-
);
|
|
17
|
-
} catch { }
|
|
18
|
-
|
|
19
|
-
try {
|
|
20
|
-
await self.clients.claim();
|
|
21
|
-
} catch { }
|
|
22
|
-
|
|
23
|
-
try {
|
|
24
|
-
await self.registration.unregister();
|
|
25
|
-
} catch { }
|
|
26
|
-
|
|
27
|
-
try {
|
|
28
|
-
const clients = await self.clients.matchAll({ type: 'window', includeUncontrolled: true });
|
|
29
|
-
await Promise.allSettled(clients.map(client => client.navigate(client.url)));
|
|
30
|
-
} catch { }
|
|
31
|
-
})()));
|
|
32
|
-
|
|
33
|
-
self.addEventListener('fetch', () => { });
|
|
5
|
+
self.addEventListener('activate', (event) => {
|
|
6
|
+
event.waitUntil(self.clients.claim());
|
|
7
|
+
});
|
package/wwwroot/sitemap.xml
CHANGED
|
@@ -1,27 +1,39 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
2
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
|
3
3
|
<url>
|
|
4
|
-
<loc>https://
|
|
5
|
-
<lastmod>2026-
|
|
4
|
+
<loc>https://mindexecution.pages.dev/</loc>
|
|
5
|
+
<lastmod>2026-06-23</lastmod>
|
|
6
6
|
<changefreq>weekly</changefreq>
|
|
7
7
|
<priority>1.0</priority>
|
|
8
8
|
</url>
|
|
9
9
|
<url>
|
|
10
|
-
<loc>https://
|
|
11
|
-
<lastmod>2026-
|
|
10
|
+
<loc>https://mindexecution.pages.dev/mindcanvas</loc>
|
|
11
|
+
<lastmod>2026-06-23</lastmod>
|
|
12
12
|
<changefreq>weekly</changefreq>
|
|
13
13
|
<priority>0.9</priority>
|
|
14
14
|
</url>
|
|
15
15
|
<url>
|
|
16
|
-
<loc>https://
|
|
17
|
-
<lastmod>2026-
|
|
16
|
+
<loc>https://mindexecution.pages.dev/tools</loc>
|
|
17
|
+
<lastmod>2026-06-23</lastmod>
|
|
18
18
|
<changefreq>weekly</changefreq>
|
|
19
19
|
<priority>0.8</priority>
|
|
20
20
|
</url>
|
|
21
21
|
<url>
|
|
22
|
-
<loc>https://
|
|
23
|
-
<lastmod>2026-
|
|
22
|
+
<loc>https://mindexecution.pages.dev/code</loc>
|
|
23
|
+
<lastmod>2026-06-23</lastmod>
|
|
24
24
|
<changefreq>weekly</changefreq>
|
|
25
|
-
<priority>0.
|
|
25
|
+
<priority>0.8</priority>
|
|
26
|
+
</url>
|
|
27
|
+
<url>
|
|
28
|
+
<loc>https://mindexecution.pages.dev/pricing</loc>
|
|
29
|
+
<lastmod>2026-06-23</lastmod>
|
|
30
|
+
<changefreq>weekly</changefreq>
|
|
31
|
+
<priority>0.8</priority>
|
|
32
|
+
</url>
|
|
33
|
+
<url>
|
|
34
|
+
<loc>https://mindexecution.pages.dev/company-core</loc>
|
|
35
|
+
<lastmod>2026-06-23</lastmod>
|
|
36
|
+
<changefreq>weekly</changefreq>
|
|
37
|
+
<priority>0.6</priority>
|
|
26
38
|
</url>
|
|
27
39
|
</urlset>
|
|
@@ -1,546 +0,0 @@
|
|
|
1
|
-
.admin-dashboard-shell {
|
|
2
|
-
max-width: 1400px;
|
|
3
|
-
margin: 0 auto;
|
|
4
|
-
padding: 14px 24px 24px;
|
|
5
|
-
color: #e5e7eb;
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
.admin-dashboard-header {
|
|
9
|
-
display: flex;
|
|
10
|
-
justify-content: space-between;
|
|
11
|
-
gap: 24px;
|
|
12
|
-
align-items: flex-start;
|
|
13
|
-
margin-bottom: 18px;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
.eyebrow {
|
|
17
|
-
font-size: 0.75rem;
|
|
18
|
-
text-transform: uppercase;
|
|
19
|
-
letter-spacing: 0.08em;
|
|
20
|
-
color: #93c5fd;
|
|
21
|
-
margin-bottom: 8px;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
.admin-dashboard-header h1 {
|
|
25
|
-
margin: 0;
|
|
26
|
-
font-size: 2rem;
|
|
27
|
-
color: #f8fafc;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
.dashboard-subtitle {
|
|
31
|
-
margin: 8px 0 0;
|
|
32
|
-
color: #94a3b8;
|
|
33
|
-
max-width: 720px;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
.header-actions {
|
|
37
|
-
display: flex;
|
|
38
|
-
flex-wrap: wrap;
|
|
39
|
-
justify-content: flex-end;
|
|
40
|
-
gap: 10px;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
.admin-dashboard-badge,
|
|
44
|
-
.meta-chip,
|
|
45
|
-
.status-pill,
|
|
46
|
-
.tag {
|
|
47
|
-
display: inline-flex;
|
|
48
|
-
align-items: center;
|
|
49
|
-
gap: 8px;
|
|
50
|
-
border-radius: 999px;
|
|
51
|
-
padding: 8px 12px;
|
|
52
|
-
font-size: 0.8125rem;
|
|
53
|
-
line-height: 1;
|
|
54
|
-
white-space: nowrap;
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
.admin-dashboard-badge {
|
|
58
|
-
background: rgba(59, 130, 246, 0.16);
|
|
59
|
-
border: 1px solid rgba(59, 130, 246, 0.3);
|
|
60
|
-
color: #bfdbfe;
|
|
61
|
-
text-transform: capitalize;
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
.meta-chip,
|
|
65
|
-
.status-pill,
|
|
66
|
-
.tag {
|
|
67
|
-
background: rgba(15, 23, 42, 0.65);
|
|
68
|
-
border: 1px solid rgba(148, 163, 184, 0.18);
|
|
69
|
-
color: #cbd5e1;
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
.status-strip {
|
|
73
|
-
display: flex;
|
|
74
|
-
flex-wrap: wrap;
|
|
75
|
-
gap: 10px;
|
|
76
|
-
margin-bottom: 18px;
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
.status-pill.accent {
|
|
80
|
-
border-color: rgba(34, 197, 94, 0.24);
|
|
81
|
-
color: #bbf7d0;
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
.alert-stack {
|
|
85
|
-
display: flex;
|
|
86
|
-
flex-direction: column;
|
|
87
|
-
gap: 10px;
|
|
88
|
-
margin-bottom: 18px;
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
.admin-alert-banner {
|
|
92
|
-
display: flex;
|
|
93
|
-
gap: 12px;
|
|
94
|
-
align-items: flex-start;
|
|
95
|
-
border-radius: 10px;
|
|
96
|
-
padding: 14px 16px;
|
|
97
|
-
border: 1px solid transparent;
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
.admin-alert-banner.warning {
|
|
101
|
-
background: rgba(245, 158, 11, 0.12);
|
|
102
|
-
border-color: rgba(245, 158, 11, 0.25);
|
|
103
|
-
color: #fcd34d;
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
.admin-alert-banner.critical {
|
|
107
|
-
background: rgba(239, 68, 68, 0.12);
|
|
108
|
-
border-color: rgba(239, 68, 68, 0.25);
|
|
109
|
-
color: #fca5a5;
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
.dashboard-tabs {
|
|
113
|
-
display: flex;
|
|
114
|
-
flex-wrap: wrap;
|
|
115
|
-
gap: 8px;
|
|
116
|
-
margin-bottom: 20px;
|
|
117
|
-
}
|
|
118
|
-
|
|
119
|
-
.tab-button {
|
|
120
|
-
display: inline-flex;
|
|
121
|
-
align-items: center;
|
|
122
|
-
gap: 8px;
|
|
123
|
-
padding: 10px 14px;
|
|
124
|
-
border-radius: 10px;
|
|
125
|
-
border: 1px solid rgba(148, 163, 184, 0.18);
|
|
126
|
-
background: rgba(15, 23, 42, 0.6);
|
|
127
|
-
color: #cbd5e1;
|
|
128
|
-
cursor: pointer;
|
|
129
|
-
transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
|
|
130
|
-
}
|
|
131
|
-
|
|
132
|
-
.tab-button:hover {
|
|
133
|
-
border-color: rgba(96, 165, 250, 0.4);
|
|
134
|
-
color: #eff6ff;
|
|
135
|
-
}
|
|
136
|
-
|
|
137
|
-
.tab-button.active {
|
|
138
|
-
background: rgba(37, 99, 235, 0.2);
|
|
139
|
-
border-color: rgba(96, 165, 250, 0.5);
|
|
140
|
-
color: #eff6ff;
|
|
141
|
-
}
|
|
142
|
-
|
|
143
|
-
.admin-kpi-grid {
|
|
144
|
-
display: grid;
|
|
145
|
-
grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
|
|
146
|
-
gap: 12px;
|
|
147
|
-
margin-bottom: 20px;
|
|
148
|
-
}
|
|
149
|
-
|
|
150
|
-
.admin-kpi-card,
|
|
151
|
-
.panel,
|
|
152
|
-
.admin-dashboard-access-card {
|
|
153
|
-
background: rgba(15, 23, 42, 0.72);
|
|
154
|
-
border: 1px solid rgba(148, 163, 184, 0.16);
|
|
155
|
-
border-radius: 10px;
|
|
156
|
-
}
|
|
157
|
-
|
|
158
|
-
.admin-kpi-card {
|
|
159
|
-
min-height: 108px;
|
|
160
|
-
padding: 16px;
|
|
161
|
-
display: flex;
|
|
162
|
-
flex-direction: column;
|
|
163
|
-
justify-content: space-between;
|
|
164
|
-
}
|
|
165
|
-
|
|
166
|
-
.admin-kpi-label {
|
|
167
|
-
color: #94a3b8;
|
|
168
|
-
font-size: 0.8125rem;
|
|
169
|
-
}
|
|
170
|
-
|
|
171
|
-
.admin-kpi-value {
|
|
172
|
-
font-size: 1.45rem;
|
|
173
|
-
font-weight: 700;
|
|
174
|
-
color: #f8fafc;
|
|
175
|
-
}
|
|
176
|
-
|
|
177
|
-
.panel-grid {
|
|
178
|
-
display: grid;
|
|
179
|
-
gap: 16px;
|
|
180
|
-
margin-bottom: 16px;
|
|
181
|
-
}
|
|
182
|
-
|
|
183
|
-
.panel-grid.two-up {
|
|
184
|
-
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
185
|
-
}
|
|
186
|
-
|
|
187
|
-
.panel-grid.three-up {
|
|
188
|
-
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
189
|
-
}
|
|
190
|
-
|
|
191
|
-
.panel {
|
|
192
|
-
padding: 18px;
|
|
193
|
-
margin-bottom: 16px;
|
|
194
|
-
}
|
|
195
|
-
|
|
196
|
-
.panel-header {
|
|
197
|
-
display: flex;
|
|
198
|
-
justify-content: space-between;
|
|
199
|
-
gap: 12px;
|
|
200
|
-
align-items: center;
|
|
201
|
-
margin-bottom: 14px;
|
|
202
|
-
}
|
|
203
|
-
|
|
204
|
-
.panel-header h3 {
|
|
205
|
-
margin: 0;
|
|
206
|
-
font-size: 1rem;
|
|
207
|
-
color: #f8fafc;
|
|
208
|
-
}
|
|
209
|
-
|
|
210
|
-
.panel-note {
|
|
211
|
-
font-size: 0.8125rem;
|
|
212
|
-
color: #94a3b8;
|
|
213
|
-
}
|
|
214
|
-
|
|
215
|
-
.metric-list {
|
|
216
|
-
display: flex;
|
|
217
|
-
flex-direction: column;
|
|
218
|
-
gap: 10px;
|
|
219
|
-
}
|
|
220
|
-
|
|
221
|
-
.metric-list.compact {
|
|
222
|
-
gap: 8px;
|
|
223
|
-
}
|
|
224
|
-
|
|
225
|
-
.metric-row,
|
|
226
|
-
.goal-row {
|
|
227
|
-
display: flex;
|
|
228
|
-
justify-content: space-between;
|
|
229
|
-
gap: 12px;
|
|
230
|
-
align-items: center;
|
|
231
|
-
}
|
|
232
|
-
|
|
233
|
-
.metric-row span,
|
|
234
|
-
.goal-row span {
|
|
235
|
-
color: #cbd5e1;
|
|
236
|
-
}
|
|
237
|
-
|
|
238
|
-
.metric-row strong,
|
|
239
|
-
.goal-row strong {
|
|
240
|
-
color: #f8fafc;
|
|
241
|
-
text-align: right;
|
|
242
|
-
}
|
|
243
|
-
|
|
244
|
-
.admin-mini-chart {
|
|
245
|
-
display: flex;
|
|
246
|
-
align-items: flex-end;
|
|
247
|
-
gap: 8px;
|
|
248
|
-
height: 180px;
|
|
249
|
-
padding: 8px 4px 26px;
|
|
250
|
-
}
|
|
251
|
-
|
|
252
|
-
.admin-bar-item {
|
|
253
|
-
flex: 1;
|
|
254
|
-
display: flex;
|
|
255
|
-
flex-direction: column;
|
|
256
|
-
align-items: center;
|
|
257
|
-
justify-content: flex-end;
|
|
258
|
-
min-width: 0;
|
|
259
|
-
height: 100%;
|
|
260
|
-
position: relative;
|
|
261
|
-
}
|
|
262
|
-
|
|
263
|
-
.admin-bar-item .bar {
|
|
264
|
-
width: 100%;
|
|
265
|
-
max-width: 22px;
|
|
266
|
-
border-radius: 6px 6px 0 0;
|
|
267
|
-
background: linear-gradient(180deg, #60a5fa, #2563eb);
|
|
268
|
-
}
|
|
269
|
-
|
|
270
|
-
.admin-revenue-chart .bar {
|
|
271
|
-
background: linear-gradient(180deg, #34d399, #059669);
|
|
272
|
-
}
|
|
273
|
-
|
|
274
|
-
.bar-label {
|
|
275
|
-
position: absolute;
|
|
276
|
-
bottom: -22px;
|
|
277
|
-
font-size: 0.68rem;
|
|
278
|
-
color: #94a3b8;
|
|
279
|
-
transform: rotate(-45deg);
|
|
280
|
-
transform-origin: left center;
|
|
281
|
-
}
|
|
282
|
-
|
|
283
|
-
.admin-settings-grid {
|
|
284
|
-
display: grid;
|
|
285
|
-
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
|
|
286
|
-
gap: 14px;
|
|
287
|
-
}
|
|
288
|
-
|
|
289
|
-
.admin-setting-item {
|
|
290
|
-
display: flex;
|
|
291
|
-
flex-direction: column;
|
|
292
|
-
gap: 8px;
|
|
293
|
-
}
|
|
294
|
-
|
|
295
|
-
.admin-setting-item label {
|
|
296
|
-
font-size: 0.8125rem;
|
|
297
|
-
color: #94a3b8;
|
|
298
|
-
}
|
|
299
|
-
|
|
300
|
-
.admin-setting-item input,
|
|
301
|
-
.admin-setting-item select {
|
|
302
|
-
width: 100%;
|
|
303
|
-
border-radius: 10px;
|
|
304
|
-
border: 1px solid rgba(148, 163, 184, 0.18);
|
|
305
|
-
background: rgba(2, 6, 23, 0.72);
|
|
306
|
-
color: #f8fafc;
|
|
307
|
-
padding: 12px 14px;
|
|
308
|
-
}
|
|
309
|
-
|
|
310
|
-
.admin-setting-item input:focus,
|
|
311
|
-
.admin-setting-item select:focus {
|
|
312
|
-
outline: none;
|
|
313
|
-
border-color: rgba(96, 165, 250, 0.56);
|
|
314
|
-
box-shadow: 0 0 0 3px rgba(96, 165, 250, 0.14);
|
|
315
|
-
}
|
|
316
|
-
|
|
317
|
-
.button-row {
|
|
318
|
-
display: flex;
|
|
319
|
-
flex-wrap: wrap;
|
|
320
|
-
gap: 10px;
|
|
321
|
-
margin-top: 16px;
|
|
322
|
-
}
|
|
323
|
-
|
|
324
|
-
.btn-primary,
|
|
325
|
-
.btn-secondary,
|
|
326
|
-
.btn-danger {
|
|
327
|
-
display: inline-flex;
|
|
328
|
-
align-items: center;
|
|
329
|
-
justify-content: center;
|
|
330
|
-
gap: 8px;
|
|
331
|
-
border-radius: 10px;
|
|
332
|
-
padding: 10px 14px;
|
|
333
|
-
font-size: 0.875rem;
|
|
334
|
-
font-weight: 600;
|
|
335
|
-
cursor: pointer;
|
|
336
|
-
transition: opacity 0.15s ease, background 0.15s ease, border-color 0.15s ease;
|
|
337
|
-
}
|
|
338
|
-
|
|
339
|
-
.btn-primary {
|
|
340
|
-
background: #2563eb;
|
|
341
|
-
color: #eff6ff;
|
|
342
|
-
border: 1px solid #2563eb;
|
|
343
|
-
}
|
|
344
|
-
|
|
345
|
-
.btn-secondary {
|
|
346
|
-
background: rgba(15, 23, 42, 0.72);
|
|
347
|
-
color: #e2e8f0;
|
|
348
|
-
border: 1px solid rgba(148, 163, 184, 0.18);
|
|
349
|
-
}
|
|
350
|
-
|
|
351
|
-
.btn-danger {
|
|
352
|
-
background: rgba(127, 29, 29, 0.25);
|
|
353
|
-
color: #fecaca;
|
|
354
|
-
border: 1px solid rgba(248, 113, 113, 0.3);
|
|
355
|
-
}
|
|
356
|
-
|
|
357
|
-
.btn-primary:disabled,
|
|
358
|
-
.btn-secondary:disabled,
|
|
359
|
-
.btn-danger:disabled {
|
|
360
|
-
opacity: 0.6;
|
|
361
|
-
cursor: not-allowed;
|
|
362
|
-
}
|
|
363
|
-
|
|
364
|
-
.admin-data-table {
|
|
365
|
-
width: 100%;
|
|
366
|
-
border-collapse: collapse;
|
|
367
|
-
}
|
|
368
|
-
|
|
369
|
-
.admin-data-table th,
|
|
370
|
-
.admin-data-table td {
|
|
371
|
-
padding: 11px 10px;
|
|
372
|
-
border-bottom: 1px solid rgba(148, 163, 184, 0.12);
|
|
373
|
-
text-align: left;
|
|
374
|
-
vertical-align: top;
|
|
375
|
-
}
|
|
376
|
-
|
|
377
|
-
.admin-data-table th {
|
|
378
|
-
font-size: 0.75rem;
|
|
379
|
-
text-transform: uppercase;
|
|
380
|
-
letter-spacing: 0.06em;
|
|
381
|
-
color: #94a3b8;
|
|
382
|
-
}
|
|
383
|
-
|
|
384
|
-
.admin-data-table td {
|
|
385
|
-
color: #e2e8f0;
|
|
386
|
-
font-size: 0.875rem;
|
|
387
|
-
}
|
|
388
|
-
|
|
389
|
-
.admin-compact-table th,
|
|
390
|
-
.admin-compact-table td {
|
|
391
|
-
padding: 9px 8px;
|
|
392
|
-
}
|
|
393
|
-
|
|
394
|
-
.funnel-table td:nth-child(2),
|
|
395
|
-
.funnel-table td:nth-child(3),
|
|
396
|
-
.funnel-table td:nth-child(4) {
|
|
397
|
-
font-variant-numeric: tabular-nums;
|
|
398
|
-
}
|
|
399
|
-
|
|
400
|
-
.mono {
|
|
401
|
-
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
|
402
|
-
}
|
|
403
|
-
|
|
404
|
-
.goal-list {
|
|
405
|
-
display: flex;
|
|
406
|
-
flex-direction: column;
|
|
407
|
-
gap: 12px;
|
|
408
|
-
}
|
|
409
|
-
|
|
410
|
-
.goal-item {
|
|
411
|
-
display: flex;
|
|
412
|
-
flex-direction: column;
|
|
413
|
-
gap: 8px;
|
|
414
|
-
}
|
|
415
|
-
|
|
416
|
-
.admin-progress-track {
|
|
417
|
-
width: 100%;
|
|
418
|
-
height: 8px;
|
|
419
|
-
background: rgba(51, 65, 85, 0.8);
|
|
420
|
-
border-radius: 999px;
|
|
421
|
-
overflow: hidden;
|
|
422
|
-
}
|
|
423
|
-
|
|
424
|
-
.admin-progress-fill {
|
|
425
|
-
height: 100%;
|
|
426
|
-
background: linear-gradient(90deg, #34d399, #10b981);
|
|
427
|
-
}
|
|
428
|
-
|
|
429
|
-
.tag-list {
|
|
430
|
-
display: flex;
|
|
431
|
-
flex-wrap: wrap;
|
|
432
|
-
gap: 8px;
|
|
433
|
-
margin-top: 16px;
|
|
434
|
-
}
|
|
435
|
-
|
|
436
|
-
.tag {
|
|
437
|
-
background: rgba(30, 41, 59, 0.88);
|
|
438
|
-
color: #bfdbfe;
|
|
439
|
-
}
|
|
440
|
-
|
|
441
|
-
.timeline-list {
|
|
442
|
-
display: flex;
|
|
443
|
-
flex-direction: column;
|
|
444
|
-
gap: 12px;
|
|
445
|
-
}
|
|
446
|
-
|
|
447
|
-
.timeline-item {
|
|
448
|
-
display: grid;
|
|
449
|
-
grid-template-columns: 100px minmax(0, 1fr);
|
|
450
|
-
gap: 14px;
|
|
451
|
-
padding-top: 12px;
|
|
452
|
-
border-top: 1px solid rgba(148, 163, 184, 0.1);
|
|
453
|
-
}
|
|
454
|
-
|
|
455
|
-
.timeline-item:first-child {
|
|
456
|
-
padding-top: 0;
|
|
457
|
-
border-top: none;
|
|
458
|
-
}
|
|
459
|
-
|
|
460
|
-
.timeline-time {
|
|
461
|
-
color: #94a3b8;
|
|
462
|
-
font-size: 0.75rem;
|
|
463
|
-
font-variant-numeric: tabular-nums;
|
|
464
|
-
}
|
|
465
|
-
|
|
466
|
-
.timeline-body {
|
|
467
|
-
color: #e2e8f0;
|
|
468
|
-
}
|
|
469
|
-
|
|
470
|
-
.timeline-detail {
|
|
471
|
-
margin-top: 4px;
|
|
472
|
-
color: #94a3b8;
|
|
473
|
-
font-size: 0.8125rem;
|
|
474
|
-
}
|
|
475
|
-
|
|
476
|
-
.empty-state {
|
|
477
|
-
margin: 0;
|
|
478
|
-
padding: 28px 0;
|
|
479
|
-
color: #94a3b8;
|
|
480
|
-
text-align: center;
|
|
481
|
-
}
|
|
482
|
-
|
|
483
|
-
.admin-dashboard-access-denied {
|
|
484
|
-
min-height: 80vh;
|
|
485
|
-
display: flex;
|
|
486
|
-
align-items: center;
|
|
487
|
-
justify-content: center;
|
|
488
|
-
padding: 24px;
|
|
489
|
-
}
|
|
490
|
-
|
|
491
|
-
.admin-dashboard-access-card {
|
|
492
|
-
max-width: 480px;
|
|
493
|
-
text-align: center;
|
|
494
|
-
padding: 36px 28px;
|
|
495
|
-
}
|
|
496
|
-
|
|
497
|
-
.admin-dashboard-access-card i {
|
|
498
|
-
font-size: 3.25rem;
|
|
499
|
-
color: #fca5a5;
|
|
500
|
-
margin-bottom: 18px;
|
|
501
|
-
}
|
|
502
|
-
|
|
503
|
-
.admin-dashboard-access-card h2 {
|
|
504
|
-
margin: 0 0 10px;
|
|
505
|
-
color: #f8fafc;
|
|
506
|
-
}
|
|
507
|
-
|
|
508
|
-
.admin-dashboard-access-card p {
|
|
509
|
-
margin: 0 0 20px;
|
|
510
|
-
color: #94a3b8;
|
|
511
|
-
}
|
|
512
|
-
|
|
513
|
-
@media (max-width: 1080px) {
|
|
514
|
-
.panel-grid.two-up,
|
|
515
|
-
.panel-grid.three-up {
|
|
516
|
-
grid-template-columns: 1fr;
|
|
517
|
-
}
|
|
518
|
-
}
|
|
519
|
-
|
|
520
|
-
@media (max-width: 768px) {
|
|
521
|
-
.admin-dashboard-shell {
|
|
522
|
-
padding: 12px 16px 16px;
|
|
523
|
-
}
|
|
524
|
-
|
|
525
|
-
.admin-dashboard-header {
|
|
526
|
-
flex-direction: column;
|
|
527
|
-
}
|
|
528
|
-
|
|
529
|
-
.header-actions {
|
|
530
|
-
justify-content: flex-start;
|
|
531
|
-
}
|
|
532
|
-
|
|
533
|
-
.admin-kpi-grid {
|
|
534
|
-
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
535
|
-
}
|
|
536
|
-
|
|
537
|
-
.timeline-item {
|
|
538
|
-
grid-template-columns: 1fr;
|
|
539
|
-
}
|
|
540
|
-
}
|
|
541
|
-
|
|
542
|
-
@media (max-width: 560px) {
|
|
543
|
-
.admin-kpi-grid {
|
|
544
|
-
grid-template-columns: 1fr;
|
|
545
|
-
}
|
|
546
|
-
}
|
|
Binary file
|