This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

refactor: rename authenticated group routes to dashboard

src/webapp/app/(authenticated)/explore/error.tsx src/webapp/app/(dashboard)/explore/error.tsx
src/webapp/app/(authenticated)/explore/layout.tsx src/webapp/app/(dashboard)/explore/layout.tsx
src/webapp/app/(authenticated)/explore/loading.tsx src/webapp/app/(dashboard)/explore/loading.tsx
src/webapp/app/(authenticated)/explore/opengraph-image.jpg src/webapp/app/(dashboard)/explore/opengraph-image.jpg
src/webapp/app/(authenticated)/explore/page.tsx src/webapp/app/(dashboard)/explore/page.tsx
src/webapp/app/(authenticated)/home/layout.tsx src/webapp/app/(dashboard)/home/layout.tsx
src/webapp/app/(authenticated)/home/loading.tsx src/webapp/app/(dashboard)/home/loading.tsx
src/webapp/app/(authenticated)/home/page.tsx src/webapp/app/(dashboard)/home/page.tsx
src/webapp/app/(authenticated)/layout.tsx src/webapp/app/(dashboard)/layout.tsx
src/webapp/app/(authenticated)/profile/[handle]/(withHeader)/cards/error.tsx src/webapp/app/(dashboard)/profile/[handle]/(withHeader)/cards/error.tsx
src/webapp/app/(authenticated)/profile/[handle]/(withHeader)/cards/layout.tsx src/webapp/app/(dashboard)/profile/[handle]/(withHeader)/cards/layout.tsx
src/webapp/app/(authenticated)/profile/[handle]/(withHeader)/cards/loading.tsx src/webapp/app/(dashboard)/profile/[handle]/(withHeader)/cards/loading.tsx
src/webapp/app/(authenticated)/profile/[handle]/(withHeader)/cards/page.tsx src/webapp/app/(dashboard)/profile/[handle]/(withHeader)/cards/page.tsx
src/webapp/app/(authenticated)/profile/[handle]/(withHeader)/collections/error.tsx src/webapp/app/(dashboard)/profile/[handle]/(withHeader)/collections/error.tsx
src/webapp/app/(authenticated)/profile/[handle]/(withHeader)/collections/layout.tsx src/webapp/app/(dashboard)/profile/[handle]/(withHeader)/collections/layout.tsx
src/webapp/app/(authenticated)/profile/[handle]/(withHeader)/collections/loading.tsx src/webapp/app/(dashboard)/profile/[handle]/(withHeader)/collections/loading.tsx
src/webapp/app/(authenticated)/profile/[handle]/(withHeader)/collections/page.tsx src/webapp/app/(dashboard)/profile/[handle]/(withHeader)/collections/page.tsx
src/webapp/app/(authenticated)/profile/[handle]/(withHeader)/layout.tsx src/webapp/app/(dashboard)/profile/[handle]/(withHeader)/layout.tsx
src/webapp/app/(authenticated)/profile/[handle]/(withHeader)/loading.tsx src/webapp/app/(dashboard)/profile/[handle]/(withHeader)/loading.tsx
src/webapp/app/(authenticated)/profile/[handle]/(withHeader)/opengraph-image.tsx src/webapp/app/(dashboard)/profile/[handle]/(withHeader)/opengraph-image.tsx
src/webapp/app/(authenticated)/profile/[handle]/(withHeader)/page.tsx src/webapp/app/(dashboard)/profile/[handle]/(withHeader)/page.tsx
src/webapp/app/(authenticated)/profile/[handle]/(withoutHeader)/cards/[cardId]/page.tsx src/webapp/app/(dashboard)/profile/[handle]/(withoutHeader)/cards/[cardId]/page.tsx
src/webapp/app/(authenticated)/profile/[handle]/(withoutHeader)/collections/[collectionId]/error.tsx src/webapp/app/(dashboard)/profile/[handle]/(withoutHeader)/collections/[collectionId]/error.tsx
src/webapp/app/(authenticated)/profile/[handle]/(withoutHeader)/collections/[collectionId]/layout.tsx src/webapp/app/(dashboard)/profile/[handle]/(withoutHeader)/collections/[collectionId]/layout.tsx
src/webapp/app/(authenticated)/profile/[handle]/(withoutHeader)/collections/[collectionId]/loading.tsx src/webapp/app/(dashboard)/profile/[handle]/(withoutHeader)/collections/[collectionId]/loading.tsx
src/webapp/app/(authenticated)/profile/[handle]/(withoutHeader)/collections/[collectionId]/opengraph-image.tsx src/webapp/app/(dashboard)/profile/[handle]/(withoutHeader)/collections/[collectionId]/opengraph-image.tsx
src/webapp/app/(authenticated)/profile/[handle]/(withoutHeader)/collections/[collectionId]/page.tsx src/webapp/app/(dashboard)/profile/[handle]/(withoutHeader)/collections/[collectionId]/page.tsx
src/webapp/app/(authenticated)/profile/page.tsx src/webapp/app/(dashboard)/profile/page.tsx