Skip to content
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

[PB-2376]: feat/load Backups incrementally (pagination) #1284

Open
wants to merge 27 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
4c7c2bf
feat: pagination for backups view
masterprog-cmd Sep 19, 2024
bb3fddf
refactor(backups): move all logic to the parent
masterprog-cmd Sep 20, 2024
a72201b
fix: code issues and remove unused components
masterprog-cmd Sep 20, 2024
bf56e43
chore(deps): update SDK version
masterprog-cmd Sep 20, 2024
5bfc486
fix: setting the correct offset
masterprog-cmd Sep 20, 2024
a06f371
fix: selecting all folder items while loading more items
masterprog-cmd Sep 20, 2024
791b3d3
fix: header checkbox behavior
masterprog-cmd Sep 20, 2024
039e11f
fix(backups): navigating between files in the file viewer
masterprog-cmd Sep 20, 2024
433ac0b
fix(backups): context menu options and close behavior for file viewer…
masterprog-cmd Sep 20, 2024
818bb49
fix(breadcrumbs): function name
masterprog-cmd Sep 20, 2024
565d8cc
Merge pull request #1285 from internxt/fix/file-viewer-navigation-for…
CandelR Sep 23, 2024
22d06d7
feat: extract Skeleton to a shared component
masterprog-cmd Sep 23, 2024
cbbee61
Merge branch 'master' into feat/pagination-for-backups
masterprog-cmd Sep 24, 2024
06fc41c
feat: adding key to the shared Skin Skeleton
masterprog-cmd Sep 24, 2024
763da20
feat: extracting logic to custom hooks
masterprog-cmd Sep 24, 2024
37d6595
chore(deps): uppdate testing-library/react version
masterprog-cmd Sep 24, 2024
c5e2e33
tests: fixing useBackupPagination test
masterprog-cmd Sep 24, 2024
54a5211
tests: changes in useBackupPagination
masterprog-cmd Sep 24, 2024
fc61578
fix: keys for skin skeleton and removing unused variables
masterprog-cmd Sep 24, 2024
d8f45d7
fix: remove unused constant
masterprog-cmd Sep 24, 2024
6d51971
fix: on item name clicked
masterprog-cmd Sep 24, 2024
d339fd1
fix: grammatical issues
masterprog-cmd Sep 25, 2024
0542c02
fix: remove deleted items from the list
masterprog-cmd Sep 25, 2024
7433a90
fix: sonarcloud issues
masterprog-cmd Sep 25, 2024
d6d18d7
fix: allow void and Promises for action function (context menu)
masterprog-cmd Sep 25, 2024
73bc121
fix: selected items when stop sharing item for shared view
masterprog-cmd Sep 25, 2024
aaf19f0
Merge branch 'master' into feat/pagination-for-backups
masterprog-cmd Oct 2, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/*eslint-disable*/
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
};
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@iconscout/react-unicons": "^1.1.6",
"@internxt/inxt-js": "=1.2.21",
"@internxt/lib": "^1.2.0",
"@internxt/sdk": "^1.5.16",
"@internxt/sdk": "^1.5.17",
"@phosphor-icons/react": "^2.1.7",
"@popperjs/core": "^2.11.6",
"@reduxjs/toolkit": "^1.6.0",
Expand Down Expand Up @@ -130,7 +130,7 @@
"@playwright/test": "^1.44.1",
"@testing-library/dom": "^7.26.0",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^11.1.0",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^12.1.10",
"@types/analytics-node": "^3.1.3",
"@types/async": "^3.2.7",
Expand Down
114 changes: 0 additions & 114 deletions src/app/backups/components/BackupList/BackupList.tsx

This file was deleted.

94 changes: 0 additions & 94 deletions src/app/backups/components/BackupList/BackupListItem.tsx

This file was deleted.

Loading
Loading