This widget uses the following cookies (local storage):
-
backgroundColor: Saves the user's preferred background color for the application.
-
textSize: Saves the user's preferred text size for quotes and other text elements.
-
textColor: Saves the user's preferred text color for quotes and other text elements.
-
iconColor: Saves the user's preferred color for icons in the application.
-
quoteCategory: Saves the user's preferred quote category for filtering quotes.
-
quotes: Stores user-added quotes, allowing them to be displayed alongside default quotes.
The widget uses localStorage, which functions similarly to cookies but stores data on the client side with larger storage capacity and without sending it to the server with every request.