Refactor recent projects into it's own cell #558
Reference in New Issue
Block a user
Delete Branch "kurt/add-recent-projects"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I'll leave some more comments on your PR.
bunch of un-used stuff
@@ -41,3 +31,4 @@return <div className="rw-text-center">{'No projects yet.'}</div>}export const Success = ({I don't think this makes sense since it defaults to OpenSCAD and I don't think we should assume everyone wants to start a scad project
@@ -0,0 +2,4 @@import type { Projects_Of_User } from 'types/graphql'import { Link, routes } from '@redwoodjs/router'import { QUERY as _QUERY } from 'src/components/ProjectsOfUserCell/ProjectsOfUserCell'I tried
export { QUERY } from 'src/components/ProjectsOfUserCell/ProjectsOfUserCell'as that's valid syntax, but no luck.Live now
Oh shoot @Irev-Dev I'm sorry I don't know why I totally missed the notification on this!