Skip to content

chore: rework http exchanges view#5096

Open
SteKoe wants to merge 6 commits intomasterfrom
chore/httpexchanges
Open

chore: rework http exchanges view#5096
SteKoe wants to merge 6 commits intomasterfrom
chore/httpexchanges

Conversation

@SteKoe
Copy link
Contributor

@SteKoe SteKoe commented Feb 22, 2026

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:

  • Refactored exchanges-list.vue to use the DataTable component, replacing the custom table, and consolidated content-type and size columns into a single column using the new ContentColumn component. Added expandable rows for detailed exchange data and improved URI display by splitting into name and full URL. [1] [2]
  • Added a new utility file http-status.ts with functions to get HTTP status text and formatted status strings, used in the UI for better status display.

Internationalization updates:

  • Updated i18n files (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.

@SteKoe SteKoe requested a review from a team as a code owner February 22, 2026 15:20
@SteKoe SteKoe changed the title Chore/httpexchanges Rework http exchanges view Feb 22, 2026
… rendering and functionality

feat(exchanges-list): enhance URI display with additional path information
chore(i18n): update translations for improved clarity and consistency
@SteKoe SteKoe force-pushed the chore/httpexchanges branch from 7a7b514 to 5d38ab2 Compare February 22, 2026 15:36
@SteKoe SteKoe changed the title Rework http exchanges view chore: rework http exchanges view Feb 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant