Skip to content

Commit

Permalink
Add user preference documentation for Live 3.33.0 (#23)
Browse files Browse the repository at this point in the history
* add user preference documentation for Live 3.33.0

* rm TODOs and uncomment info hints

---------

Co-authored-by: anny.chagas <[email protected]>
  • Loading branch information
AnnyCaroline and anny.chagas authored Jul 10, 2023
1 parent 4582a71 commit ecdd564
Show file tree
Hide file tree
Showing 9 changed files with 57 additions and 0 deletions.
Binary file added .gitbook/assets/language-modal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .gitbook/assets/language-option.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .gitbook/assets/theme-modal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .gitbook/assets/theme.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .gitbook/assets/user-preferences.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
* [Introduction](README.md)
* [Release Notes](release-notes/README.md)
* [Live 3](release-notes/live-3/README.md)
* [3.33.0](release-notes/live-3/3.33.0.md)
* [3.32.0](release-notes/live-3/3.32.0.md)
* [3.31.0](release-notes/live-3/3.31.0.md)
* [3.30.0](release-notes/live-3/3.30.0.md)
* [3.29.0](release-notes/live-3/3.29.0.md)
Expand Down
51 changes: 51 additions & 0 deletions release-notes/live-3/3.33.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
---
description: Released ToDo, 2023
---

{% hint style="info" %}
After Live 3.33.0 comes out of beta this documentation will be finalized and published on platform.intelie.com
{% endhint %}

# 3.33.0

### New Features
* Allow users to use system theme ([more](#allow-users-to-use-system-theme))
* Allow users to select their language ([more](#allow-users-to-select-their-language))
* Allow users to sync personal preference options across devices ([more](#allow-users-to-sync-personal-preference-options-across-devices))

## Details

### Allow users to use system theme
Live users can now choose to follow its device theme mode. In order to do so, the user needs to click on the top-right button and, them, choose "Theme".

![Accessing theme](<../../.gitbook/assets/theme.png>)

![Personal preferences modal - theme](<../../.gitbook/assets/theme-modal.png>)

If you don't find the option "theme", verify in Live admin if the option `System & Display > User preferences > Theme customization` is activated. Please note that, if the "Language customization" toggle is also on, the option will be called "Personal preferences" instead of "Theme".

![Live admin > user preferences](<../../.gitbook/assets/user-preferences.png>)

### Allow users to select their language
Live users can now choose their preferred language. To do so, the user needs to click on the top-right button and, them, choose "Language". The preferred language will be used in Live interface and received e-mails. Entities names (like dashboard names) will not be affected.

![Personal preference options](<../../.gitbook/assets/language-option.png>)

After that, the user can choose their preferred language:

![Personal preferences modal - language](<../../.gitbook/assets/language-modal.png>)

If you don't find the option "Language", verify in Live admin if the option System & Display > User preferences > Language customization is activated. Please note that, if the "Theme customization" toggle is also on, the option will be called "Personal preferences" instead of "Language".

![Live admin > user preferences](<../../.gitbook/assets/user-preferences.png>)

### Allow users to sync personal preference options across devices
At "Personal preferences menu", the user can choose either to:
- **Use its language and theme preferences only in the current browser:** when choosing this option, the personal preferences will be saved at the browser local storage
- **Match preferences across devices/browser:** any other device/browser using the same Live account will receive the same preference configurations

{% hint style="info" %}
Local preferences will always have priority over preferences saved across devices.
{% endhint %}

![Personal preference options](<../../.gitbook/assets/match-preferences-across-devices.png>)
4 changes: 4 additions & 0 deletions release-notes/live-3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ We advise that, from July of 2021 on, `systemd` will be a mandatory dependency f
Beginning in this version Live will start to use the [Semantic Versioning 2.0.0](https://semver.org/). &#x20;
{% endhint %}

## [3.33.0](3.33.0.md) (ToDo, 2023)

* ToDo

## 3.31.3 (June 09, 2023)

### Fixes and improvements
Expand Down

0 comments on commit ecdd564

Please sign in to comment.