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
{{ message }}
This repository has been archived by the owner on Nov 23, 2024. It is now read-only.
Selection of language on the menu is persistent
When language is selected preference is stored in the user preference table.
When you first open the portal a cookie (local storage) is created with the language selection.
Every time a page is loaded the language preference is read from local storage.
When changing language preference on the menu:
table "language list"
ID / Language code
1 / en
2 / es
3 / fr
4 / pt-br
5/ ja
Write db migration to add a user language preference
add column "language" foreign key referencing language list
migration done!!!
27/1/2021
Queries
24/02/21
Query - Read user preference on load
TODO: Tidy up... do this when PR is up.
Mutations - Write user preference on a menu selection
mutation
variables
The text was updated successfully, but these errors were encountered: