Klotske

Results 9 comments of Klotske

The section with comonent's code is missing. ![image](https://github.com/shadcn/ui/assets/30481105/d1124651-d8d0-4380-a89c-fef30a0bc4df) The problem is in the `src` prop instead of `name` in https://github.com/shadcn/ui/blob/c3377530f43baa95c9e41cce7c07b1a4db1e3ee6/apps/www/content/docs/components/data-table.mdx#L834C5-L834C5 With the recent change in check in lib/rehype-component.ts https://github.com/shadcn/ui/blob/c3377530f43baa95c9e41cce7c07b1a4db1e3ee6/apps/www/lib/rehype-component.ts#L78C9-L78C75

I believe the TaskSelection component is not currently being used. With PR #359 we have a dashboard page that already has self-explanatory entries. Here is an example: ![Example](https://user-images.githubusercontent.com/30481105/210600854-78af3931-854e-4254-86db-6d7535d6cae6.png)

Should be a pretty easy thing to do. We have NextAuth.js `useSession()` hook to determine if user is authenticated. Then we could use NextJS `useRouter()` hook and push the `/dashboard`...

With PR #470 now merged, should we also remove redundant `TaskSelection` folder & components?

@AbdBarho Oh okay. Then great! I looked through the PR but missed that...

@fozziethebeat I think I could take this issue. Could you assign it to me? Self-assigning needs Github's Collaborator role i think...

> As a sidenote, I've ran the pre-commit's and everything is passing but it's not showing it as having been done on the pull request? As I understand, running pre-commit...

With PR #523 we've got `useGenericTaskAPI` hook that could solve this problem. I think we need to rewrite pages in `create` and `evaluate` routes to implement it. This should fix...