Support saving per user/session settings

Created on 24 August 2023, over 1 year ago
Updated 20 October 2023, over 1 year ago

Problem/Motivation

It's possible to change editor/theme settings, but currently these aren't persisted.

Proposed resolution

I noticed a post request is done after saving the settings:

POST /_ignition/update-config
Accept: application/json
Content-Type: application/json

{"editor":"vscode","theme":"dark","hide_solutions":false}

Let's add an endpoint on that path, store settings in user/session data and use them when rendering the error page.

✨ Feature request
Status

Fixed

Version

1.0

Component

Code

Created by

πŸ‡§πŸ‡ͺBelgium dieterholvoet Brussels

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024