Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
777ef53
Initial commit from v0
v0[bot] Feb 15, 2026
d0dc4d0
feat: integrate GitHub publishing on Publish button
v0[bot] Feb 15, 2026
73df7cd
Merge pull request #1 from cipollas/v0/diegogenerali2-6931-386d7123
vercel[bot] Feb 15, 2026
65c2f60
feat: update chat UI with online user counter
v0[bot] Feb 16, 2026
78dc74a
Merge pull request #2 from cipollas/v0/diegogenerali2-6931-bb442a36
vercel[bot] Feb 16, 2026
ce2e686
feat: show online user names and change username color to red
v0[bot] Feb 16, 2026
b58fa6d
Merge pull request #3 from cipollas/v0/diegogenerali2-6931-ffc25ee1
vercel[bot] Feb 16, 2026
5fefe29
feat: add flexible donation amount option
v0[bot] Feb 16, 2026
da899c8
Merge pull request #4 from cipollas/v0/diegogenerali2-6931-3ad91629
vercel[bot] Feb 16, 2026
926ffd1
feat: update donation page texts
v0[bot] Feb 16, 2026
3a74ed1
Merge pull request #5 from cipollas/v0/diegogenerali2-6931-a5d4d2bc
vercel[bot] Feb 16, 2026
7181b16
feat: add Privacy Policy and Terms of Service pages, update login for…
v0[bot] Feb 20, 2026
cca26bc
Merge pull request #6 from cipollas/v0/diegogenerali2-6931-691e9b39
vercel[bot] Feb 21, 2026
f7b43c3
feat: update Privacy Policy and Terms of Service pages
v0[bot] Feb 21, 2026
780bfb2
feat: bilingual Terms of Service and normal browser login
v0[bot] Feb 21, 2026
bf366da
Merge pull request #7 from cipollas/v0/diegogenerali2-6931-1eed82a1
vercel[bot] Feb 21, 2026
8e7621f
fix: remove guest access from login and API
v0[bot] Feb 22, 2026
63d0196
Merge pull request #8 from cipollas/v0/diegogenerali2-6931-60994f51
vercel[bot] Feb 22, 2026
435aad3
fix: add missing tables and fix payment logging issue
v0[bot] Mar 12, 2026
3a4b22e
fix: update SQL script and add media support
v0[bot] Mar 12, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 0 additions & 51 deletions .env.example

This file was deleted.

14 changes: 12 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
.env
docker-data
# v0 runtime files (should only exist in preview, not in git)
__v0_runtime_loader.js
__v0_devtools.tsx
__v0_jsx-dev-runtime.ts
instrumentation-client.js
instrumentation-client.ts

# Common ignores
node_modules/
.next/
.env*.local
.DS_Store
.vercel
273 changes: 0 additions & 273 deletions FLOWS.md

This file was deleted.

33 changes: 0 additions & 33 deletions LICENSE.md

This file was deleted.

Loading