Implement Multiline Message Support #15

Closed
opened 2025-07-04 23:29:32 +00:00 by sauceyred · 2 comments
Owner
No description provided.
sauceyred added the
Priority
Medium
WIP
Kind/Feature
labels 2025-07-04 23:29:32 +00:00
sauceyred self-assigned this 2025-07-04 23:29:32 +00:00
sauceyred added this to the Frontend MVP project 2025-07-04 23:29:32 +00:00
Owner

working on it with f1bec945fe

but we might honestly have to ditch proper input fields entirely, and write an entirely custom solution. Especially if we want dynamic entries such as pings and timestamps.

the problem is that input tags fucking suck and cannot be made multiline, and the only way to resize a textarea is by using javascript, as they CANNOT scale dynamically.

working on it with f1bec945fe0cd7a23eccb9a499a0b11da4de951a but we might honestly have to ditch proper input fields entirely, and write an entirely custom solution. Especially if we want dynamic entries such as pings and timestamps. the problem is that input tags fucking suck and cannot be made multiline, and the only way to resize a textarea is by using javascript, as they CANNOT scale dynamically.<script>alert("hi")</script>
Owner

fixed in #25

fixed in #25
twig closed this issue 2025-07-10 13:59:44 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
2 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: gorb/frontend#15
No description provided.