logbot: Very long URLs can mess up the layout and should be truncated #27

Open
opened 2021-06-09 17:43:04 +02:00 by rra · 0 comments

See attached screenshot, when long URLS are logged they could potentially mess up the layout because they normally dont wrap but grow the parent container. My suggestion is the following:

Turn the code that turns links in messages into HTMLs in to:

<a href='https://www.internationaleonline.org/opinions/1067_brave_new_university_technology_and_neoliberalism_in_the_postpandemic_university_and_the_strange_case_of_distance_arts_education'>https://www.internationaleonline.org/opinions/1067_brave_new_university_technology_and_neoliberalism_in_the_postpandemic_university_and_the_strange_case_of_distance_arts_education</a>

In to:

<a href='https://www.internationaleonline.org/opinions/1067_brave_new_university_technology_and_neoliberalism_in_the_postpandemic_university_and_the_strange_case_of_distance_arts_education'>https://www.internationaleonline.org/[...]</a>

Or define a max amount of characters after which the display URL is truncated!

See attached screenshot, when long URLS are logged they could potentially mess up the layout because they normally dont wrap but grow the parent container. My suggestion is the following: Turn the code that turns links in messages into HTMLs in to: ` <a href='https://www.internationaleonline.org/opinions/1067_brave_new_university_technology_and_neoliberalism_in_the_postpandemic_university_and_the_strange_case_of_distance_arts_education'>https://www.internationaleonline.org/opinions/1067_brave_new_university_technology_and_neoliberalism_in_the_postpandemic_university_and_the_strange_case_of_distance_arts_education</a>` In to: ` <a href='https://www.internationaleonline.org/opinions/1067_brave_new_university_technology_and_neoliberalism_in_the_postpandemic_university_and_the_strange_case_of_distance_arts_education'>https://www.internationaleonline.org/[...]</a>` Or define a max amount of characters after which the display URL is truncated!
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: varia/bots#27
No description provided.