Skip to content

Commit

Permalink
Merge pull request #1922 from kaloudis/zeus-1642
Browse files Browse the repository at this point in the history
ZEUS-1642: Nodes: add ability to reorder list
  • Loading branch information
kaloudis committed Dec 28, 2023
2 parents 960c006 + 5853924 commit 472da4f
Show file tree
Hide file tree
Showing 5 changed files with 204 additions and 114 deletions.
8 changes: 8 additions & 0 deletions assets/images/SVG/DragDots.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
"general.readOnlyWallet": "Read-only wallet",
"general.reset": "Reset",
"general.other": "Other",
"general.reorder": "Reorder",
"views.Settings.Support.title": "Support ZEUS",
"views.Settings.Support.titleAlt": "Merch and Support",
"views.Settings.SocialMedia.title": "Social media",
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
"transformIgnorePatterns": [
"node_modules/(?!(react-native|@react-native|react-native-blob-util|react-native-randombytes)/)"
],
"testPathIgnorePatterns": ["check-styles.test.ts"]
"testPathIgnorePatterns": [
"check-styles.test.ts"
]
},
"scripts": {
"start": "react-native start",
Expand Down Expand Up @@ -91,6 +93,7 @@
"react-native-circular-progress-indicator": "4.4.2",
"react-native-crypto": "2.2.0",
"react-native-date-picker": "4.3.3",
"react-native-draglist": "3.5.1",
"react-native-elements": "3.4.3",
"react-native-encrypted-storage": "4.0.3",
"react-native-gesture-handler": "2.12.1",
Expand Down
Loading

0 comments on commit 472da4f

Please sign in to comment.