-
Notifications
You must be signed in to change notification settings - Fork 597
Open
Labels
Description
Note:
If you are already working on an assigned issue, you cannot take this up unless the previous ones are closed.
Description:
https://pictopy-new-frontend.vercel.app/albums
Visit the above prototype website and see how the album UI looks. The backend part of the album feature is completed, and the UI is left. See screenshots below.
The API endpoints are present here: https://www.postman.com/aossie-pictopy/pictopy/folder/tnulwoe/albums
Tasks:
- Use standard ShadCN components to create the UI. (Refer to other components)
- Store all the state information using Redux only. (Refer to similar files to know how to create a Redux slice and store the query results)
- Use only usePictoQuery and usePictoMutation to handle API calling.
- Utilize the standard infoDialogSlice.ts and loaderSlice.ts to display dialog messages and loaders, respectively.
Screenshots:

Reactions are currently unavailable