From 4521a335aeb11a0866fa68a7f27735896afc1e5d Mon Sep 17 00:00:00 2001 From: Jino Jose Date: Tue, 7 Jul 2026 10:38:27 +0530 Subject: [PATCH] Refine portal UX and clean local artifacts --- .DS_Store | Bin 6148 -> 0 bytes .gitignore | 1 + ansible/.DS_Store | Bin 6148 -> 0 bytes cezen-portal/api-playground.html | 5 +++++ cezen-portal/dashboard.html | 1 - cezen-portal/models-admin.html | 14 +++----------- cezen-portal/style.css | 2 -- cezen-portal/workflows.html | 11 +++++------ 8 files changed, 14 insertions(+), 20 deletions(-) delete mode 100644 .DS_Store delete mode 100644 ansible/.DS_Store diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index 179d250f549ec554b6c207217d87d6f098ed052b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeHKJ5B>Z41IN??z)hR@;F-5*kizzhPbF(3xSz!wAleP~q2u5eC_ zPX|qm0K^sDAza5SL2T|Ic7<~yJrv7SVy0S+7?$buw~Ffu=fq5h#m%f!H(O087Pr&i zA{^Ew%8CIoaLT}CZa3cl@2Nk`|EEdXi2*V2uNbh^?qRp(ld88a9_PKbQ6H%u^Fejt pI#Ot&9TTG+bK~v!Hi9y)`I_fl;hY%h^hY{TKLgH-L=5~j1D^t~8&3cL diff --git a/.gitignore b/.gitignore index 6267c43..153f1f7 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ *.iso +.DS_Store diff --git a/ansible/.DS_Store b/ansible/.DS_Store deleted file mode 100644 index a565689de842ae81156e4c0d241fcd5c1365fdf0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeH~I|>3p42BaQAlO)1PU8W*!6149FCad;g$2caj_#iaf~&QN{DI`3$t22t#m+`V zbaOwiMHV75gPY3A!oU>!sa&O(PA+mg-%j1J?>ny=Wv$h~@f)w_c}yVz5+DH*AORBi zAp&-9!)EhPMiL+a5_l4@_d|i3*3=g2uMPws0iYA4-LUpq0$MBqt*I>(8JI>ZG+Nci z5X*Zzv}9dPZK2UFn!|_YKdVhKFpYN6f(=Zo3j+y|z<|Iw_6xiJckoa1|Dc6i5+H#; zBcPM*e!Ia#<=y)Bc$Pn8*47OU^>T!lj{t1!Dqh0fa9(Tyt*I>(85lnV90LOhe3ifh Dr(hGD diff --git a/cezen-portal/api-playground.html b/cezen-portal/api-playground.html index 9970a1f..f741765 100644 --- a/cezen-portal/api-playground.html +++ b/cezen-portal/api-playground.html @@ -521,6 +521,11 @@ async function sendRequest() { const apiKey = document.getElementById('pg-apikey').value.trim(); const bodyText = document.getElementById('pg-body').value.trim(); + if (/\{[^}]+\}/.test(rawPath)) { + showResponse(0, 0, `// Replace path placeholders before sending.\n// Current URL: ${rawPath}\n// Example: change {id}, {agent_id}, or {job_id} to a real value from the matching list endpoint.`); + return; + } + // Build query params const paramRows = document.querySelectorAll('#pg-params-body tr'); const params = new URLSearchParams(); diff --git a/cezen-portal/dashboard.html b/cezen-portal/dashboard.html index 9bf541a..c0e4757 100644 --- a/cezen-portal/dashboard.html +++ b/cezen-portal/dashboard.html @@ -5,7 +5,6 @@ Admin Dashboard — Nexus One AI -