briantwene / paperflow

A Cross Platform Desktop app made to discover and download beautiful wallpapers sourced from Reddit.
3 stars 0 forks source link

REFACTOR --> Connection settings Disconnect feature #84

Closed briantwene closed 2 months ago

briantwene commented 2 months ago

Description

These are the final changes to the connection settings redesign, adding the ability to disconnect from a provider. This has to be part of the overall connections feature and already had the function implemented in rust. I just moved things around on the rust backend so that in the future it would be easier to add more providers to the disconnect function.

As for the frontend, I added a function to the zustand store that would call this function when a user hits the disconnect option on the connections table.