Skip to content

Added proper Admin Dashboard Boilerplate to use across all pages (#379) #409

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

Merged
merged 3 commits into from
Nov 5, 2024

Conversation

dipexplorer
Copy link
Contributor

@dipexplorer dipexplorer commented Nov 5, 2024

Fixes #379

This PR addresses issue #379, which highlights the need for a consistent boilerplate template across all pages of the admin dashboard. By refactoring the code to use a shared template, we reduce redundancy and improve the overall maintainability and consistency of the codebase.

Changes Made

  • Created a proper boilerplate template that includes in every page to avoid code duplication.
  • Refactored each admin dashboard page to extend or import the new boilerplate template, removing duplicate code for the common layout and elements.

Screenshots (if applicable)

N/A for this PR, as this is a code refactor with no significant visual changes.

Checklist

  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings
  • I am working on this issue under GSSOC

Copy link

vercel bot commented Nov 5, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
wanderlust-2024 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 5, 2024 3:14pm

Copy link

github-actions bot commented Nov 5, 2024

Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our CONTRIBUTING.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊

@Soujanya2004
Copy link
Owner

@dipexplorer

@Soujanya2004 Soujanya2004 merged commit b83c376 into Soujanya2004:main Nov 5, 2024
3 checks passed
@dipexplorer dipexplorer deleted the boilerplate_admin branch November 5, 2024 18:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Refactor Admin Dashboard Code to Include Boilerplate Template on Each Page
2 participants