Open
Conversation
Owner
Jiyu13
commented
Sep 17, 2025
- convertlist row / item row dropdown to a swipable menu
- show original lists if input is empty - if not show lists filtered by input
- keep search input when done is clicked
- can navigate back
- add rightText, right Icon param - check if new params
- add params for top bar
- require userId + request as params - return a ListModel object
- rename file
- call insertList with userId + new list data - return a formatted ListModel response
- create insertListByUser suspense function to handle loading state + API response + navigation - add navigationComplete() to reset navigation state - implement StateFlow-based navigation stat
- implement automatic back navigation on success - connect form submission via onSaveClick()
- add login button - add state to control when button show up - comment out navigate to list screen when splash is done
- set openState to hold the AnchoredDraggableState of the currently open row - set onOpened + onClosed to toggle openState
…te<RowAnchor> - Define explicit anchors via DraggableAnchors - Add spring + spline decay specs for snappier fling/settle behavior
- pass in user id to repository call - add states for edit + share form to toggle
- receive user id as param - pass in user id to api call
- add more options + change action width to fix 3 options - add icon boxes - add on click handlers for each icon boxes
- add more options + change action width to fix 3 options - add icon boxes - add on click handlers for each icon boxes
- remove delete button - add Cancel + save buttons
- call closeEdit() from view model when necessary -
- change option alpha based on isShare is true
- toggle functions to open / close edit form
- remove filled buttons - add text buttons
- call closeItemEdit from viewModel if necessary -
- wrap ListItemRow inside it - define scope + openState
- set up debug key
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.