Open Issues Need Help
View All on GitHubAI Summary: Improve the visual presentation of a Chrome extension for debugging UCAN requests. This involves creating a more compact layout, repositioning an expand arrow button, and potentially implementing a dark/light theme.
AI Summary: Implement a close button (e.g., an 'X' icon) in the Chrome extension's request detail panel to allow users to dismiss the panel.
AI Summary: Enhance the Chrome extension's UCAN request display by adding a human-readable round-trip time (RTT) to each request listing. This involves integrating a timing mechanism to capture request start and end times, calculating the difference, and then using a library like 'duration' to format the RTT into a user-friendly format (e.g., '2.5 seconds', '1 minute').
AI Summary: Implement JSON syntax highlighting for the 'nb', 'fct', and 'out' fields within the UCAN request debugging Chrome extension. These fields currently display as plain JSON text and need to be rendered with syntax highlighting for improved readability.
AI Summary: Implement horizontal resizing functionality for the request/response detail panel within a Chrome extension that displays UCAN requests. This involves modifying the extension's UI to allow users to adjust the width of the panel, likely using CSS and potentially JavaScript event listeners.
AI Summary: Implement a copy-to-clipboard feature for field values within a Chrome extension's UCAN request debugging tool. A copy icon should appear on hover over each field, allowing users to easily copy the field's value.
AI Summary: Enhance the Chrome extension 'ucan-see-my-request' to display the root CID for each proof within a UCAN delegation chain. Currently, only the root delegation CID is shown; this task requires modifying the extension to parse and display the CID for each proof in the chain.
AI Summary: Implement functionality in a Chrome extension to clear the list of recorded UCAN requests when the page is reloaded. Consider adding a settings option to allow persistent storage of requests between page reloads.
AI Summary: Enhance the Chrome extension's UCAN request listing to visually indicate the success or failure of each request. This involves checking both the HTTP status code and the presence of an error in the request receipt. A simple visual cue, like a green/red dot, should be added to represent success/failure.