Skip to content

Conversation

@VishakhaSainani-Josh
Copy link
Collaborator

  1. Configured tailwind css
  2. Configured shadcn
  3. Added authlayout
  4. Added login component

@bito-code-review
Copy link

Bito Automatic Review Skipped - Branch Excluded

Bito didn't auto-review because the source or target branch is excluded from automatic reviews.
No action is needed if you didn't intend for the agent to review it. Otherwise, to manually trigger a review, type /review in a comment and save.
You can change the branch exclusion settings here, or contact your Bito workspace admin at [email protected].

<Card className="hidden lg:flex w-1/2 bg-transparent relative overflow-hidden shadow-none border-none">
<div className="absolute top-8 left-8 opacity-20">
<div className="grid grid-cols-8 gap-2">
{Array.from({ length: 64 }).map((_, i) => (
Copy link
Collaborator

Choose a reason for hiding this comment

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

why length 64?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

for creating the box effect
Screenshot From 2025-07-28 12-28-11

'Open Source Contribution'
].map((text, i) => (
<div
key={i}
Copy link
Collaborator

Choose a reason for hiding this comment

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

index as key is not good practice

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

ok, what else can I use here?

</div>

<div className="space-y-6">
{[
Copy link
Collaborator

Choose a reason for hiding this comment

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

can we move this array to constants?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

yes

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.

3 participants