MobileView icon indicating copy to clipboard operation
MobileView copied to clipboard

Save Previous Links / History

Open Morgan-Ngetich opened this issue 4 months ago • 0 comments

Problem

Users can't revisit previously tested links, which forces them to re-enter the URL each time they want to test a project.

Solution

Add a history or "Recently Visited URLs" feature. This would allow users to easily select previously entered URLs, improving user convenience and speed.

Technical Approach

  • Store previously entered URLs in local storage or a persistent state.
  • Display a dropdown or list of recently used URLs when the input box is focused.
  • Allow users to click on these previous URLs to quickly re-open them.

Morgan-Ngetich avatar Oct 03 '24 12:10 Morgan-Ngetich