- Notifications
You must be signed in to change notification settings - Fork254
Implemented pagination in some APIs.#1351
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes fromall commits
Commits
Show all changes
39 commits Select commitHold shift + click to select a range
16d8e1a
Added pagination ui
Imiss-U1025b6d8a1b
Removed Your Folder Component
Imiss-U1025efa56c3
Added utilities for pagination.
Imiss-U1025a602426
Implemented pagination in Your App.
Imiss-U1025fd62105
Implemented pagination in trash.
Imiss-U10253d9f56d
Imported types from util/pagination
Imiss-U1025fa580fb
Added utilities for pagination.
Imiss-U10257bc6eb6
Implemented pagination in User Group List.
Imiss-U102541927a3
Implemented pagination in Data Sources.
Imiss-U1025f2140e4
Implemented pagination in groupUsersPermission.
Imiss-U10258c82fd1
Implemented pagination in organizations's member.
Imiss-U1025d65c2d5
Implemented pagination in Query Library and made fetchJsDatasourcePag…
Imiss-U1025cce98cd
Implemented pagination in login.
Imiss-U1025e2c1efc
Implemented realtime processing of create new folder in HomeView.
Imiss-U10253ce6469
Change search method in query library.
Imiss-U1025a0a6fa1
Changed search method in Data Sources.
Imiss-U1025b27f13f
Changed search method in marketplace.
Imiss-U1025f51f681
Processed immediate activity in TrashView.
Imiss-U1025cfe991d
Processed immediate activity in Your Apps.
Imiss-U1025add7083
Processed immediate activity in Setting/UserGroup.
Imiss-U1025a65c737
Added back button in your apps.
Imiss-U10251d41e80
Processed immediate activity in Query Library.
Imiss-U10254e1e0c0
Processed immediate activity in Data Sources.
Imiss-U102590648dc
Removed unnessary APIs.
Imiss-U1025b332980
Fixed Search functions.
Imiss-U102534ce989
Fixed pagination of folders and UI.
Imiss-U1025071e0ab
Fixed an issue that can not search Navigation.
Imiss-U102524469a3
Fixed loading indicator in setting/permission.
Imiss-U102556ff238
Fixed an issue that does not display 'Add member' button and 'Remove …
Imiss-U1025346760c
Optimized called APIs and in User groups.
Imiss-U10253d75c3a
Fixed an issue that call double API in login.
Imiss-U1025ffd2889
Does not show Pagination when No data in Data Source.
Imiss-U102532b3c3b
Implemented update-on-action when import file and create new Data Sou…
Imiss-U1025bed5f55
Removed unnessary API calling (folders/elements) when first loading.
Imiss-U10256f9b821
Updating Yarn Lock
326d27e
Fixed an issue that app does not move to folder.
Imiss-U10259fcd924
Added categories dropdown button in Your apps.
Imiss-U10258886606
Fixed an Navigation issue in Trash and Your Apps.
Imiss-U10250364857
Merge branch 'dev' into feature-pagination
FalkWolskyFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
35 changes: 23 additions & 12 deletionsclient/packages/lowcoder-design/src/components/Search.tsx
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
7 changes: 6 additions & 1 deletionclient/packages/lowcoder/src/api/applicationApi.ts
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
15 changes: 15 additions & 0 deletionsclient/packages/lowcoder/src/api/datasourceApi.ts
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
11 changes: 11 additions & 0 deletionsclient/packages/lowcoder/src/api/folderApi.ts
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
28 changes: 28 additions & 0 deletionsclient/packages/lowcoder/src/api/orgApi.ts
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
5 changes: 5 additions & 0 deletionsclient/packages/lowcoder/src/api/queryLibraryApi.ts
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
6 changes: 3 additions & 3 deletionsclient/packages/lowcoder/src/components/TypographyText.tsx
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
22 changes: 14 additions & 8 deletionsclient/packages/lowcoder/src/comps/comps/queryLibrary/queryLibraryComp.tsx
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
4 changes: 4 additions & 0 deletionsclient/packages/lowcoder/src/pages/ApplicationV2/BackButton.tsx
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
export const BackButton = () =>{ | ||
return | ||
<div>123</div> | ||
} |
6 changes: 3 additions & 3 deletionsclient/packages/lowcoder/src/pages/ApplicationV2/CreateDropdown.tsx
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
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
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.