Skip to content
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

Sidebar component for admin page #14

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Sidebar component for admin page #14

wants to merge 2 commits into from

Conversation

ipab1
Copy link
Collaborator

@ipab1 ipab1 commented Oct 16, 2024

No description provided.

@ardada2468 ardada2468 self-requested a review October 20, 2024 01:14
Copy link
Collaborator

@ardada2468 ardada2468 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is good work but just 2 Things

  1. You need to create a new branch for this pull request because your changes to add mailing functions are also included in this pull request. Please close this PR and create a new one with the new branch.
  2. Look at my other comment

</div>
{/* Only show the menu when the sidebar is not collapsed */}
{!isCollapsed && (
<ul className="sidebar-menu">
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to be able to pass a list links to the sidebar component. This is to make it reusable across the different pages.

// Start writing functions
// https://firebase.google.com/docs/functions/typescript

// export const helloWorld = onRequest((request, response) => {
// logger.info("Hello logs!", {structuredData: true});
// response.send("Hello from Firebase!");
// });

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You need to create a new branch to make sure that these changes are not included with this PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants