-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
[Dub] Missing Tons of Links (Only Showing Most Recent 100 Links) Pagination Issue #14198
Comments
Thank you for opening this issue! 🔔 @quuu @jfkisafk @steven-tey @devkiran you might want to have a look. 💡 Author and Contributors commandsThe author and contributors of
|
I don't think dub API supports pagination at the moment. |
@jfkisafk we do support pagination! How would this work with Raycast's API though – e.g. is there any way we can run async filtering instead of Raycast's default local-first filtering? Edit: Looks like Raycast's |
Oh sorry @steven-tey I do not know how I missed that. But essentially we have to move with typeahead search option here, utilizing the We can dynamically trigger typeahead in case of large workspaces (i.e. when a page cursor is present for the next page page of results). But if the no. of links is < 100 then we can just supply extensions/extensions/linear/src/components/docs/DocumentList.tsx Lines 97 to 99 in c7857fd
extensions/extensions/linear/src/hooks/useDocuments.ts Lines 5 to 18 in c7857fd
extensions/extensions/linear/src/api/documents.ts Lines 83 to 86 in c7857fd
|
@jfkisafk that looks perfect, thanks for sharing! Feel free to make a PR for this – we can get to it on our end once as well we finish a few other integrations! |
Delegated it to @srikirank. He will be working on this one! |
Thank you @srikirank 🙏 |
@srikirank were you able to figure out a solution for this? 👀 |
Extension
https://www.raycast.com/dubinc/dub
Raycast Version
1.81.2
macOS Version
No response
Description
The extension takes the latest 100 links and doesn't handle pagination, so it does't actually show all links when searching which makes it less useful if you're actually using Dub quite heavily.
Steps To Reproduce
Have more than 100 links and search for a link in Dub.
Current Behaviour
No response
Expected Behaviour
No response
The text was updated successfully, but these errors were encountered: