Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

[MV-463] Internals: limit large strings #174

Merged
merged 5 commits into from
Jun 5, 2023

Conversation

pkrucz00
Copy link
Contributor

@pkrucz00 pkrucz00 commented Jun 3, 2023

Parsing the sdp answer and offer as a string.

Displays the sdp offer or answer after clicking the display element.
The lines are displayed with their positional number.

I don't know if the parsing is good and if the numbers in front of lines should be the line numbers. Please, @mickel8 , take a look.

@pkrucz00 pkrucz00 requested a review from mickel8 June 3, 2023 17:21
Copy link
Contributor

@mickel8 mickel8 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The output looks great, just remove line numbers as we discussed 👍

@pkrucz00 pkrucz00 force-pushed the MV-463-internals-limit-large-strings branch from 6c025b2 to 54072fe Compare June 5, 2023 08:14
@pkrucz00 pkrucz00 marked this pull request as ready for review June 5, 2023 08:18
@bblaszkow06 bblaszkow06 changed the title Mv 463 internals limit large strings [MV-463] Internals: limit large strings Jun 5, 2023
Copy link
Contributor

@bblaszkow06 bblaszkow06 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's a nice addition, thanks

<Details key={name} className="pl-4" summaryText={name}>
<ul>
{values.map((v, idx) => (
<li className="px-4" key={`${idx}:${v}`}>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd reduce the font size as SDPs are quite long

@pkrucz00 pkrucz00 merged commit dc3264c into master Jun 5, 2023
4 checks passed
@pkrucz00 pkrucz00 deleted the MV-463-internals-limit-large-strings branch June 5, 2023 10:46
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants