diff options
author | Javier Sánchez Parra <jsanchez@soleta.eu> | 2022-01-24 16:21:38 +0100 |
---|---|---|
committer | Javier Sánchez Parra <jsanchez@soleta.eu> | 2022-01-28 08:23:43 +0100 |
commit | b7e4f47f5cca21a2f7f04b6bd6a87873b5cef853 (patch) | |
tree | 3fd2d800f4e12332d90d40ea8aeaab7d000e8895 /ogcp/static/AdminLTE/plugins/fontawesome-free/webfonts/fa-solid-900.svg | |
parent | 5fbcff64f2d5fabc1b889759b6e9c387ffc22544 (diff) |
Keep scopes tree state
Otherwise, users have to expand the scopes tree every time they switch
view.
This commit adds two hooks to capture when an element of the tree is
shown or is hidden[1]. When they are shown, ogcp (front-end) stores them
in browser's local storage[2]. When they are hidden, ogcp removes them
from local storage.
Every time users load a page with the scopes tree, ogcp checks local
storage to restore the scopes tree state.
Store and remove functions use stopPropagation() to prevent ancestors of
clicked elements to also be stored or removed from local storage.[3]
1. https://getbootstrap.com/docs/4.1/components/collapse/#events
2. https://developer.mozilla.org/en-US/docs/Web/API/Web_Storage_API
3. https://javascript.info/bubbling-and-capturing
Diffstat (limited to 'ogcp/static/AdminLTE/plugins/fontawesome-free/webfonts/fa-solid-900.svg')
0 files changed, 0 insertions, 0 deletions