Peter Stockings
5ec8bba9e8
Refactor HTTP function editor with Mithril components and new API endpoints
...
- Add new Mithril components for editor (editor.js), response view (responseView.js), and alerts (alert.js)
- Create new API endpoints for creating, updating, and deleting HTTP functions
- Update templates to use new Mithril editor component
- Improve header navigation with more consistent styling and active state indicators
- Remove old edit form route and template
- Add new dedicated editor route and template
cursor.ai
2025-02-14 00:40:45 +11:00
Peter Stockings
bc4a1ae9a6
Show original script as well, still need to add revert/switch version functionality
2024-05-18 22:46:44 +10:00
Peter Stockings
163a1dbc5f
Disable send request button and display animation when request is already started
2024-03-29 20:19:52 +11:00
Peter Stockings
c2cf448528
For postman-like http client change default tab for response view to Browser Preview
2024-03-29 19:57:23 +11:00
Peter Stockings
e92a1ad69d
Limit decimal places length of response time in ms
2024-03-29 19:07:17 +11:00
Peter Stockings
db191d7cf5
Format response time & size
2024-03-29 18:44:32 +11:00
Peter Stockings
6044d2e00b
For postman-like mithril.js driven client made the following minor changes
...
* Display response status, size, time
* Toggle between response body (text), Browser preview (HTML), & headers
2024-03-29 18:38:48 +11:00
Peter Stockings
df458c2738
Use mithril.js to make postman like client (Previously was static html with a sprinkling of js)
2024-03-28 20:49:49 +11:00
Peter Stockings
1a496d2441
Fix issue where on page refresh when on function edit/new sub pages you would be redirected back to dashboard
2024-03-27 14:03:52 +11:00
Peter Stockings
c6554cf399
Create http function header template and move all http function related templates into same directory
2023-12-22 14:36:00 +11:00