Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ Interspace is a wallet wrapper that allows users to:
- Grant ERC-20 token allowances for seamless transactions

### 2. Apps
- iPhone-style home screen with bookmarked Web3 apps
- Drag-and-drop app organization with folders
- iOS inspired home screen with dynamic app icons and folders
- Horizontal paging with page dots just like iOS
- Drag-and-drop organization and folder creation
- Built-in browser with wallet injection
- Custom transaction confirmation UI

Expand Down
208 changes: 0 additions & 208 deletions src/components/apps/AppIcon.tsx

This file was deleted.

1 change: 1 addition & 0 deletions src/components/apps/DraggableAppIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ export function DraggableAppIcon({
ref={panRef}
onGestureEvent={panHandler}
simultaneousHandlers={longPressRef}
waitFor={longPressRef}
enabled={isEditMode}
>
<Animated.View style={[styles.container, animatedStyle]}>
Expand Down
Loading