You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now when the Router() is run after CheckPGCLogin(), we can fetch settings from server side. Most end users probably wants the same settings in all their browsers. Settings should be returned with the GetMyUsername method.
However, a local override of server side settings stored with GM_setValue would be nice. This makes it a bit tricky. For each setting we need to show the server side setting and then 3 radio buttons (with checkbox look?) for "use server side", "checked", "unchecked". A final column with the effective result would be nice. Some extra javascript writing.
A button named "Push settings to PGC" or similar should be added for server side save. The old button should be renamed to "Local save" or so.
The text was updated successfully, but these errors were encountered:
Assigned to me due to lack of server side support.
I will probably create a generic json data store server side. For storing settings one can the do something like {StoreData: {"key": "Settings", "value": json}}.
Initially there will be a limit of how much data can be stored that is fairly low, like 1 kB. In the future maybe we would like to be able to save longer cache notes this way?
Now when the Router() is run after CheckPGCLogin(), we can fetch settings from server side. Most end users probably wants the same settings in all their browsers. Settings should be returned with the GetMyUsername method.
However, a local override of server side settings stored with GM_setValue would be nice. This makes it a bit tricky. For each setting we need to show the server side setting and then 3 radio buttons (with checkbox look?) for "use server side", "checked", "unchecked". A final column with the effective result would be nice. Some extra javascript writing.
A button named "Push settings to PGC" or similar should be added for server side save. The old button should be renamed to "Local save" or so.
The text was updated successfully, but these errors were encountered: