mirror of
https://github.com/supabase/supabase.git
synced 2026-06-20 15:26:07 +08:00
## I have read the [CONTRIBUTING.md](https://github.com/supabase/supabase/blob/master/CONTRIBUTING.md) file. YES ## What kind of change does this PR introduce? This pull request adds documentation and support for the Dropzone (File Upload) and Realtime Cursor components for both Vue and Nuxt.js frameworks in the UI library. It updates the sidebar navigation, introduces new documentation pages, and ensures these components are referenced in the project overview and component listings. TODO: install new dependencies and resolve conflicts in lock.json ## Additional context Initiative by Terry :) <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * Added Dropzone and Realtime Cursor components for Vue and Nuxt.js (file upload with previews/validation; collaborative cursor tracking). * **Documentation** * Added comprehensive Vue and Nuxt.js docs and registry entries for Dropzone and Realtime Cursor with usage examples and API guidance. * **Bug Fixes** * Fixed text escaping in several authentication and UI components for consistent rendering. <sub>✏️ Tip: You can customize this high-level summary in your review settings.</sub> <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Co-authored-by: Terry Sutton <saltcod@gmail.com> Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com> Co-authored-by: Ivan Vasilov <vasilov.ivan@gmail.com>
This is a Next.js project bootstrapped with create-next-app.
Getting Started
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.
This project uses next/font to automatically optimize and load Inter, a custom Google Font.
Learn More
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
Deploy on Vercel
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.
Supabase types
To regenerate the Supabase database types, run
supabase gen types --local > registry/default/fixtures/database.types.ts