poc(frontend-streamlit): Added cookie baased auth in streamlit using streamlit-cookie-manager#83
Conversation
… On reload, the auth persist. Will enhance expense handling flow later.
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing Touches🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
|
@AneeshAhuja31 this PR contains QOL changes only or Something in the UI/UX has been changed as well? |
QOL changes have been added. For changes in the navigation system, i wanted to ask if you had any specific suggestions. |
No, no changes in the ui, in that commit the authentication and page reload problem has been fixed. |
… and UI improvements (#49) * Remove frontend codebase including package.json, HomeScreen, LoginScreen, and TypeScript configuration files * Add detailed documentation for Friends, Groups, Main Navigation, and Settlement screens - Introduced Friends Screens documentation including Friends List, Friend Detail, Add Friend, Friend Search Results. - Added Groups Screens documentation covering Groups List, Group Details, Group Management, Join Group. - Created Main Navigation documentation detailing Home Screen, Notifications Screen, Profile Menu, Activity Detail Screen. - Developed Settlement Screens documentation featuring Settlement Summary, Optimized Settlement, Record Payment, Payment Confirmation, Payment History. * Add Friends and Groups pages with API integration - Created Friends.py page with placeholder for future features. - Developed Groups.py page with functionalities to join, create, and manage groups. - Implemented API request handling with retry logic. - Added debug mode for troubleshooting API interactions. - Included session state management for user authentication and group selection. - Updated requirements.txt to include necessary packages for the project. * feat(groups): enhance expense splitting options with detailed methods and UI improvements * feat(friends): implement friends balance calculation and debug mode for better user experience * feat(groups): enhance group expense and settlement features with optimized calculations and debug information * fix(groups): update group creation logic to align with API schema and improve error handling * added cookie baased auth in streamlit using streamlit-cookie-manager. On reload, the auth persist. Will enhance expense handling flow later. (#83) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: Aneesh Ahuja <148528080+AneeshAhuja31@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Partial fix: Issue #63: On reload, the auth/state of page will persist persist . Added streamlit-cookies-manager in requirement file. Will enhance expense handling flow later. Changed the following files: