-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(apps): Simplify session handling and improve widget configuration…
… retrieval - Removed redundant session validation logic in app.py, streamlining the session creation process. - Updated the home endpoint to directly use the application configuration for template rendering. - Enhanced the get_widgets API to return session ID alongside widget configurations, improving client-side session management. - Modified numerous.js to fetch widget configurations using the session ID from session storage, ensuring consistent session handling across requests. These changes enhance the clarity and efficiency of session management and widget communication in the application.
- Loading branch information
1 parent
143ee28
commit aab16ac
Showing
2 changed files
with
34 additions
and
75 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