-
-
Notifications
You must be signed in to change notification settings - Fork 15
Add list view #149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add list view #149
Conversation
|
Hi, ty for this. Any chance you allow maintainer for modification? Its easier for me to do modif before merging. |
0fabf85 to
8f89d49
Compare
|
Hum, i must have not setup correctly something locally if i can force push your branch (from github ui). You can ignore the last message, since you probably already checked the option |
8f89d49 to
3b02509
Compare
wiiznokes
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks mostly good.
Also, can you add the rememberNestedScrollConnection stuff in listview ?
And there is also a bug where the position of the dropdown when we long click an item in the listview is not on the click position.
app/src/main/java/io/github/wiiznokes/gitnote/ui/screen/app/grid/GridScreen.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/io/github/wiiznokes/gitnote/ui/screen/app/grid/GridScreen.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/io/github/wiiznokes/gitnote/ui/screen/app/grid/GridScreen.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/io/github/wiiznokes/gitnote/ui/screen/app/grid/ListView.kt
Show resolved
Hide resolved
app/src/main/java/io/github/wiiznokes/gitnote/ui/screen/app/grid/TopGrid.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/io/github/wiiznokes/gitnote/ui/screen/app/grid/TopGrid.kt
Outdated
Show resolved
Hide resolved
|
PR feedback should be resolved. Please have another look. |
|
see #154. I haven't succed to push to your branch unfortunately :( |

Adds list view with toggle in the header. Closes #106.