Skip to content

UI components and pages #5

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

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

UI components and pages #5

wants to merge 6 commits into from

Conversation

tulza
Copy link
Member

@tulza tulza commented Apr 22, 2025

Description

might cause merge conflict oops,

  • made geist mono default
  • update deps, added, shadcn, three deps
  • add pokeball, button, drawer, heading, layout components
  • add /board and /collect page
  • bunch of asset images
  • fancy three card ✨

How To Review

  • /ui for components
  • /app/board for shadcn integration, game board and mock data calling
  • /app/collect fancy three js

Notes

Copy link
Contributor

@Oculux314 Oculux314 left a comment

Choose a reason for hiding this comment

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

Great work Ashton, I love the attention to architecture and shadcn is a great decision

What's your thoughts with the index.ts files? It's a good idea but I wanna firm it up before others begin using/modifying it since some ui folders use the index.ts and others don't

Also, could I get you to just move those public images to an assets folder? Public folder is evil and we shouldn't use it unless we have to ;)

import { useSWRWithZod } from "@/utils/swr";

export default function useChallengeQuery(id: number) {
// i don't think you're suppose to use the key like this, someone lmk
Copy link
Contributor

Choose a reason for hiding this comment

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

Nah seems legit (why time tho 👀)

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