ls1intum / Artemis

Artemis - Interactive Learning with Automated Feedback
https://docs.artemis.cit.tum.de
MIT License
502 stars 289 forks source link

Communication: Channels Open at the first message #9537

Open StateofDisarray opened 4 days ago

StateofDisarray commented 4 days ago

Is your feature request related to a problem?

This is a very small issue, but opening a message channel on artemis starts at the first message. rather than the last message. This quickly becomes inconvenient for message channels with a lot of people, such as ITP.

I use Firefox version 131.0.3 and Safari on mobile with the latest ios version

Describe the solution you'd like

I made a tampermonkey script to do the following

const scrollableDiv = document.getElementById('scrollableDiv'); scrollableDiv.scrollTop = scrollableDiv.scrollHeight;

Describe alternatives you've considered

No response

Additional context

No response

ahbitaqu commented 4 days ago

+1