Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[WIP] Feature/playlist service (nukeop#1080)
* Move logo to navbar * User panel component * Create user panel and associated sign up/sign in forms * Nuclear signup form * Form containers * Remove package-locks from packages * Update package-lock * un-hoisted package-locks (testing if it fixes the build) * remove package lock files (testing if it fixes the build) * regenerate package-lock.json * regenerate package-lock.json * update snapshots * update snapshots * Validation for forms, close form on outside click * Snapshot tests for forms * Validation tests * Sign up flow * Sign up flow; add success and error messages to fullscreen forms * Handle sign in * Set error status in case of errors * Add a dropdown to user panel * New playlists table * Modification date for playlists * Sync cell * Drag and drop playlist rows * Playlist service api * Allow loading remote playlists * Async loading remote playlists * Load local playlists on entering the playlists view * Types for reducers; updates to playlist tests * Update playlist view tests * Make all tests pass * Update storeBuilders.ts * Update storeBuilders.ts * Fix storebuilders * Fix internationalization json
- Loading branch information