sashankshukla / splash

2 stars 0 forks source link

Sashank/fixes #90

Closed sashankshukla closed 1 year ago

sashankshukla commented 1 year ago
  1. Added copy to clipboard icons for pool and listing iD
  2. made some padding, margin changes for search bar, some boldness changes for pool and listing details
  3. Made all popupModals (poolForm, joinForm, listingModal etc..) such that when you click anywhere outside the modals, it closes as well apart from the x button
  4. Moved around file structure a little bit, moved things like spinner alerts and clipboard to a folder called accessories, moved Pool and Listing into /Pools and /Listings directories respectively.
  5. Added some API route error handling small changes