Skip to content

Commit

Permalink
Merge pull request #194 from kevinaboos/redesign_pagination
Browse files Browse the repository at this point in the history
Completely redesign pagination code, support backwards pagination upon scroll
  • Loading branch information
kevinaboos authored Oct 12, 2024
2 parents 18237da + f25b9e2 commit 080df5d
Show file tree
Hide file tree
Showing 5 changed files with 275 additions and 228 deletions.
93 changes: 57 additions & 36 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ metadata.makepad-auto-version = "zqpv-Yj-K7WNVK2I8h5Okhho46Q="

[dependencies]
# makepad-widgets = { git = "https://github.com/makepad/makepad", branch = "rik" }
makepad-widgets = { git = "https://github.com/kevinaboos/makepad", branch = "apple_bundle_resource_path" }
makepad-widgets = { git = "https://github.com/kevinaboos/makepad", branch = "portal_list_ref_immut_self" }


## Including this crate automatically configures all `robius-*` crates to work with Makepad.
robius-use-makepad = "0.1.0"
robius-open = "0.1.0"
robius-open = "0.1.1"
## A fork of the `directories` crate that adds support for Android by using our `robius-android-env` crate.
robius-directories = { git = "https://github.com/project-robius/robius-directories", branch = "robius"}
robius-location = { git = "https://github.com/project-robius/robius-location" }
Expand Down
Loading

0 comments on commit 080df5d

Please sign in to comment.