ClusterCockpit / cc-backend

Web frontend and API backend server for ClusterCockpit Monitoring Framework
https://www.clustercockpit.org
MIT License
14 stars 12 forks source link

Add User-Configuration for Infinite Scroll #262

Closed spacehamster87 closed 2 months ago

spacehamster87 commented 2 months ago

Issue: Currently, infinite scroll vs. paging is configured app-wide in config.json

Goal: Add persisted, by-user configuration option in settings view.

Note: config.json will stay as admin-set, app-wide default setting for all users. Personal configuration will be saved in DB as soon as a choice is made by the user (Similar logic does apply for several plotting options already).