* reduced code repetition
* throwing error when no name provided
* stopping signout if no current user
* expanded to 16 chars
* moved code to popup file
* added google sign up popup
* checking if name is available in the backend
* deleting account if popup was closed
uncommented sign up process
addd functions to enable and disable input
* added google sign up event to avoid circular dependency
* hiding by default
* name is no longer optional
user is deleted if its database object is not found
* using loader to indicate background activity
* added type for leaderboard entry
* converted leaderboards to ts
* fixed return type
* renamed occurences to DAL
* removed as any
* removed as any
* removed type casting
* Added button to make quote favorite at the end of result
* Added button to make quote favorite in quote search results
* Fixed bug where icon did not update
* removed debug log
* Fixed bug due to optional data
* Added functionality to show favorite quotes only
* Fixed typo
* Fixed styling bug
* Moved routes over to user
* Renamed routes
* fixed style
* reordered buttons
* smaller favorite button
* showing loader
* using max content instead
* hiding button when not logged in
* showing loader
Co-authored-by: Miodec <bartnikjack@gmail.com>
* Created API for making quotes fav
* Moved routes over to quotes
* Renamed favQuotes to favoriteQuotes
* Renamed routes
* Removed error to prevent confusion and panic
* Added regex check for quote id and added fav quote number check
* Some fixy
* Added configuration for max favorite quotes
* Added grouping
* Created variable for storing collection
* Changed variable name
* Changed variable name
* Fixed some problems
* Fixed bug
* Added length chekc for quoteId
* MOved routes over to user
* Renamed routes
* Started conversion to typescript
* Some more fixy fixy
* Final fixy fixy or at least that is what it seems
* Even more fixy fixy
* Add verifed = false upon usre creation
* Added return type
* Removed extra data
* Fixes
* Removed class syntax of UserDAO
* Name fix
* Renamed UserDAO to UserDAL
* Fixed errors
* Fixed some problems
* Fixed pb bug
* Strict Equality
* Var name change
* Var name change