IllusioQuest / teacher-quotation-manager

This project contains the source code of a Vaadin application created with Java which allows adding, maintaining and rating of quotations. Also includes a login system and a user management tool for admins. BRAND NEW: Improved UX for content from schulmanager-online
https://schulhub.web.app
GNU Lesser General Public License v2.1
0 stars 1 forks source link

Add button to load ALL chats #30

Open IllusioQuest opened 3 months ago

Toastbrot236 commented 1 month ago

wdym?

IllusioQuest commented 1 month ago

Just scroll down in ChatView and you'll see that old chats just vanish. That's due to the all paramater set to false in SubscriptionsRequest. However, a true by default caused too much traffic. Thus, loading everything has to happen after a specific event. As I'm not capable of writing a javascript which recognizes when the user scrolls down after reaching the page's end, a button should do the job. Otherwise, it could take some more time for a nearly unimportant feature.