Conversation
WatermelonAI SummaryThe 27 commits in this PR are focused on implementing a new feature for logging in to Watermelon and storing the credentials for later use. The commits include fixes to the root project, adding button group and login buttons, taking user token and email as input, making requests to the API, storing data when logged in, hiding the login button if already logged in, code improvements, creating a data extractor, changing data types, displaying all data from context, using an expandable panel, code reorganization, updating ignore file, allowing hiding and showing of information, allowing multiline body, adding a commits panel and removing warnings, making UI enhancements like making the body a button and scrollable, extracting listeners and backend URLs, and changing input types. Overall, the commits show iterative progress and improvements to enable a smooth login experience. GitHub PRsClick here to login to Jira |
baristaGeek
left a comment
There was a problem hiding this comment.
From what I understand rendering information on the Tool Window Factory will depend on logging in (action which LGTM). If this is the case:
- I'd like us to re-test after we merge the backend changes
- The Tool Window Factory should show a text that invites to log in .
baristaGeek
left a comment
There was a problem hiding this comment.
We need to
- Change the user email prompt from a password dialog to an input dialog
- Solve the 404 issue
I changed the input. |
Ok LGMT then. I'll assume it's something with my local env. |
Description
Allows logging in to watermelon and storing the credentials for later use
Type of change
Notes
Acceptance