Skip to content
This repository was archived by the owner on Nov 10, 2023. It is now read-only.
This repository was archived by the owner on Nov 10, 2023. It is now read-only.

[Safe Apps] Debounce of input for custom Safe app url not properly working #999

@rmeissner

Description

@rmeissner

Title/Description

When inputting the url of a custom Safe app the requests to fetch the manifest are debounced (delayed so that they do not fire on every change)

Steps to reproduce

  • Open console
  • Go to dialog to add custom Safe app and type url
  • Watch request errors

Expected result

Only a request for the latest url input is sent after a short delay (e.g. 500ms)

Obtained result

After a short delay requests for all inputs are sent (or at least multiple).

Screenshots

image

Metadata

Metadata

Labels

Bug 🐛Something isn't workingMajorNeeds to be fixed for immediate next public release.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions