Per-user hide & new items #150
-
I want to have a bunch of items in the sidebar for me but the other users want a much simpler experience. However, I want to add new_items and not hide things, which I have to hide for them. So far the closest thing I can do is set the global settings to basically hide everything for the other users and set myself as an exception to show everything that is default. However, this does not achieve exactly what I want (new items and such). |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Hi @USER19464727, |
Beta Was this translation helpful? Give feedback.
-
Basically imagine I would like 3 users each with different items hidden and some have new_items, whereas others don't have new_items. I can't tell how to do this. It seems as if there's 1 global setup and then possible exceptions, but only for a different order (not for hiding or new items). |
Beta Was this translation helpful? Give feedback.
-
Hi @USER19464727, The order property, available in the base config or in the exceptions, is an array of items and an item has many configuration options, among them "hide" and "new_item". You can create a main config (the one that will be applied if no exception is matched) and different exceptions for different users, each one with different items and each item with Have you tried this already? |
Beta Was this translation helpful? Give feedback.
Hi @USER19464727,
The order property, available in the base config or in the exceptions, is an array of items and an item has many configuration options, among them "hide" and "new_item".
You can create a main config (the one that will be applied if no exception is matched) and different exceptions for different users, each one with different items and each item with
hide
ornew_item
options depending on your needs.Have you tried this already?