-
-
Notifications
You must be signed in to change notification settings - Fork 640
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Provide app.storage.client as a location to store volatile data which…
… only matters for the current connection (#2820) * Implemented app.storage.session which enables the user to store data in the current Client instance - which in practice means "per browser tab". * Replaced Client.state by ObservableDict Moved context import to top of the file * Renamed app.storage.session to app.storage.client. Adjusted documentation of app.storage.client. * Exchanged quotes Added app.storage.client clear test * Added documentation for app.storage.client Dropped implementation client.current_client for now Added exceptions for calls to app.storage.client from auto index or w/o client connection. Added tests for changes * Removed imports, simplified client availability check * Updated documentation Removed client connection state checks and tests * Removed connection test_clear from * Removed random import, not required for demo anymore * Resolved merging conflicts with tab extension * Merge fix * Merge fix * minimal updates to documentation * code review * Removed line duplication * improve clearing of client storage * fix typo * add overview table * renaming * review documentation --------- Co-authored-by: Rodja Trappe <[email protected]> Co-authored-by: Falko Schindler <[email protected]>
- Loading branch information
1 parent
d5889c7
commit 1428e6d
Showing
5 changed files
with
107 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters