Skip to content

refactor: move GestureHandlerButton to shared components#7099

Merged
i1skn merged 1 commit intodevelopfrom
02-06-refactor_move_gesturehandlerbutton_to_shared_components
Feb 9, 2026
Merged

refactor: move GestureHandlerButton to shared components#7099
i1skn merged 1 commit intodevelopfrom
02-06-refactor_move_gesturehandlerbutton_to_shared_components

Conversation

@i1skn
Copy link
Copy Markdown
Contributor

@i1skn i1skn commented Feb 6, 2026

What changed (plus any additional context for devs)

  • Moved GestureHandlerButton from Swap-specific scope into shared components:
    • src/__swaps__/screens/Swap/components/GestureHandlerButton.tsx -> src/components/buttons/GestureHandlerButton.tsx
  • Updated all imports that previously referenced the Swap path to use:
    • @/components/buttons/GestureHandlerButton
    • Updated Swap-internal relative imports to the same shared path for consistency.
  • Exported the component from the shared buttons barrel:
    • src/components/buttons/index.js

Screen recordings / screenshots

  • N/A (refactor only; no UI behavior changes intended)

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Feb 6, 2026

Launch in simulator or device for 900a510

@i1skn i1skn force-pushed the 02-06-refactor_move_gesturehandlerbutton_to_shared_components branch from a5d2349 to 9169377 Compare February 6, 2026 16:24
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Feb 6, 2026

🧪 Flashlight Performance Report (AWS Device Farm)

🔀 Commit: 8d0b8da

📎 View Artifacts

Metric Current Δ vs Baseline
Time to Interactive (TTI) 5490 ms 🔴 +55.7 ms (+1.0%)
Average FPS 55.54 🔴 -1.3 (-2.2%)
Average RAM 402.5 MB 🔴 +9.5 MB (+2.4%)

@i1skn i1skn force-pushed the 02-06-refactor_move_gesturehandlerbutton_to_shared_components branch from 9169377 to 2cd3472 Compare February 6, 2026 16:26
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Feb 6, 2026

Launch in simulator or device for 8d0b8da

@i1skn i1skn merged commit c921ab6 into develop Feb 9, 2026
24 of 25 checks passed
@i1skn i1skn deleted the 02-06-refactor_move_gesturehandlerbutton_to_shared_components branch February 9, 2026 12:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants