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

Add DraggableList component #26307

Merged
Show file tree
Hide file tree
Changes from 15 commits
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
2aecf5d
add DraggableList component
kosmydel Aug 29, 2023
ec87088
use DraggableList in the DistanceRequest
kosmydel Aug 29, 2023
7e752d1
patch react-beautiful-dnd
kosmydel Aug 29, 2023
f590ac9
fix types
kosmydel Aug 29, 2023
9828099
Merge branch 'main' into @kosmydel/add-draggable-list
kosmydel Aug 30, 2023
2b6e88b
fix lint issues
kosmydel Aug 30, 2023
0fc64ed
experimentally add onContentSizeChange
kosmydel Aug 30, 2023
fc617de
add comments
kosmydel Aug 30, 2023
553053a
Merge branch 'Expensify:main' into @kosmydel/add-draggable-list
kosmydel Aug 30, 2023
f2dc8e3
Make small adjustements
blazejkustra Aug 31, 2023
a306d70
Adjust updateWaypoints function
blazejkustra Aug 31, 2023
ae045a3
Fix the comment
blazejkustra Aug 31, 2023
64f8b87
Merge branch 'main' into @kosmydel/add-draggable-list
blazejkustra Aug 31, 2023
585db22
Merge branch 'main' into @kosmydel/add-draggable-list
blazejkustra Aug 31, 2023
281e3e7
Fix prettier diff
blazejkustra Aug 31, 2023
c974a37
address review
kosmydel Sep 1, 2023
3433752
fix: lint
kosmydel Sep 1, 2023
2612dcb
fix: padding on iOS
kosmydel Sep 1, 2023
418bf57
bottom padding
kosmydel Sep 1, 2023
731ac55
Merge branch 'main' into @kosmydel/add-draggable-list
kosmydel Sep 1, 2023
76020f5
add icon
kosmydel Sep 1, 2023
9809838
Merge branch 'main' into @kosmydel/add-draggable-list
kosmydel Sep 4, 2023
269e679
forward refs in the DraggableList
kosmydel Sep 4, 2023
3e95fd3
rename type
kosmydel Sep 4, 2023
ccddce0
refactor types
kosmydel Sep 4, 2023
15d5166
Fix gradient
kosmydel Sep 4, 2023
28d095b
fix background when dragging
kosmydel Sep 4, 2023
5a95c87
add comment
kosmydel Sep 4, 2023
11b182d
Merge branch 'main' into @kosmydel/add-draggable-list
kosmydel Sep 11, 2023
b31867b
Merge branch 'main' into @kosmydel/add-draggable-list
kosmydel Sep 15, 2023
c3803c0
fix merge
kosmydel Sep 15, 2023
f764c47
fix import
kosmydel Sep 15, 2023
c1b479b
Merge branch 'Expensify:main' into @kosmydel/add-draggable-list
kosmydel Sep 19, 2023
a0c17cb
draft of new designs
kosmydel Sep 19, 2023
d572372
fixes
kosmydel Sep 20, 2023
f0ea52f
Merge branch 'main' into @kosmydel/add-draggable-list
kosmydel Sep 20, 2023
b373838
new type approach
kosmydel Sep 21, 2023
fbd6780
Merge branch 'main' into @kosmydel/add-draggable-list
kosmydel Sep 21, 2023
29ce695
refactor
kosmydel Sep 21, 2023
6648aef
change Ref to ForwardedRef
kosmydel Sep 21, 2023
df80cc8
Merge branch 'main' into @kosmydel/add-draggable-list
sebryu Sep 25, 2023
a79858e
Merge branch 'main' into @kosmydel/add-draggable-list
blazejkustra Sep 25, 2023
f1f87e0
Remove unused style
blazejkustra Sep 25, 2023
3c125b6
Merge branch 'main' into @kosmydel/add-draggable-list
blazejkustra Sep 26, 2023
ce77279
Fix types in Transaction.ts
blazejkustra Sep 26, 2023
df83c7a
Fix bug number 1
blazejkustra Sep 27, 2023
0378b0f
Fix bug number 3
blazejkustra Sep 27, 2023
08dd080
Fix bug number 2
blazejkustra Sep 27, 2023
16ea63e
Merge branch 'main' into @kosmydel/add-draggable-list
blazejkustra Sep 28, 2023
f91da13
Fix bug number 5
blazejkustra Sep 28, 2023
a4ef061
Address review
kosmydel Oct 3, 2023
c64a768
Extract DistanceRequestFooter
kosmydel Oct 3, 2023
3701d81
Extract DistanceRequestRenderItem
kosmydel Oct 3, 2023
4bba016
Merge branch 'main' into @kosmydel/add-draggable-list
kosmydel Oct 4, 2023
1d4c61c
cleanup & add comments to DraggableList types
kosmydel Oct 4, 2023
6307f10
prettier
kosmydel Oct 4, 2023
970a3b0
fix loading transaction from Onyx
kosmydel Oct 4, 2023
366c222
concise empty waypoint
kosmydel Oct 4, 2023
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
203 changes: 203 additions & 0 deletions package-lock.json

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

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@
"prop-types": "^15.7.2",
"pusher-js": "7.4.0",
"react": "18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-collapse": "^5.1.0",
"react-content-loader": "^6.1.0",
"react-dom": "18.1.0",
Expand All @@ -113,6 +114,7 @@
"react-native-dev-menu": "^4.1.1",
"react-native-device-info": "^10.3.0",
"react-native-document-picker": "^8.0.0",
"react-native-draggable-flatlist": "^4.0.1",
"react-native-fast-image": "^8.6.3",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "2.12.0",
Expand Down Expand Up @@ -195,6 +197,7 @@
"@types/mock-fs": "^4.13.1",
"@types/pusher-js": "^5.1.0",
"@types/react": "^18.2.12",
"@types/react-beautiful-dnd": "^13.1.4",
"@types/react-collapse": "^5.0.1",
"@types/react-dom": "^18.2.4",
"@types/react-pdf": "^5.7.2",
Expand Down
Loading
Loading