-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat/hng 4 super admin email template table #200
Feat/hng 4 super admin email template table #200
Conversation
…remix into feat/HNG-4-super-admin-email-template-table
…/github.com/Tommy-Bada/hng_boilerplate_remix into feat/HNG-4-super-admin-email-template-table
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
resolve comflicts
pnpm-lock.yaml
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you're not to edit this pnpm-lock.yaml file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@SirhmVFX I have fixed that.
…in-email-template-table
Create Paginated Table List of Template List Items Component
Issue #4
Summary
This PR implements a Paginated Table List of Template List Items Component for HTML Templates used in the Super Admin Email Management Dashboard. The component is designed to display a list of email templates with pagination, adhering to the brand colors and design.
Context
As a user, I want to be able to view a paginated list of my Email HTML Templates. This component allows users to navigate through their templates in a responsive, fluid-width table format.
Changes
onPreview
prop to each Table List Item component to handle preview actions.TemplateListItem.tsx
for the email item list.TemplateListTable.tsx
to map dummy data to the email item list.TemplateListPagination.tsx
for controlling pagination.Screenshots
Checklist