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

Design about us page #3

Merged
merged 3 commits into from
Apr 1, 2024
Merged

Design about us page #3

merged 3 commits into from
Apr 1, 2024

Conversation

cp-dharti-r
Copy link
Collaborator

@cp-dharti-r cp-dharti-r commented Mar 29, 2024

Website:

  • Some UI changes
  • Design About Us page
  • Added title and metadata

Admin Panel:

  • Use a real bucket instead of a test
  • Secure database
  • Added title and metadata

Summary by CodeRabbit

  • New Features

    • Added a new About page with detailed information and a call to action for partnerships.
    • Introduced new authentication methods for sign-in and sign-up processes.
    • Enhanced user logout functionality with improved error handling.
    • Updated the admin dashboard to better manage categories, dishes, restaurants, and roles with new storage locations and error logging practices.
    • Enhanced website header and footer with updated links, text colors, and visibility adjustments for better user engagement.
  • Bug Fixes

    • Fixed image and video upload paths across various admin pages to reflect correct storage locations.
    • Adjusted visibility and styling of components for improved user experience on smaller screens.
  • Documentation

    • Updated meta tags and titles in admin and website pages for better SEO and user understanding.
  • Refactor

    • Streamlined error handling in various components for clarity and efficiency.
    • Refined conditional rendering and state management in admin and website components for enhanced performance.
  • Style

    • Updated text colors and removed specific links in the website footer for aesthetic improvements.
    • Refined header component styles for better navigation and visual appeal.
  • Chores

    • Adjusted storage references for images and videos to more appropriate locations across admin pages.

Copy link

coderabbitai bot commented Mar 29, 2024

Walkthrough

The updates across the admin and website components focus on refining storage practices, enhancing user experience, and improving security. Notably, there's a shift from a generic "test" storage location to specific ones for categories, dishes, restaurants, and admins, alongside the introduction of a more robust authentication process. The admin interface now features better error handling and dynamic content management, while the website components have seen adjustments for better navigation and presentation.

Changes

Files Summary
admin/components/Dashboard/E-commerce.tsx Updated category filtering based on restaurant_id.
admin/components/Header/DropdownUser.tsx
admin/pages/signin/index.tsx
admin/pages/signup/index.tsx
Enhanced authentication and logout processes, including new methods and error handling.
admin/pages/_app.tsx
admin/pages/_document.tsx
website/pages/_document.tsx
website/pages/layout.tsx
Adjustments to <Head> component, meta tags, and document structure.
admin/pages/categories/...
admin/pages/dishes/...
admin/pages/restaurants/...
admin/pages/profile/index.tsx
admin/pages/settings/index.tsx
Updated storage location references from "test" to specific locations ("categories", "dishes", "restaurants", "admins").
admin/pages/menus/edit/[id].tsx Added restaurantId state variable and updated data handling.
admin/pages/roles/... Changed logging errors from console.log to console.error.
website/components/Footer/index.tsx
website/components/Header/...
website/components/Hero/index.tsx
UI and content updates for enhanced user engagement.
website/pages/about/index.tsx Introduced a new About page component.

🐰✨
A hop, a skip, in the digital realm we play,
With changes anew, we pave the way.
From tests to treasures, paths we refine,
In code, we trust, to make it all shine.
Through errors and logs, our journey we chart,
Together, hand in paw, creating art.
🌟🐾

Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share

Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger a review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • The JSON schema for the configuration file is available here.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/coderabbit-overrides.v2.json

CodeRabbit Discord Community

Join our Discord Community to get help, request features, and share feedback.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 5

Review Status

Configuration used: CodeRabbit UI

Commits Files that changed from the base of the PR and between ef6c225 and abc1a91.
Files selected for processing (28)
  • admin/components/Dashboard/E-commerce.tsx (1 hunks)
  • admin/components/Header/DropdownUser.tsx (1 hunks)
  • admin/pages/_app.tsx (3 hunks)
  • admin/pages/_document.tsx (1 hunks)
  • admin/pages/categories/add/index.tsx (1 hunks)
  • admin/pages/categories/edit/[id].tsx (1 hunks)
  • admin/pages/categories/index.tsx (1 hunks)
  • admin/pages/dishes/add/index.tsx (2 hunks)
  • admin/pages/dishes/edit/[id].tsx (4 hunks)
  • admin/pages/dishes/index.tsx (2 hunks)
  • admin/pages/menus/edit/[id].tsx (2 hunks)
  • admin/pages/profile/index.tsx (1 hunks)
  • admin/pages/restaurants/add/index.tsx (2 hunks)
  • admin/pages/restaurants/edit/[id].tsx (3 hunks)
  • admin/pages/restaurants/index.tsx (1 hunks)
  • admin/pages/roles/edit/[id].tsx (1 hunks)
  • admin/pages/roles/index.tsx (2 hunks)
  • admin/pages/settings/index.tsx (6 hunks)
  • admin/pages/signin/index.tsx (1 hunks)
  • admin/pages/signup/index.tsx (1 hunks)
  • website/components/Footer/index.tsx (3 hunks)
  • website/components/Header/index.tsx (3 hunks)
  • website/components/Header/menuData.tsx (1 hunks)
  • website/components/Hero/index.tsx (1 hunks)
  • website/pages/_document.tsx (1 hunks)
  • website/pages/about/index.tsx (1 hunks)
  • website/pages/layout.tsx (1 hunks)
  • website/types/header-menu.ts (1 hunks)
Files skipped from review due to trivial changes (2)
  • admin/pages/_document.tsx
  • website/types/header-menu.ts
Additional Context Used
Additional comments not posted (54)
website/components/Header/menuData.tsx (1)

12-12: The update to the "About" menu item path aligns with the introduction of a new page, enhancing site navigation. Simplifying the menu item structure by removing isActive properties likely relies on router-based active state handling, which is a good practice for clarity and maintainability.

website/pages/_document.tsx (1)

4-9: > 📝 NOTE

This review was outside the diff hunks and was mapped to the diff hunk with the greatest overlap. Original lines [1-14]

Removing the <title> tag from the <Head> section in _document.tsx aligns with Next.js best practices. Titles should be set dynamically in individual pages or components for better SEO and user experience.

website/pages/layout.tsx (1)

6-25: The structural changes and the addition of a <title> tag within the <Head> component are appropriate and align with best practices for setting page-specific titles, improving SEO and user experience.

admin/pages/_app.tsx (2)

31-51: The added error handling for managing user cookies, including signing out from Supabase under certain conditions, enhances security and user experience. Ensure thorough testing of these conditions to avoid unintended sign-outs.


61-93: Setting the admin page title using the <Head> component and updating the main content rendering based on the loading state are good practices that enhance SEO, clarity, and user interface responsiveness.

website/components/Footer/index.tsx (1)

48-63: > 📝 NOTE

This review was outside the diff hunks and was mapped to the diff hunk with the greatest overlap. Original lines [35-74]

Updating text colors, link destinations, and removing certain links in the Footer component can streamline the user experience and align with the site's content strategy. Ensure that essential legal information remains accessible to users if removed from the footer.

admin/pages/roles/edit/[id].tsx (1)

29-29: Changing to console.error for error handling improves error visibility in the console, aiding in debugging. This is a good practice for maintaining code quality.

admin/pages/menus/edit/[id].tsx (1)

11-31: > 📝 NOTE

This review was outside the diff hunks and was mapped to the diff hunk with the greatest overlap. Original lines [14-63]

Adding a restaurantId state variable and including the restaurant_id in the upsert data ensures that the menu is correctly associated with its restaurant. This improves data integrity and user experience by maintaining correct associations between menus and restaurants.

website/components/Hero/index.tsx (1)

166-166: Adjusting the visibility class of the div element for smaller screen sizes in the Hero component improves responsiveness and user experience, ensuring content is well-presented across all devices.

website/pages/about/index.tsx (2)

13-18: Consider specifying the actual dimensions of the image in the height and width properties instead of using 100. This helps improve the page's loading performance by ensuring the browser knows the image size beforehand, which can prevent layout shifts.


28-28: The use of absolute positioning along with top-0 and bg-opacity-60 for the overlay might not be responsive across all screen sizes. Consider using a more flexible layout technique, such as Flexbox or Grid, to ensure the overlay aligns well with the content below it on various devices.

admin/pages/restaurants/index.tsx (2)

77-77: Ensure that the storage bucket name "restaurants" is consistent with the new storage organization strategy mentioned in the PR objectives. If the bucket name has been updated to a more specific naming convention, this line should reflect that change.


74-80: > 📝 NOTE

This review was outside the diff hunks, and no overlapping diff hunk was found. Original lines [1-1]

The use of "use client" at the top of the file is a Next.js 13 feature that optimizes the component for client-side rendering. Verify that this optimization aligns with the component's functionality and that there are no server-side dependencies that might be affected by this optimization.

website/components/Header/index.tsx (1)

107-107: The id attribute value "navbarToggler" is used here but not referenced elsewhere in the component. If this id is not used for styling or scripting purposes, consider removing it to clean up the code.

admin/pages/categories/add/index.tsx (2)

62-69: The image upload functionality correctly targets the "categories" storage bucket, aligning with the PR objectives. However, consider handling the case where imgData might be undefined to prevent runtime errors.


59-72: > 📝 NOTE

This review was outside the diff hunks, and no overlapping diff hunk was found. Original lines [1-1]

The use of "use client" at the top of the file is appropriate for client-side rendering optimization in Next.js 13. Ensure that all server-side dependencies, if any, are handled correctly or moved to client-side compatible alternatives.

admin/components/Dashboard/E-commerce.tsx (1)

25-25: The change in filtering condition for categories (restaurant_id to 0) seems aligned with the PR objectives. Ensure this adjustment enhances the user experience for super-admin users by correctly displaying global or default categories.

admin/pages/categories/edit/[id].tsx (1)

77-90: Updating the storage location from "test" to "categories" for image uploads and removals aligns with the PR objectives for a more organized and secure environment. Please verify the functionality to ensure images are correctly handled in the new storage location.

admin/pages/roles/index.tsx (1)

34-34: Changing error logging from console.log to console.error is a good practice for better error visibility and debugging. Consider additional error handling improvements to enhance the robustness of the application.

Also applies to: 56-56

admin/pages/categories/index.tsx (7)

102-102: The change from "test" storage to "categories" storage in the deleteRecord function aligns with the PR objectives of moving to a more organized and secure storage system. This is a positive change for better resource management and security. However, ensure that all references to the "test" storage bucket across the application have been updated to avoid inconsistencies.

Verification successful

The corrected script did not find any references to the "test" storage bucket within the ./admin/pages directory. This suggests that the change to use the "categories" storage bucket, as mentioned in the review comment, may have been thoroughly applied in this part of the application. Without further evidence of missed references or inconsistencies, it appears that the update has been correctly implemented in the context of the provided directory.

Scripts Executed

The following scripts were executed for the analysis:


Script:

#!/bin/bash
# Search for any remaining references to "test" storage bucket.
rg --type tsx --type ts '"test"' ./admin/pages

Length of output: 76



Script:

#!/bin/bash
# Corrected search for any remaining references to "test" storage bucket, removing the unrecognized 'tsx' type.
rg --type ts '"test"' ./admin/pages

Length of output: 37


99-105: > 📝 NOTE

This review was outside the diff hunks, and no overlapping diff hunk was found. Original lines [1-1]

Using "use client" is appropriate for Next.js components that are intended to run only in the browser. This ensures that server-side rendering (SSR) is bypassed for this component, which can be beneficial for performance and when dealing with client-side-only operations such as accessing local storage or cookies.


99-105: > 📝 NOTE

This review was outside the diff hunks, and no overlapping diff hunk was found. Original lines [7-13]

The initial state setup for role, restaurantId, and isDataLoading is clear and straightforward. However, consider defining explicit types for the state variables (e.g., useState<string | null> for role) to improve type safety and clarity, especially if there's a possibility of these states being null or undefined at any point.


99-105: > 📝 NOTE

This review was outside the diff hunks, and no overlapping diff hunk was found. Original lines [15-34]

The use of useEffect to fetch cookie values and set state is a good practice for initializing component state based on external data. However, ensure that the getCookiesValue function properly handles errors and edge cases, such as missing or malformed cookies, to prevent runtime errors.


99-105: > 📝 NOTE

This review was outside the diff hunks, and no overlapping diff hunk was found. Original lines [36-58]

The fetchCategories function demonstrates good use of async/await and error handling with try-catch blocks. It's important to ensure that the error handling strategy is consistent across the application and that user feedback is provided in case of errors, especially in a user-facing admin panel.


99-105: > 📝 NOTE

This review was outside the diff hunks, and no overlapping diff hunk was found. Original lines [60-89]

The second useEffect hook for fetching the count of categories is well-implemented. It's a good practice to separate concerns by having distinct effects for fetching categories and their count. This modular approach enhances readability and maintainability.


99-105: > 📝 NOTE

This review was outside the diff hunks and was mapped to the diff hunk with the greatest overlap. Original lines [91-193]

The JSX structure and conditional rendering logic are well-organized, making the component's UI behavior clear. However, consider extracting large conditional blocks or repeated elements into separate components or functions for improved readability and reusability.

admin/pages/restaurants/add/index.tsx (2)

54-54: The storage bucket name has been correctly updated from "test" to "restaurants" for image uploads. This aligns with the PR objectives to use a real storage bucket instead of a test one, enhancing the organization and security of stored files.


64-64: The construction of the image URL has been correctly updated to reflect the new storage location. This ensures that the images are correctly retrieved from the "restaurants" bucket.

admin/pages/restaurants/edit/[id].tsx (3)

63-63: The storage bucket name has been correctly updated from "test" to "restaurants" for image uploads during the restaurant edit process. This change is consistent with the PR objectives for better organization and security.


73-73: The URL construction for the uploaded images now correctly points to the "restaurants" bucket. This ensures that the edited restaurant's images are properly stored and retrieved.


88-88: The storage bucket name for removing images has been correctly updated to "restaurants". This ensures that images are correctly deleted from the intended storage location during the restaurant edit process.

admin/pages/dishes/index.tsx (2)

102-102: The storage bucket name for removing dish images has been correctly updated to "dishes". This aligns with the PR objectives for better organization and security of stored files.


111-111: The storage bucket name for removing dish videos has been correctly updated to "dishes". This ensures that videos are correctly deleted from the intended storage location, enhancing the organization and security of stored files.

admin/pages/profile/index.tsx (2)

87-87: Consider handling potential exceptions for the upload operation to ensure robust error handling and user feedback.


94-94: Ensure that the removal of the old image from storage is conditional on the successful upload of the new image to avoid data loss.

admin/components/Header/DropdownUser.tsx (1)

115-126: The logout process has been correctly updated to include both custom logout logic and supabase.auth.signOut(). Ensure that the user is redirected to the login page only after both logout operations have successfully completed to enhance security and user experience.

admin/pages/dishes/add/index.tsx (4)

80-80: The storage bucket for images has been correctly updated from "test" to "dishes". This aligns with the PR objectives to use specific real buckets for better organization and security.


90-90: The URL construction for the uploaded image now correctly references the "dishes" bucket. This change is necessary for consistency with the updated storage location.


98-98: Similar to the image upload, the storage bucket for video uploads has been updated to "dishes". This ensures consistency across different types of media uploads.


105-105: The URL construction for the uploaded video now correctly points to the "dishes" bucket, ensuring that the video storage is consistent with the new organizational structure.

admin/pages/settings/index.tsx (6)

145-145: The storage bucket for restaurant images has been correctly updated from "test" to "restaurants". This change is crucial for aligning with the PR objectives of using specific real buckets for better organization and security.


155-155: The URL construction for the uploaded restaurant images now correctly references the "restaurants" bucket. This change ensures that the image storage is consistent with the new organizational structure.


170-170: The logic for removing images from the "restaurants" bucket has been correctly implemented. This is an important part of managing the lifecycle of uploaded files, ensuring that unused files are properly cleaned up.


313-313: The logic for removing dish images has been updated to use the "dishes" bucket. This ensures that the deletion of dish images is consistent with the new storage location.


323-323: Similarly, the logic for removing dish videos has been updated to use the "dishes" bucket. This change is necessary for consistency with the updated storage location for videos.


349-349: The logic for removing restaurant images has been correctly implemented to use the "restaurants" bucket. This ensures that the deletion of restaurant images is consistent with the new storage location.

admin/pages/dishes/edit/[id].tsx (3)

87-93: > 📝 NOTE

This review was outside the diff hunks and was mapped to the diff hunk with the greatest overlap. Original lines [90-100]

When uploading files to the "dishes" bucket, using currentDate.getTime() for generating unique filenames might not be sufficient in high-concurrency scenarios, leading to potential overwrites. Consider using a more robust method, such as appending a UUID or a combination of timestamp and a random string, to ensure uniqueness.


111-117: > 📝 NOTE

This review was outside the diff hunks and was mapped to the diff hunk with the greatest overlap. Original lines [114-123]

The code correctly handles the removal of images and videos from the "dishes" bucket. However, consider adding error handling for batch removal operations to ensure that all intended files are deleted, especially in scenarios where some deletions might fail.

Also applies to: 131-139, 152-152


87-93: > 📝 NOTE

This review was outside the diff hunks, and no overlapping diff hunk was found. Original lines [1-1]

The component makes extensive use of any types, particularly for state variables like errors, menus, and imagesData. For improved type safety and code clarity, consider defining more specific types or interfaces for these states.

admin/pages/signin/index.tsx (3)

99-111: > 📝 NOTE

This review was outside the diff hunks, and no overlapping diff hunk was found. Original lines [1-13]

The initial setup and imports are correctly configured for the SignIn component's functionality.


99-111: > 📝 NOTE

This review was outside the diff hunks, and no overlapping diff hunk was found. Original lines [9-12]

Consider refining the type of the error and errors state variables for better type safety, instead of using any. For example, you could define an interface for error objects.


108-108: To enhance user experience, consider adding visual feedback, such as a spinner or disabling the sign-in button, during the loading state.

admin/pages/signup/index.tsx (2)

82-82: Throwing the error directly in the catch block (if (authError) throw authError;) is a good practice for error propagation. However, it's essential to ensure that this error is caught and handled appropriately to avoid unhandled promise rejections and to provide a user-friendly error message.

Ensure there's a mechanism in place to catch and handle this thrown error, displaying an appropriate message to the user.


76-83: While adding a new authentication step is crucial for security, it's important to ensure that the error handling mechanism is robust. Specifically, when authentication fails, the user should be informed in a clear and non-technical manner.

Consider enhancing the user experience by providing specific error messages based on the type of authentication error encountered. This could involve parsing the authError object and setting a user-friendly message in the setErrors state.

admin/pages/signup/index.tsx Show resolved Hide resolved
admin/pages/profile/index.tsx Show resolved Hide resolved
admin/pages/signin/index.tsx Show resolved Hide resolved
website/pages/about/index.tsx Show resolved Hide resolved
website/components/Header/index.tsx Show resolved Hide resolved
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Review Status

Configuration used: CodeRabbit UI

Commits Files that changed from the base of the PR and between abc1a91 and 371aa63.
Files selected for processing (5)
  • admin/pages/forgot-password/index.tsx (1 hunks)
  • admin/pages/invited-members/add/index.tsx (1 hunks)
  • admin/service/mailService.ts (1 hunks)
  • website/components/Common/SectionTitle.tsx (1 hunks)
  • website/pages/about/index.tsx (1 hunks)
Files skipped from review as they are similar to previous changes (1)
  • website/pages/about/index.tsx
Additional Context Used
Additional comments not posted (4)
website/components/Common/SectionTitle.tsx (1)

28-28: The update to text color classes aligns with the PR objectives for UI adjustments. Ensure that the new color classes (text-gray-500 for light mode and dark:text-gray-400 for dark mode) are consistent with the project's design system or theme.

admin/service/mailService.ts (1)

11-13: The change to use an environment variable for the sender's email address in the sendEmail function is a good practice for maintainability and security. Ensure that the NEXT_PUBLIC_MAIL_SENDER environment variable is properly configured in all environments and that error handling is robust to manage potential issues with email sending.

admin/pages/invited-members/add/index.tsx (1)

96-101: > 📝 NOTE

This review was outside the diff hunks, and no overlapping diff hunk was found. Original lines [11-13]

The removal of the hardcoded from email address in the sendEmail function call aligns with the PR objectives and promotes better security and maintainability practices. Ensure that the NEXT_PUBLIC_MAIL_SENDER environment variable is properly configured in all environments.

admin/pages/forgot-password/index.tsx (1)

73-78: > 📝 NOTE

This review was outside the diff hunks, and no overlapping diff hunk was found. Original lines [11-13]

The removal of the hardcoded from email address in the sendEmail function call aligns with the PR objectives and promotes better security and maintainability practices. Ensure that the NEXT_PUBLIC_MAIL_SENDER environment variable is properly configured in all environments.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 5

Review Status

Configuration used: CodeRabbit UI

Commits Files that changed from the base of the PR and between 371aa63 and 10bebf3.
Files ignored due to path filters (3)
  • media/cta_banner.png is excluded by !**/*.png
  • media/cta_button.png is excluded by !**/*.png
  • media/logo.png is excluded by !**/*.png
Files selected for processing (7)
  • README.md (1 hunks)
  • admin/pages/categories/edit/[id].tsx (2 hunks)
  • admin/pages/profile/index.tsx (6 hunks)
  • admin/pages/restaurants/add/index.tsx (3 hunks)
  • admin/pages/settings/index.tsx (8 hunks)
  • website/components/YouMayLike/index.tsx (2 hunks)
  • website/pages/category/[id].tsx (1 hunks)
Files skipped from review as they are similar to previous changes (4)
  • admin/pages/categories/edit/[id].tsx
  • admin/pages/profile/index.tsx
  • admin/pages/restaurants/add/index.tsx
  • admin/pages/settings/index.tsx
Additional Context Used
Additional comments not posted (1)
website/components/YouMayLike/index.tsx (1)

41-41: The updated error logging provides more context, which is beneficial for debugging. Clear error messages are crucial for identifying and resolving issues efficiently.

README.md Show resolved Hide resolved
README.md Show resolved Hide resolved
README.md Show resolved Hide resolved
website/pages/category/[id].tsx Show resolved Hide resolved
website/components/YouMayLike/index.tsx Show resolved Hide resolved
@cp-dharti-r cp-dharti-r merged commit 4a3e24b into main Apr 1, 2024
2 checks passed
@cp-dharti-r cp-dharti-r deleted the secure-database branch April 1, 2024 10:05
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