From c5dc95cd8c2fb7b55a90dcfdb33310843cd547e8 Mon Sep 17 00:00:00 2001 From: Vansh Comar <69755265+vacom13@users.noreply.github.com> Date: Tue, 7 Dec 2021 11:26:13 +0530 Subject: [PATCH] Add tools for currency conversion in search results (#536) This implements a method for converting between various currencies. When a user searches " to " (including when prefixed by a specific amount), they are now presented with a table for quickly converting between the two. This makes use of the currency ratio returned as the first "card" in currency related searches, and the table is inserted into this same card.