Conversation
…and functionality
… rendering and functionality feat(exchanges-list): enhance URI display with additional path information chore(i18n): update translations for improved clarity and consistency
…uator path validation
7a7b514 to
5d38ab2
Compare
…exchanges-list components
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request refactors the HTTP exchanges list UI to use a modern data table component, streamlining the display and improving usability. It consolidates content-related columns, adds status text lookup, and updates internationalization files for clarity and consistency. The changes also include a new utility for HTTP status codes and a dedicated component for content display.
UI and UX improvements:
exchanges-list.vueto use theDataTablecomponent, replacing the custom table, and consolidated content-type and size columns into a single column using the newContentColumncomponent. Added expandable rows for detailed exchange data and improved URI display by splitting into name and full URL. [1] [2]http-status.tswith functions to get HTTP status text and formatted status strings, used in the UI for better status display.Internationalization updates:
i18n.en.json,i18n.de.json,i18n.es.json,i18n.fr.json,i18n.is.json,i18n.ko.json,i18n.pt-BR.json) to remove old content-type and length keys, add new consolidated content column labels, and improve messages for empty data. [1] [2] [3] [4] [5] [6] [7]These changes modernize the HTTP exchanges UI for better readability, maintainability, and internationalization support.