Set New Card Color Per Space

implementation notes for lucas:

I think the server side is prob the most straight forward place to start: you’ll probably need to add a userSpaceColor table with userid, spaceid, cardcolor. (sort of like the existing userFavoriteSpace)

You also need to add an operation to ‘updateSpaceUserColor’

in the client , when new cards are created, (in currentCards.addCard I think), the color of the new card should be spaceCardColor || userCardColor || default

no idea what the ui should be so feel free to propose it, what I’m thinking rn is that the space default card color should be set in SpaceOptions.vue . but i have some ideas for the ui so let me do that part for this.