Show selected records details
In this MR we pass the selected result item object to the details view and have it rendered within a card. Note: Passing information up was attempted with Context and Reducer pattern - it did not work out. Hence the lightweight state management library jotai is now used to lift this state up to the details view. This closes #113
The MR also handles going back in users search history via the back button. This closes #116
Edited by Fiona D'Mello