-
Notifications
You must be signed in to change notification settings - Fork 3
Description
The "View Presentations" page is a page where users can see all the presentations that they have created using IntelliSlides. It will have quite a simple UI, with basically a series of cards in a grid layout with rows and columns. Most of the UI and functionality of the page is complete, but there is no pagination. That means that if there are many presentations, such as 20+, it will overlap on the screen and UI will be messed up. Adding pagination will be good to ensure that the user can see only a certain number of presentation cards on the screen, and then they can navigate to see more. There might be some other changes that need to be done to make the page production ready, such as fixing the rotation of the cards when the mouse hovers over them, etc.