Refresh jobs table via /jobs endpoint instead of full page reload
#11
Reference in New Issue
Block a user
Delete Branch "codex/add-proxy-list-import-function-3g187r"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Motivation
Description
render_job_rows()and added a new endpoint@app.get("/jobs")that returns those rows as HTML.window.location.reload()polling with an asyncrefreshJobs()function inrender_page()thatfetch()es/jobsand replaces thetbodywith idjobs-body.build_jdproxies_payload()andsave_proxy_export()and the@app.post("/proxies/save")endpoint, and updated the proxies page to showexport_pathand a success message..successCSS rule tostatic/style.cssfor visible save feedback.Testing
Codex Task