Andrew Peacock
Andrew Peacock
Did either of you ever get an answer or implement a solution? :)
@AndreiSager Thanks for the feedback! I ended up just altering my design tbh. I saw that library and it gave me red flags with no commits in the last 2...
Upvote - tried the snack today and it simply crashes in expo go
I actually tried to do the migration but you have dependency issues with regard to https://github.com/clauderic/dnd-kit/issues/1511
> @downright-development Ah, I see. Could we create a separate branch with the Next.js 15 updates, excluding the Kanban board, and gradually merge it into the main branch once everything...
> There already exists functionality where users can enter search keywords and the tree visualizes search results over normal results, can you elaborate how your suggestion differs from that? Do...
Here's some additional feedback as I just nailed down the layout structure I like, leveraged your project and another. my root page.tsx is just this: ``` import { redirect }...
Perhaps this is some confusion -- https://rct.lukasbach.com/docs/getstarted Looking at your documentation, I don't see the root folder being rendered at the bottom either? Do we need to make some invisible...
+100 .. happy to help however I can on this one. Definitely an eye-sore on mobile experience.
> In Next.js it can be done as simply as: > > ``` > const { setOpenMobile } = useSidebar(); > const pathname = usePathname(); > > React.useEffect(() => {...