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).
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).