Compare commits
106 Commits
jazz-react
...
cojson@0.6
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
934fe4d29b | ||
|
|
408012f2e5 | ||
|
|
d0078b830e | ||
|
|
e52948b2b7 | ||
|
|
53bb1b230b | ||
|
|
54e83aeaaa | ||
|
|
aa3129cab5 | ||
|
|
90520dddd7 | ||
|
|
03eb77070a | ||
|
|
4ba5c255b6 | ||
|
|
01817db873 | ||
|
|
46fcbd6c01 | ||
|
|
aa3e3de09e | ||
|
|
af3d48764d | ||
|
|
091f36b736 | ||
|
|
7107f79f42 | ||
|
|
9922db2336 | ||
|
|
75db570198 | ||
|
|
28a09f377b | ||
|
|
fd2e0855bb | ||
|
|
82e1d57bd6 | ||
|
|
a2fbb0b0c8 | ||
|
|
8feddf9932 | ||
|
|
feed34b1cf | ||
|
|
662c980cf2 | ||
|
|
f5ae530890 | ||
|
|
46bf7dd3ce | ||
|
|
5d4eb38204 | ||
|
|
66da658075 | ||
|
|
3477b74573 | ||
|
|
f3de4906b7 | ||
|
|
caded3f189 | ||
|
|
5196395495 | ||
|
|
8089a7ed9f | ||
|
|
99230d31d2 | ||
|
|
94bca03f59 | ||
|
|
49719b6e6d | ||
|
|
1bdb781452 | ||
|
|
c336f69a6b | ||
|
|
c8cb1ce208 | ||
|
|
814a6a80cd | ||
|
|
5fdfe18b32 | ||
|
|
7b7a74778b | ||
|
|
39dbd46556 | ||
|
|
1db4a14be4 | ||
|
|
4a4ea4e196 | ||
|
|
e0724441eb | ||
|
|
5d47895515 | ||
|
|
c1dfac7260 | ||
|
|
bf29cb3bae | ||
|
|
a0a9b3f851 | ||
|
|
4c4deb22c9 | ||
|
|
a42c497055 | ||
|
|
f1dcdb20bc | ||
|
|
46330ae201 | ||
|
|
bfe3595b4c | ||
|
|
34c39e6a55 | ||
|
|
5a85501919 | ||
|
|
97a4282e5e | ||
|
|
39c13b50a3 | ||
|
|
ad304e321b | ||
|
|
8c0b2da461 | ||
|
|
72fce45b2b | ||
|
|
1f49d7fda6 | ||
|
|
eec8ee7027 | ||
|
|
188eb2e1e3 | ||
|
|
62867b32d9 | ||
|
|
ccebd2447d | ||
|
|
08dca75789 | ||
|
|
16b3e1381b | ||
|
|
f1cd639a09 | ||
|
|
be18e4de14 | ||
|
|
7e62c91d44 | ||
|
|
b2d5a103b5 | ||
|
|
4ee2cad39e | ||
|
|
b7c8a0038b | ||
|
|
8c27e8c379 | ||
|
|
0133aa47ff | ||
|
|
5659c925a2 | ||
|
|
27779ac792 | ||
|
|
3f1bfa4629 | ||
|
|
15a693c3ed | ||
|
|
b1d620e145 | ||
|
|
478fbd0aa9 | ||
|
|
ee906b7351 | ||
|
|
dd15f21ccb | ||
|
|
d7cd5fda7c | ||
|
|
174300b00f | ||
|
|
b2c8d8c855 | ||
|
|
2bad2b6bfe | ||
|
|
880d0ff855 | ||
|
|
e66cbee6cd | ||
|
|
03e470721e | ||
|
|
ecf73bcfa7 | ||
|
|
2c3a500286 | ||
|
|
8b83061cf4 | ||
|
|
e75c3207d6 | ||
|
|
41d4b5ba0b | ||
|
|
21fa1b168b | ||
|
|
91e5e7f2ab | ||
|
|
e3f7e2f1bd | ||
|
|
084cf80c60 | ||
|
|
632e3bbb08 | ||
|
|
17d17833b2 | ||
|
|
8e22bd9c1e | ||
|
|
98213743f3 |
8
.changeset/README.md
Normal file
8
.changeset/README.md
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
# Changesets
|
||||||
|
|
||||||
|
Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
|
||||||
|
with multi-package repos, or single-package repos to help you version and publish your code. You can
|
||||||
|
find the full documentation for it [in our repository](https://github.com/changesets/changesets)
|
||||||
|
|
||||||
|
We have a quick list of common questions to get you started engaging with this project in
|
||||||
|
[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md)
|
||||||
11
.changeset/config.json
Normal file
11
.changeset/config.json
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://unpkg.com/@changesets/config@2.3.1/schema.json",
|
||||||
|
"changelog": "@changesets/cli/changelog",
|
||||||
|
"commit": false,
|
||||||
|
"fixed": [],
|
||||||
|
"linked": [],
|
||||||
|
"access": "public",
|
||||||
|
"baseBranch": "main",
|
||||||
|
"updateInternalDependencies": "patch",
|
||||||
|
"ignore": []
|
||||||
|
}
|
||||||
74
.github/workflows/build-and-deploy.yaml
vendored
74
.github/workflows/build-and-deploy.yaml
vendored
@@ -7,11 +7,12 @@ on:
|
|||||||
branches: [ "main" ]
|
branches: [ "main" ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build-examples:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
example: ["todo", "pets"]
|
# example: ["chat", "todo", "pets", "twit", "file-drop"]
|
||||||
|
example: ["twit", "chat"]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
@@ -53,12 +54,40 @@ jobs:
|
|||||||
cache-from: type=gha
|
cache-from: type=gha
|
||||||
cache-to: type=gha,mode=max
|
cache-to: type=gha,mode=max
|
||||||
|
|
||||||
deploy:
|
# build-homepage:
|
||||||
|
# runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
# steps:
|
||||||
|
# - uses: actions/checkout@v3
|
||||||
|
# with:
|
||||||
|
# submodules: true
|
||||||
|
|
||||||
|
# - name: Set up Docker Buildx
|
||||||
|
# uses: docker/setup-buildx-action@v2
|
||||||
|
|
||||||
|
# - name: Login to GitHub Container Registry
|
||||||
|
# uses: docker/login-action@v2
|
||||||
|
# with:
|
||||||
|
# registry: ghcr.io
|
||||||
|
# username: gardencmp
|
||||||
|
# password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
|
# - name: Docker Build & Push
|
||||||
|
# uses: docker/build-push-action@v4
|
||||||
|
# with:
|
||||||
|
# context: ./homepage/homepage-jazz
|
||||||
|
# push: true
|
||||||
|
# tags: ghcr.io/gardencmp/${{github.event.repository.name}}-homepage-jazz:${{github.head_ref || github.ref_name}}-${{github.sha}}-${{github.run_number}}-${{github.run_attempt}}
|
||||||
|
# cache-from: type=gha
|
||||||
|
# cache-to: type=gha,mode=max
|
||||||
|
|
||||||
|
deploy-examples:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: build
|
needs: build-examples
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
example: ["todo", "pets"]
|
# example: ["chat", "todo", "pets", "twit", "file-drop"]
|
||||||
|
example: ["twit", "chat"]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
@@ -86,5 +115,38 @@ jobs:
|
|||||||
|
|
||||||
envsubst '${DOCKER_USER} ${DOCKER_PASSWORD} ${DOCKER_TAG} ${BRANCH_SUFFIX} ${BRANCH_SUBDOMAIN}' < job-template.nomad > job-instance.nomad;
|
envsubst '${DOCKER_USER} ${DOCKER_PASSWORD} ${DOCKER_TAG} ${BRANCH_SUFFIX} ${BRANCH_SUBDOMAIN}' < job-template.nomad > job-instance.nomad;
|
||||||
cat job-instance.nomad;
|
cat job-instance.nomad;
|
||||||
NOMAD_ADDR='http://control1v2-london:4646' nomad job run job-instance.nomad;
|
NOMAD_ADDR=${{ secrets.NOMAD_ADDR }} nomad job run job-instance.nomad;
|
||||||
working-directory: ./examples/${{ matrix.example }}
|
working-directory: ./examples/${{ matrix.example }}
|
||||||
|
|
||||||
|
# deploy-homepage:
|
||||||
|
# runs-on: ubuntu-latest
|
||||||
|
# needs: build-homepage
|
||||||
|
|
||||||
|
# steps:
|
||||||
|
# - uses: actions/checkout@v3
|
||||||
|
# with:
|
||||||
|
# submodules: true
|
||||||
|
# - uses: gacts/install-nomad@v1
|
||||||
|
# - name: Tailscale
|
||||||
|
# uses: tailscale/github-action@v1
|
||||||
|
# with:
|
||||||
|
# authkey: ${{ secrets.TAILSCALE_AUTHKEY }}
|
||||||
|
|
||||||
|
# - name: Deploy on Nomad
|
||||||
|
# run: |
|
||||||
|
# if [ "${{github.ref_name}}" == "main" ]; then
|
||||||
|
# export BRANCH_SUFFIX="";
|
||||||
|
# export BRANCH_SUBDOMAIN="";
|
||||||
|
# else
|
||||||
|
# export BRANCH_SUFFIX=-${{github.head_ref || github.ref_name}};
|
||||||
|
# export BRANCH_SUBDOMAIN=${{github.head_ref || github.ref_name}}.;
|
||||||
|
# fi
|
||||||
|
|
||||||
|
# export DOCKER_USER=gardencmp;
|
||||||
|
# export DOCKER_PASSWORD=${{ secrets.DOCKER_PULL_PAT }};
|
||||||
|
# export DOCKER_TAG=ghcr.io/gardencmp/${{github.event.repository.name}}-homepage-jazz:${{github.head_ref || github.ref_name}}-${{github.sha}}-${{github.run_number}}-${{github.run_attempt}};
|
||||||
|
|
||||||
|
# envsubst '${DOCKER_USER} ${DOCKER_PASSWORD} ${DOCKER_TAG} ${BRANCH_SUFFIX} ${BRANCH_SUBDOMAIN}' < job-template.nomad > job-instance.nomad;
|
||||||
|
# cat job-instance.nomad;
|
||||||
|
# NOMAD_ADDR=${{ secrets.NOMAD_ADDR }} nomad job run job-instance.nomad;
|
||||||
|
# working-directory: ./homepage/homepage-jazz
|
||||||
22
README.md
22
README.md
@@ -56,19 +56,19 @@ Jazz is open source and you can run your own sync & storage server, but to reall
|
|||||||
|
|
||||||
### Building a new, entirely sync-based React app
|
### Building a new, entirely sync-based React app
|
||||||
|
|
||||||
1. Define your data model with [cojson Collaborative Values (CoValues)](./DOCS.md/#covalue).
|
1. Define your data model with [cojson Collaborative Values (CoValues)](./DOCS.md#covalue).
|
||||||
2. Implement permission logic using [cojson Groups](./DOCS.md/#group).
|
2. Implement permission logic using [cojson Groups](./DOCS.md#group).
|
||||||
3. Build a user interface with [jazz-react](./DOCS.md/#jazz-react)'s reactive [synced queries](./DOCS.md/#usesyncedqueryid).
|
3. Build a user interface with [jazz-react](./DOCS.md#jazz-react) and [auto-sub](./DOCS.md#useautosubid).
|
||||||
|
|
||||||
### Gradually adding sync to an existing React app
|
### Gradually adding sync to an existing React app
|
||||||
|
|
||||||
Gradually migrate app features to use sync:
|
Gradually migrate app features to use sync:
|
||||||
|
|
||||||
1. Define data model for small aspect of your app with [cojson Collaborative Values (CoValues)](./DOCS.md/#covalue).
|
1. Define data model for small aspect of your app with [cojson Collaborative Values (CoValues)](./DOCS.md#covalue).
|
||||||
- Schema adapters/importers for Prisma/Drizzle/PostgreSQL introspection coming soon.
|
- Schema adapters/importers for Prisma/Drizzle/PostgreSQL introspection coming soon.
|
||||||
2. Map existing permission logic with [cojson Groups](./DOCS.md/#group) & integrate existing auth.
|
2. Map existing permission logic with [cojson Groups](./DOCS.md#group) & integrate existing auth.
|
||||||
- Auth integrations coming soon.
|
- Auth integrations coming soon.
|
||||||
3. Replace some of the React state and API requests in your UI with [jazz-react](./DOCS.md/#jazz-react)'s reactive [synced queries](./DOCS.md/#usesyncedqueryid).
|
3. Replace some of the React state and API requests in your UI with [jazz-react](./DOCS.md#jazz-react) and [auto-sub](./DOCS.md#useautosubid).
|
||||||
|
|
||||||
# Example Apps
|
# Example Apps
|
||||||
|
|
||||||
@@ -103,14 +103,14 @@ Demonstrates:
|
|||||||
|
|
||||||
For now, docs are hosted in a single well-structured markdown file: [`./DOCS.md`](./DOCS.md).
|
For now, docs are hosted in a single well-structured markdown file: [`./DOCS.md`](./DOCS.md).
|
||||||
|
|
||||||
- [Package Overview](./DOCS.md/#overview)
|
- [Package Overview](./DOCS.md#overview)
|
||||||
- [`jazz-react` API](./DOCS.md/#jazz-react)
|
- [`jazz-react` API](./DOCS.md#jazz-react)
|
||||||
- [`cojson` API](./DOCS.md/#cojson)
|
- [`cojson` API](./DOCS.md#cojson)
|
||||||
- [`jazz-react-media-images` API](./DOCS.md/#jazz-react-media-images)
|
- [`jazz-browser-media-images` API](./DOCS.md#jazz-browser-media-images)
|
||||||
|
|
||||||
|
|
||||||
In the future we'll build a dedicated docs page on the Jazz homepage.
|
In the future we'll build a dedicated docs page on the Jazz homepage.
|
||||||
|
|
||||||
----
|
----
|
||||||
|
|
||||||
Copyright 2023: Garden Computing, Inc.
|
Copyright 2023 — Garden Computing, Inc.
|
||||||
18
examples/chat/.eslintrc.cjs
Normal file
18
examples/chat/.eslintrc.cjs
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
module.exports = {
|
||||||
|
root: true,
|
||||||
|
env: { browser: true, es2020: true },
|
||||||
|
extends: [
|
||||||
|
'eslint:recommended',
|
||||||
|
'plugin:@typescript-eslint/recommended',
|
||||||
|
'plugin:react-hooks/recommended',
|
||||||
|
],
|
||||||
|
ignorePatterns: ['dist', '.eslintrc.cjs'],
|
||||||
|
parser: '@typescript-eslint/parser',
|
||||||
|
plugins: ['react-refresh'],
|
||||||
|
rules: {
|
||||||
|
'react-refresh/only-export-components': [
|
||||||
|
'warn',
|
||||||
|
{ allowConstantExport: true },
|
||||||
|
],
|
||||||
|
},
|
||||||
|
}
|
||||||
24
examples/chat/.gitignore
vendored
Normal file
24
examples/chat/.gitignore
vendored
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
# Logs
|
||||||
|
logs
|
||||||
|
*.log
|
||||||
|
npm-debug.log*
|
||||||
|
yarn-debug.log*
|
||||||
|
yarn-error.log*
|
||||||
|
pnpm-debug.log*
|
||||||
|
lerna-debug.log*
|
||||||
|
|
||||||
|
node_modules
|
||||||
|
dist
|
||||||
|
dist-ssr
|
||||||
|
*.local
|
||||||
|
|
||||||
|
# Editor directories and files
|
||||||
|
.vscode/*
|
||||||
|
!.vscode/extensions.json
|
||||||
|
.idea
|
||||||
|
.DS_Store
|
||||||
|
*.suo
|
||||||
|
*.ntvs*
|
||||||
|
*.njsproj
|
||||||
|
*.sln
|
||||||
|
*.sw?
|
||||||
9
examples/chat/CHANGELOG.md
Normal file
9
examples/chat/CHANGELOG.md
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
# jazz-example-chat
|
||||||
|
|
||||||
|
## 0.0.46
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies
|
||||||
|
- jazz-react@0.5.0
|
||||||
|
- jazz-react-auth-local@0.4.16
|
||||||
4
examples/chat/Dockerfile
Normal file
4
examples/chat/Dockerfile
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
FROM caddy:2.7.3-alpine
|
||||||
|
LABEL org.opencontainers.image.source="https://github.com/gardencmp/jazz"
|
||||||
|
|
||||||
|
COPY ./dist /usr/share/caddy/
|
||||||
64
examples/chat/README.md
Normal file
64
examples/chat/README.md
Normal file
@@ -0,0 +1,64 @@
|
|||||||
|
# Jazz Todo List Example
|
||||||
|
|
||||||
|
Live version: https://example-todo.jazz.tools
|
||||||
|
|
||||||
|
## Installing & running the example locally
|
||||||
|
|
||||||
|
Start by checking out just the example app to a folder:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
npx degit gardencmp/jazz/examples/todo jazz-example-todo
|
||||||
|
cd jazz-example-todo
|
||||||
|
```
|
||||||
|
|
||||||
|
(This ensures that you have the example app without git history or our multi-package monorepo)
|
||||||
|
|
||||||
|
Install dependencies:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
npm install
|
||||||
|
```
|
||||||
|
|
||||||
|
Start the dev server:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
npm run dev
|
||||||
|
```
|
||||||
|
|
||||||
|
## Structure
|
||||||
|
|
||||||
|
- [`src/basicComponents`](./src/basicComponents): simple components to build the UI, unrelated to Jazz (uses [shadcn/ui](https://ui.shadcn.com))
|
||||||
|
- [`src/components`](./src/components/): helper components that do contain Jazz-specific logic, but aren't very relevant to understand the basics of Jazz and CoJSON
|
||||||
|
- [`src/1_types.ts`](./src/1_types.ts),
|
||||||
|
[`src/2_main.tsx`](./src/2_main.tsx),
|
||||||
|
[`src/3_NewProjectForm.tsx`](./src/3_NewProjectForm.tsx),
|
||||||
|
[`src/4_ProjectTodoTable.tsx`](./src/4_ProjectTodoTable.tsx): the main files for this example, see the walkthrough below
|
||||||
|
|
||||||
|
## Walkthrough
|
||||||
|
|
||||||
|
### Main parts
|
||||||
|
|
||||||
|
1. Defining the data model with CoJSON: [`src/1_types.ts`](./src/1_types.ts)
|
||||||
|
|
||||||
|
2. The top-level provider `<WithJazz/>` and routing: [`src/2_main.tsx`](./src/2_main.tsx)
|
||||||
|
|
||||||
|
3. Creating a new todo project: [`src/3_NewProjectForm.tsx`](./src/3_NewProjectForm.tsx)
|
||||||
|
|
||||||
|
4. Reactively rendering a todo project as a table, adding and editing tasks: [`src/4_ProjectTodoTable.tsx`](./src/4_ProjectTodoTable.tsx)
|
||||||
|
|
||||||
|
### Helpers
|
||||||
|
|
||||||
|
- (not yet explained) Creating invite links/QR codes with `<InviteButton/>`: [`src/components/InviteButton.tsx`](./src/components/InviteButton.tsx)
|
||||||
|
|
||||||
|
This is the whole Todo List app!
|
||||||
|
|
||||||
|
## Questions / problems / feedback
|
||||||
|
|
||||||
|
If you have feedback, let us know on [Discord](https://discord.gg/utDMjHYg42) or open an issue or PR to fix something that seems wrong.
|
||||||
|
|
||||||
|
|
||||||
|
## Configuration: sync server
|
||||||
|
|
||||||
|
By default, the example app uses [Jazz Global Mesh](https://jazz.tools/mesh) (`wss://sync.jazz.tools`) - so cross-device use, invites and collaboration should just work.
|
||||||
|
|
||||||
|
You can also run a local sync server by running `npx cojson-simple-sync` and adding the query param `?sync=ws://localhost:4200` to the URL of the example app (for example: `http://localhost:5173/?sync=ws://localhost:4200`), or by setting the `sync` parameter of the `<WithJazz>` provider component in [./src/2_main.tsx](./src/2_main.tsx).
|
||||||
14
examples/chat/index.html
Normal file
14
examples/chat/index.html
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
<!doctype html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8" />
|
||||||
|
<link rel="icon" type="image/png" href="/jazz-logo.png" />
|
||||||
|
<link rel="stylesheet" href="/src/index.css" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
<title>Jazz Chat Example</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div id="root"></div>
|
||||||
|
<script type="module" src="/src/app.tsx"></script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
56
examples/chat/job-template.nomad
Normal file
56
examples/chat/job-template.nomad
Normal file
@@ -0,0 +1,56 @@
|
|||||||
|
job "chat$BRANCH_SUFFIX" {
|
||||||
|
region = "global"
|
||||||
|
datacenters = ["*"]
|
||||||
|
|
||||||
|
group "static" {
|
||||||
|
count = 4
|
||||||
|
|
||||||
|
network {
|
||||||
|
port "http" {
|
||||||
|
to = 80
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
constraint {
|
||||||
|
attribute = "${node.class}"
|
||||||
|
operator = "="
|
||||||
|
value = "mesh"
|
||||||
|
}
|
||||||
|
|
||||||
|
spread {
|
||||||
|
attribute = "${node.datacenter}"
|
||||||
|
weight = 100
|
||||||
|
}
|
||||||
|
|
||||||
|
constraint {
|
||||||
|
distinct_hosts = true
|
||||||
|
}
|
||||||
|
|
||||||
|
task "server" {
|
||||||
|
driver = "docker"
|
||||||
|
|
||||||
|
config {
|
||||||
|
image = "$DOCKER_TAG"
|
||||||
|
ports = ["http"]
|
||||||
|
|
||||||
|
auth = {
|
||||||
|
username = "$DOCKER_USER"
|
||||||
|
password = "$DOCKER_PASSWORD"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
service {
|
||||||
|
tags = ["public"]
|
||||||
|
name = "chat$BRANCH_SUFFIX"
|
||||||
|
port = "http"
|
||||||
|
provider = "consul"
|
||||||
|
}
|
||||||
|
|
||||||
|
resources {
|
||||||
|
cpu = 50 # MHz
|
||||||
|
memory = 50 # MB
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
# deploy bump 4
|
||||||
48
examples/chat/package.json
Normal file
48
examples/chat/package.json
Normal file
@@ -0,0 +1,48 @@
|
|||||||
|
{
|
||||||
|
"name": "jazz-example-chat",
|
||||||
|
"private": true,
|
||||||
|
"version": "0.0.46",
|
||||||
|
"type": "module",
|
||||||
|
"scripts": {
|
||||||
|
"dev": "vite",
|
||||||
|
"build": "tsc && vite build",
|
||||||
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
||||||
|
"preview": "vite preview"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"@radix-ui/react-checkbox": "^1.0.4",
|
||||||
|
"@radix-ui/react-slot": "^1.0.2",
|
||||||
|
"@radix-ui/react-toast": "^1.1.4",
|
||||||
|
"@types/qrcode": "^1.5.1",
|
||||||
|
"class-variance-authority": "^0.7.0",
|
||||||
|
"clsx": "^2.0.0",
|
||||||
|
"hash-slash": "^0.1.3",
|
||||||
|
"jazz-react": "^0.5.0",
|
||||||
|
"jazz-react-auth-local": "^0.4.16",
|
||||||
|
"lucide-react": "^0.274.0",
|
||||||
|
"qrcode": "^1.5.3",
|
||||||
|
"react": "^18.2.0",
|
||||||
|
"react-dom": "^18.2.0",
|
||||||
|
"react-router": "^6.16.0",
|
||||||
|
"react-router-dom": "^6.16.0",
|
||||||
|
"react-use": "^17.4.0",
|
||||||
|
"tailwind-merge": "^1.14.0",
|
||||||
|
"tailwindcss-animate": "^1.0.7",
|
||||||
|
"uniqolor": "^1.1.0"
|
||||||
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"@types/react": "^18.2.15",
|
||||||
|
"@types/react-dom": "^18.2.7",
|
||||||
|
"@typescript-eslint/eslint-plugin": "^6.0.0",
|
||||||
|
"@typescript-eslint/parser": "^6.0.0",
|
||||||
|
"@vitejs/plugin-react-swc": "^3.3.2",
|
||||||
|
"autoprefixer": "^10.4.14",
|
||||||
|
"eslint": "^8.45.0",
|
||||||
|
"eslint-plugin-react-hooks": "^4.6.0",
|
||||||
|
"eslint-plugin-react-refresh": "^0.4.3",
|
||||||
|
"postcss": "^8.4.27",
|
||||||
|
"tailwindcss": "^3.3.3",
|
||||||
|
"typescript": "^5.0.2",
|
||||||
|
"vite": "^4.4.5"
|
||||||
|
}
|
||||||
|
}
|
||||||
6
examples/chat/postcss.config.js
Normal file
6
examples/chat/postcss.config.js
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
export default {
|
||||||
|
plugins: {
|
||||||
|
tailwindcss: {},
|
||||||
|
autoprefixer: {},
|
||||||
|
},
|
||||||
|
}
|
||||||
BIN
examples/chat/public/jazz-logo.png
Normal file
BIN
examples/chat/public/jazz-logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.3 KiB |
35
examples/chat/src/app.tsx
Normal file
35
examples/chat/src/app.tsx
Normal file
@@ -0,0 +1,35 @@
|
|||||||
|
import { WithJazz, useJazz, DemoAuth } from 'jazz-react';
|
||||||
|
import ReactDOM from 'react-dom/client';
|
||||||
|
import { HashRoute } from 'hash-slash';
|
||||||
|
import { ChatWindow } from './chatWindow.tsx';
|
||||||
|
import { Chat } from './dataModel.ts';
|
||||||
|
|
||||||
|
ReactDOM.createRoot(document.getElementById('root')!).render(
|
||||||
|
<WithJazz auth={DemoAuth({ appName: 'Jazz Chat Example' })} apiKey="api_z9d034j3t34ht034ir">
|
||||||
|
<App />
|
||||||
|
</WithJazz>,
|
||||||
|
);
|
||||||
|
|
||||||
|
function App() {
|
||||||
|
return <div className='flex flex-col items-center justify-between w-screen h-screen p-2 dark:bg-black dark:text-white'>
|
||||||
|
<button onClick={useJazz().logOut} className='rounded mb-5 px-2 py-1 bg-stone-200 dark:bg-stone-800 dark:text-white self-end'>
|
||||||
|
Log Out
|
||||||
|
</button>
|
||||||
|
{HashRoute({
|
||||||
|
'/': <Home />,
|
||||||
|
'/chat/:id': (id) => <ChatWindow chatId={id as Chat['id']} />,
|
||||||
|
}, { reportToParentFrame: true })}
|
||||||
|
</div>
|
||||||
|
}
|
||||||
|
|
||||||
|
function Home() {
|
||||||
|
const { me } = useJazz();
|
||||||
|
return <button className='rounded py-2 px-4 bg-stone-200 dark:bg-stone-800 dark:text-white my-auto'
|
||||||
|
onClick={() => {
|
||||||
|
const group = me.createGroup().addMember('everyone', 'writer');
|
||||||
|
const chat = group.createList<Chat>();
|
||||||
|
location.hash = '/chat/' + chat.id;
|
||||||
|
}}>
|
||||||
|
Create New Chat
|
||||||
|
</button>
|
||||||
|
}
|
||||||
43
examples/chat/src/chatWindow.tsx
Normal file
43
examples/chat/src/chatWindow.tsx
Normal file
@@ -0,0 +1,43 @@
|
|||||||
|
import { useAutoSub } from 'jazz-react';
|
||||||
|
import { Chat, Message } from './dataModel.ts';
|
||||||
|
|
||||||
|
export function ChatWindow(props: { chatId: Chat['id'] }) {
|
||||||
|
const chat = useAutoSub(props.chatId);
|
||||||
|
|
||||||
|
return chat ? <div className='w-full max-w-xl h-full flex flex-col items-stretch'>
|
||||||
|
{
|
||||||
|
chat.map((msg, i) => (
|
||||||
|
<ChatBubble key={msg?.id}
|
||||||
|
text={msg?.text}
|
||||||
|
by={chat.meta.edits[i].by?.profile?.name}
|
||||||
|
byMe={chat.meta.edits[i].by?.isMe}
|
||||||
|
at={chat.meta.edits[i].at} />
|
||||||
|
))
|
||||||
|
}
|
||||||
|
<ChatInput onSubmit={(text) => {
|
||||||
|
const msg = chat.meta.group.createMap<Message>({ text });
|
||||||
|
chat.append(msg.id);
|
||||||
|
}}/>
|
||||||
|
</div> : <div>Loading...</div>;
|
||||||
|
}
|
||||||
|
|
||||||
|
function ChatBubble(props: { text?: string, by?: string, at?: Date, byMe?: boolean }) {
|
||||||
|
return <div className={`${props.byMe ? 'items-end' : 'items-start'} flex flex-col`}>
|
||||||
|
<div className='rounded-xl bg-stone-100 dark:bg-stone-700 dark:text-white py-2 px-4 mt-2 min-w-[5rem]'>
|
||||||
|
{ props.text }
|
||||||
|
</div>
|
||||||
|
<div className='text-xs text-neutral-500 ml-2'>
|
||||||
|
{ props.by } { props.at?.getHours() }:{ props.at?.getMinutes() }
|
||||||
|
</div>
|
||||||
|
</div>;
|
||||||
|
}
|
||||||
|
|
||||||
|
function ChatInput(props: { onSubmit: (text: string) => void }) {
|
||||||
|
return <input className='rounded p-2 border mt-auto dark:bg-black dark:text-white dark:border-stone-700'
|
||||||
|
placeholder='Type a message and press Enter'
|
||||||
|
onKeyDown={({ key, currentTarget: input }) => {
|
||||||
|
if (key !== 'Enter' || !input.value) return;
|
||||||
|
props.onSubmit(input.value);
|
||||||
|
input.value = '';
|
||||||
|
}}/>
|
||||||
|
}
|
||||||
4
examples/chat/src/dataModel.ts
Normal file
4
examples/chat/src/dataModel.ts
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
import { CoMap, CoList } from 'cojson';
|
||||||
|
|
||||||
|
export type Chat = CoList<Message['id']>;
|
||||||
|
export type Message = CoMap<{ text: string }>;
|
||||||
78
examples/chat/src/index.css
Normal file
78
examples/chat/src/index.css
Normal file
@@ -0,0 +1,78 @@
|
|||||||
|
@tailwind base;
|
||||||
|
@tailwind components;
|
||||||
|
@tailwind utilities;
|
||||||
|
|
||||||
|
@layer base {
|
||||||
|
:root {
|
||||||
|
--background: 0 0% 100%;
|
||||||
|
--foreground: 20 14.3% 4.1%;
|
||||||
|
|
||||||
|
--card: 0 0% 100%;
|
||||||
|
--card-foreground: 20 14.3% 4.1%;
|
||||||
|
|
||||||
|
--popover: 0 0% 100%;
|
||||||
|
--popover-foreground: 20 14.3% 4.1%;
|
||||||
|
|
||||||
|
--primary: 24 9.8% 10%;
|
||||||
|
--primary-foreground: 60 9.1% 97.8%;
|
||||||
|
|
||||||
|
--secondary: 60 4.8% 95.9%;
|
||||||
|
--secondary-foreground: 24 9.8% 10%;
|
||||||
|
|
||||||
|
--muted: 60 4.8% 95.9%;
|
||||||
|
--muted-foreground: 25 5.3% 44.7%;
|
||||||
|
|
||||||
|
--accent: 60 4.8% 95.9%;
|
||||||
|
--accent-foreground: 24 9.8% 10%;
|
||||||
|
|
||||||
|
--destructive: 0 84.2% 60.2%;
|
||||||
|
--destructive-foreground: 60 9.1% 97.8%;
|
||||||
|
|
||||||
|
--border: 20 5.9% 90%;
|
||||||
|
--input: 20 5.9% 90%;
|
||||||
|
--ring: 20 14.3% 4.1%;
|
||||||
|
|
||||||
|
--radius: 0.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.dark {
|
||||||
|
--background: 20 14.3% 4.1%;
|
||||||
|
--foreground: 60 9.1% 97.8%;
|
||||||
|
|
||||||
|
--card: 20 14.3% 4.1%;
|
||||||
|
--card-foreground: 60 9.1% 97.8%;
|
||||||
|
|
||||||
|
--popover: 20 14.3% 4.1%;
|
||||||
|
--popover-foreground: 60 9.1% 97.8%;
|
||||||
|
|
||||||
|
--primary: 60 9.1% 97.8%;
|
||||||
|
--primary-foreground: 24 9.8% 10%;
|
||||||
|
|
||||||
|
--secondary: 12 6.5% 15.1%;
|
||||||
|
--secondary-foreground: 60 9.1% 97.8%;
|
||||||
|
|
||||||
|
--muted: 12 6.5% 15.1%;
|
||||||
|
--muted-foreground: 24 5.4% 63.9%;
|
||||||
|
|
||||||
|
--accent: 12 6.5% 15.1%;
|
||||||
|
--accent-foreground: 60 9.1% 97.8%;
|
||||||
|
|
||||||
|
--destructive: 0 62.8% 30.6%;
|
||||||
|
--destructive-foreground: 60 9.1% 97.8%;
|
||||||
|
|
||||||
|
--border: 12 6.5% 15.1%;
|
||||||
|
--input: 12 6.5% 15.1%;
|
||||||
|
--ring: 24 5.7% 82.9%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@layer base {
|
||||||
|
* {
|
||||||
|
@apply border-border;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
@apply bg-background text-foreground;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
1
examples/chat/src/vite-env.d.ts
vendored
Normal file
1
examples/chat/src/vite-env.d.ts
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
/// <reference types="vite/client" />
|
||||||
75
examples/chat/tailwind.config.js
Normal file
75
examples/chat/tailwind.config.js
Normal file
@@ -0,0 +1,75 @@
|
|||||||
|
/** @type {import('tailwindcss').Config} */
|
||||||
|
module.exports = {
|
||||||
|
content: [
|
||||||
|
'./pages/**/*.{ts,tsx}',
|
||||||
|
'./components/**/*.{ts,tsx}',
|
||||||
|
'./app/**/*.{ts,tsx}',
|
||||||
|
'./src/**/*.{ts,tsx}',
|
||||||
|
],
|
||||||
|
theme: {
|
||||||
|
container: {
|
||||||
|
center: true,
|
||||||
|
padding: "2rem",
|
||||||
|
screens: {
|
||||||
|
"2xl": "1400px",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
extend: {
|
||||||
|
colors: {
|
||||||
|
border: "hsl(var(--border))",
|
||||||
|
input: "hsl(var(--input))",
|
||||||
|
ring: "hsl(var(--ring))",
|
||||||
|
background: "hsl(var(--background))",
|
||||||
|
foreground: "hsl(var(--foreground))",
|
||||||
|
primary: {
|
||||||
|
DEFAULT: "hsl(var(--primary))",
|
||||||
|
foreground: "hsl(var(--primary-foreground))",
|
||||||
|
},
|
||||||
|
secondary: {
|
||||||
|
DEFAULT: "hsl(var(--secondary))",
|
||||||
|
foreground: "hsl(var(--secondary-foreground))",
|
||||||
|
},
|
||||||
|
destructive: {
|
||||||
|
DEFAULT: "hsl(var(--destructive))",
|
||||||
|
foreground: "hsl(var(--destructive-foreground))",
|
||||||
|
},
|
||||||
|
muted: {
|
||||||
|
DEFAULT: "hsl(var(--muted))",
|
||||||
|
foreground: "hsl(var(--muted-foreground))",
|
||||||
|
},
|
||||||
|
accent: {
|
||||||
|
DEFAULT: "hsl(var(--accent))",
|
||||||
|
foreground: "hsl(var(--accent-foreground))",
|
||||||
|
},
|
||||||
|
popover: {
|
||||||
|
DEFAULT: "hsl(var(--popover))",
|
||||||
|
foreground: "hsl(var(--popover-foreground))",
|
||||||
|
},
|
||||||
|
card: {
|
||||||
|
DEFAULT: "hsl(var(--card))",
|
||||||
|
foreground: "hsl(var(--card-foreground))",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
borderRadius: {
|
||||||
|
lg: "var(--radius)",
|
||||||
|
md: "calc(var(--radius) - 2px)",
|
||||||
|
sm: "calc(var(--radius) - 4px)",
|
||||||
|
},
|
||||||
|
keyframes: {
|
||||||
|
"accordion-down": {
|
||||||
|
from: { height: 0 },
|
||||||
|
to: { height: "var(--radix-accordion-content-height)" },
|
||||||
|
},
|
||||||
|
"accordion-up": {
|
||||||
|
from: { height: "var(--radix-accordion-content-height)" },
|
||||||
|
to: { height: 0 },
|
||||||
|
},
|
||||||
|
},
|
||||||
|
animation: {
|
||||||
|
"accordion-down": "accordion-down 0.2s ease-out",
|
||||||
|
"accordion-up": "accordion-up 0.2s ease-out",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
plugins: [require("tailwindcss-animate")],
|
||||||
|
}
|
||||||
29
examples/chat/tsconfig.json
Normal file
29
examples/chat/tsconfig.json
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
{
|
||||||
|
"compilerOptions": {
|
||||||
|
"target": "ES2020",
|
||||||
|
"useDefineForClassFields": true,
|
||||||
|
"lib": ["ES2023", "DOM", "DOM.Iterable"],
|
||||||
|
"module": "ESNext",
|
||||||
|
"skipLibCheck": true,
|
||||||
|
|
||||||
|
/* Bundler mode */
|
||||||
|
"moduleResolution": "bundler",
|
||||||
|
"allowImportingTsExtensions": true,
|
||||||
|
"resolveJsonModule": true,
|
||||||
|
"isolatedModules": true,
|
||||||
|
"noEmit": true,
|
||||||
|
"jsx": "react-jsx",
|
||||||
|
|
||||||
|
/* Linting */
|
||||||
|
"strict": true,
|
||||||
|
"noUnusedLocals": true,
|
||||||
|
"noUnusedParameters": true,
|
||||||
|
"noFallthroughCasesInSwitch": true,
|
||||||
|
"baseUrl": ".",
|
||||||
|
"paths": {
|
||||||
|
"@/*": ["./src/*"]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"include": ["src"],
|
||||||
|
"references": [{ "path": "./tsconfig.node.json" }]
|
||||||
|
}
|
||||||
10
examples/chat/tsconfig.node.json
Normal file
10
examples/chat/tsconfig.node.json
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"compilerOptions": {
|
||||||
|
"composite": true,
|
||||||
|
"skipLibCheck": true,
|
||||||
|
"module": "ESNext",
|
||||||
|
"moduleResolution": "bundler",
|
||||||
|
"allowSyntheticDefaultImports": true
|
||||||
|
},
|
||||||
|
"include": ["vite.config.ts"]
|
||||||
|
}
|
||||||
16
examples/chat/vite.config.ts
Normal file
16
examples/chat/vite.config.ts
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
import { defineConfig } from 'vite'
|
||||||
|
import react from '@vitejs/plugin-react-swc'
|
||||||
|
import path from "path";
|
||||||
|
|
||||||
|
// https://vitejs.dev/config/
|
||||||
|
export default defineConfig({
|
||||||
|
plugins: [react()],
|
||||||
|
resolve: {
|
||||||
|
alias: {
|
||||||
|
"@": path.resolve(__dirname, "./src"),
|
||||||
|
},
|
||||||
|
},
|
||||||
|
build: {
|
||||||
|
minify: false
|
||||||
|
}
|
||||||
|
})
|
||||||
18
examples/file-drop/.eslintrc.cjs
Normal file
18
examples/file-drop/.eslintrc.cjs
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
module.exports = {
|
||||||
|
root: true,
|
||||||
|
env: { browser: true, es2020: true },
|
||||||
|
extends: [
|
||||||
|
'eslint:recommended',
|
||||||
|
'plugin:@typescript-eslint/recommended',
|
||||||
|
'plugin:react-hooks/recommended',
|
||||||
|
],
|
||||||
|
ignorePatterns: ['dist', '.eslintrc.cjs'],
|
||||||
|
parser: '@typescript-eslint/parser',
|
||||||
|
plugins: ['react-refresh'],
|
||||||
|
rules: {
|
||||||
|
'react-refresh/only-export-components': [
|
||||||
|
'warn',
|
||||||
|
{ allowConstantExport: true },
|
||||||
|
],
|
||||||
|
},
|
||||||
|
}
|
||||||
24
examples/file-drop/.gitignore
vendored
Normal file
24
examples/file-drop/.gitignore
vendored
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
# Logs
|
||||||
|
logs
|
||||||
|
*.log
|
||||||
|
npm-debug.log*
|
||||||
|
yarn-debug.log*
|
||||||
|
yarn-error.log*
|
||||||
|
pnpm-debug.log*
|
||||||
|
lerna-debug.log*
|
||||||
|
|
||||||
|
node_modules
|
||||||
|
dist
|
||||||
|
dist-ssr
|
||||||
|
*.local
|
||||||
|
|
||||||
|
# Editor directories and files
|
||||||
|
.vscode/*
|
||||||
|
!.vscode/extensions.json
|
||||||
|
.idea
|
||||||
|
.DS_Store
|
||||||
|
*.suo
|
||||||
|
*.ntvs*
|
||||||
|
*.njsproj
|
||||||
|
*.sln
|
||||||
|
*.sw?
|
||||||
9
examples/file-drop/CHANGELOG.md
Normal file
9
examples/file-drop/CHANGELOG.md
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
# jazz-example-file-drop
|
||||||
|
|
||||||
|
## 0.0.63
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies
|
||||||
|
- jazz-react@0.5.0
|
||||||
|
- jazz-react-auth-local@0.4.16
|
||||||
4
examples/file-drop/Dockerfile
Normal file
4
examples/file-drop/Dockerfile
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
FROM caddy:2.7.3-alpine
|
||||||
|
LABEL org.opencontainers.image.source="https://github.com/gardencmp/jazz"
|
||||||
|
|
||||||
|
COPY ./dist /usr/share/caddy/
|
||||||
64
examples/file-drop/README.md
Normal file
64
examples/file-drop/README.md
Normal file
@@ -0,0 +1,64 @@
|
|||||||
|
# Jazz Todo List Example
|
||||||
|
|
||||||
|
Live version: https://example-todo.jazz.tools
|
||||||
|
|
||||||
|
## Installing & running the example locally
|
||||||
|
|
||||||
|
Start by checking out just the example app to a folder:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
npx degit gardencmp/jazz/examples/todo jazz-example-todo
|
||||||
|
cd jazz-example-todo
|
||||||
|
```
|
||||||
|
|
||||||
|
(This ensures that you have the example app without git history or our multi-package monorepo)
|
||||||
|
|
||||||
|
Install dependencies:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
npm install
|
||||||
|
```
|
||||||
|
|
||||||
|
Start the dev server:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
npm run dev
|
||||||
|
```
|
||||||
|
|
||||||
|
## Structure
|
||||||
|
|
||||||
|
- [`src/basicComponents`](./src/basicComponents): simple components to build the UI, unrelated to Jazz (uses [shadcn/ui](https://ui.shadcn.com))
|
||||||
|
- [`src/components`](./src/components/): helper components that do contain Jazz-specific logic, but aren't very relevant to understand the basics of Jazz and CoJSON
|
||||||
|
- [`src/1_types.ts`](./src/1_types.ts),
|
||||||
|
[`src/2_main.tsx`](./src/2_main.tsx),
|
||||||
|
[`src/3_NewProjectForm.tsx`](./src/3_NewProjectForm.tsx),
|
||||||
|
[`src/4_ProjectTodoTable.tsx`](./src/4_ProjectTodoTable.tsx): the main files for this example, see the walkthrough below
|
||||||
|
|
||||||
|
## Walkthrough
|
||||||
|
|
||||||
|
### Main parts
|
||||||
|
|
||||||
|
1. Defining the data model with CoJSON: [`src/1_types.ts`](./src/1_types.ts)
|
||||||
|
|
||||||
|
2. The top-level provider `<WithJazz/>` and routing: [`src/2_main.tsx`](./src/2_main.tsx)
|
||||||
|
|
||||||
|
3. Creating a new todo project: [`src/3_NewProjectForm.tsx`](./src/3_NewProjectForm.tsx)
|
||||||
|
|
||||||
|
4. Reactively rendering a todo project as a table, adding and editing tasks: [`src/4_ProjectTodoTable.tsx`](./src/4_ProjectTodoTable.tsx)
|
||||||
|
|
||||||
|
### Helpers
|
||||||
|
|
||||||
|
- (not yet explained) Creating invite links/QR codes with `<InviteButton/>`: [`src/components/InviteButton.tsx`](./src/components/InviteButton.tsx)
|
||||||
|
|
||||||
|
This is the whole Todo List app!
|
||||||
|
|
||||||
|
## Questions / problems / feedback
|
||||||
|
|
||||||
|
If you have feedback, let us know on [Discord](https://discord.gg/utDMjHYg42) or open an issue or PR to fix something that seems wrong.
|
||||||
|
|
||||||
|
|
||||||
|
## Configuration: sync server
|
||||||
|
|
||||||
|
By default, the example app uses [Jazz Global Mesh](https://jazz.tools/mesh) (`wss://sync.jazz.tools`) - so cross-device use, invites and collaboration should just work.
|
||||||
|
|
||||||
|
You can also run a local sync server by running `npx cojson-simple-sync` and adding the query param `?sync=ws://localhost:4200` to the URL of the example app (for example: `http://localhost:5173/?sync=ws://localhost:4200`), or by setting the `sync` parameter of the `<WithJazz>` provider component in [./src/2_main.tsx](./src/2_main.tsx).
|
||||||
16
examples/file-drop/components.json
Normal file
16
examples/file-drop/components.json
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://ui.shadcn.com/schema.json",
|
||||||
|
"style": "default",
|
||||||
|
"rsc": false,
|
||||||
|
"tsx": true,
|
||||||
|
"tailwind": {
|
||||||
|
"config": "tailwind.config.js",
|
||||||
|
"css": "src/index.css",
|
||||||
|
"baseColor": "stone",
|
||||||
|
"cssVariables": true
|
||||||
|
},
|
||||||
|
"aliases": {
|
||||||
|
"components": "@/basicComponents",
|
||||||
|
"utils": "@/basicComponents/lib/utils"
|
||||||
|
}
|
||||||
|
}
|
||||||
13
examples/file-drop/index.html
Normal file
13
examples/file-drop/index.html
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
<!doctype html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8" />
|
||||||
|
<link rel="icon" type="image/png" href="/jazz-logo.png" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
<title>Jazz File Drop Example</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div id="root"></div>
|
||||||
|
<script type="module" src="/src/2_main.tsx"></script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
56
examples/file-drop/job-template.nomad
Normal file
56
examples/file-drop/job-template.nomad
Normal file
@@ -0,0 +1,56 @@
|
|||||||
|
job "example-file-drop$BRANCH_SUFFIX" {
|
||||||
|
region = "global"
|
||||||
|
datacenters = ["*"]
|
||||||
|
|
||||||
|
group "static" {
|
||||||
|
count = 4
|
||||||
|
|
||||||
|
network {
|
||||||
|
port "http" {
|
||||||
|
to = 80
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
constraint {
|
||||||
|
attribute = "${node.class}"
|
||||||
|
operator = "="
|
||||||
|
value = "mesh"
|
||||||
|
}
|
||||||
|
|
||||||
|
spread {
|
||||||
|
attribute = "${node.datacenter}"
|
||||||
|
weight = 100
|
||||||
|
}
|
||||||
|
|
||||||
|
constraint {
|
||||||
|
distinct_hosts = true
|
||||||
|
}
|
||||||
|
|
||||||
|
task "server" {
|
||||||
|
driver = "docker"
|
||||||
|
|
||||||
|
config {
|
||||||
|
image = "$DOCKER_TAG"
|
||||||
|
ports = ["http"]
|
||||||
|
|
||||||
|
auth = {
|
||||||
|
username = "$DOCKER_USER"
|
||||||
|
password = "$DOCKER_PASSWORD"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
service {
|
||||||
|
tags = ["public"]
|
||||||
|
name = "example-file-drop$BRANCH_SUFFIX"
|
||||||
|
port = "http"
|
||||||
|
provider = "consul"
|
||||||
|
}
|
||||||
|
|
||||||
|
resources {
|
||||||
|
cpu = 50 # MHz
|
||||||
|
memory = 50 # MB
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
# deploy bump 4
|
||||||
46
examples/file-drop/package.json
Normal file
46
examples/file-drop/package.json
Normal file
@@ -0,0 +1,46 @@
|
|||||||
|
{
|
||||||
|
"name": "jazz-example-file-drop",
|
||||||
|
"private": true,
|
||||||
|
"version": "0.0.63",
|
||||||
|
"type": "module",
|
||||||
|
"scripts": {
|
||||||
|
"dev": "vite --port 6610",
|
||||||
|
"build": "tsc && vite build",
|
||||||
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
||||||
|
"preview": "vite preview"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"@radix-ui/react-checkbox": "^1.0.4",
|
||||||
|
"@radix-ui/react-slot": "^1.0.2",
|
||||||
|
"@radix-ui/react-toast": "^1.1.4",
|
||||||
|
"@types/qrcode": "^1.5.1",
|
||||||
|
"class-variance-authority": "^0.7.0",
|
||||||
|
"clsx": "^2.0.0",
|
||||||
|
"jazz-react": "^0.5.0",
|
||||||
|
"jazz-react-auth-local": "^0.4.16",
|
||||||
|
"lucide-react": "^0.274.0",
|
||||||
|
"qrcode": "^1.5.3",
|
||||||
|
"react": "^18.2.0",
|
||||||
|
"react-dom": "^18.2.0",
|
||||||
|
"react-router": "^6.16.0",
|
||||||
|
"react-router-dom": "^6.16.0",
|
||||||
|
"tailwind-merge": "^1.14.0",
|
||||||
|
"tailwindcss-animate": "^1.0.7",
|
||||||
|
"uniqolor": "^1.1.0"
|
||||||
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"@types/react": "^18.2.15",
|
||||||
|
"@types/react-dom": "^18.2.7",
|
||||||
|
"@typescript-eslint/eslint-plugin": "^6.0.0",
|
||||||
|
"@typescript-eslint/parser": "^6.0.0",
|
||||||
|
"@vitejs/plugin-react-swc": "^3.3.2",
|
||||||
|
"autoprefixer": "^10.4.14",
|
||||||
|
"eslint": "^8.45.0",
|
||||||
|
"eslint-plugin-react-hooks": "^4.6.0",
|
||||||
|
"eslint-plugin-react-refresh": "^0.4.3",
|
||||||
|
"postcss": "^8.4.27",
|
||||||
|
"tailwindcss": "^3.3.3",
|
||||||
|
"typescript": "^5.0.2",
|
||||||
|
"vite": "^4.4.5"
|
||||||
|
}
|
||||||
|
}
|
||||||
6
examples/file-drop/postcss.config.js
Normal file
6
examples/file-drop/postcss.config.js
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
export default {
|
||||||
|
plugins: {
|
||||||
|
tailwindcss: {},
|
||||||
|
autoprefixer: {},
|
||||||
|
},
|
||||||
|
}
|
||||||
BIN
examples/file-drop/public/jazz-logo.png
Normal file
BIN
examples/file-drop/public/jazz-logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.3 KiB |
5
examples/file-drop/src/1_types.ts
Normal file
5
examples/file-drop/src/1_types.ts
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
import { CoMap, BinaryCoStream } from "cojson";
|
||||||
|
|
||||||
|
export type FileBundle = CoMap<{
|
||||||
|
[filename: string]: BinaryCoStream['id']
|
||||||
|
}>;
|
||||||
187
examples/file-drop/src/2_main.tsx
Normal file
187
examples/file-drop/src/2_main.tsx
Normal file
@@ -0,0 +1,187 @@
|
|||||||
|
import React, { ChangeEvent, useCallback, useState } from "react";
|
||||||
|
import ReactDOM from "react-dom/client";
|
||||||
|
import {
|
||||||
|
RouterProvider,
|
||||||
|
createHashRouter,
|
||||||
|
useNavigate,
|
||||||
|
useParams,
|
||||||
|
} from "react-router-dom";
|
||||||
|
import "./index.css";
|
||||||
|
|
||||||
|
import { WithJazz, useJazz, useAcceptInvite, useAutoSub } from "jazz-react";
|
||||||
|
import { LocalAuth } from "jazz-react-auth-local";
|
||||||
|
|
||||||
|
import {
|
||||||
|
Button,
|
||||||
|
Input,
|
||||||
|
ThemeProvider,
|
||||||
|
TitleAndLogo,
|
||||||
|
} from "./basicComponents/index.ts";
|
||||||
|
import { PrettyAuthUI } from "./components/Auth.tsx";
|
||||||
|
import { FileBundle } from "./1_types.ts";
|
||||||
|
import {
|
||||||
|
createBinaryStreamFromBlob,
|
||||||
|
readBlobFromBinaryStream,
|
||||||
|
} from "jazz-browser";
|
||||||
|
import { DownloadIcon } from "lucide-react";
|
||||||
|
|
||||||
|
const appName = "Jazz File Drop Example";
|
||||||
|
|
||||||
|
const auth = LocalAuth({
|
||||||
|
appName,
|
||||||
|
Component: PrettyAuthUI,
|
||||||
|
});
|
||||||
|
|
||||||
|
ReactDOM.createRoot(document.getElementById("root")!).render(
|
||||||
|
<React.StrictMode>
|
||||||
|
<ThemeProvider>
|
||||||
|
<TitleAndLogo name={appName} />
|
||||||
|
<div className="flex flex-col h-full items-center justify-start gap-10 pt-10 pb-10 px-5">
|
||||||
|
<WithJazz auth={auth}>
|
||||||
|
<App />
|
||||||
|
</WithJazz>
|
||||||
|
</div>
|
||||||
|
</ThemeProvider>
|
||||||
|
</React.StrictMode>
|
||||||
|
);
|
||||||
|
|
||||||
|
function App() {
|
||||||
|
// logOut logs out the AuthProvider passed to `<WithJazz/>` above.
|
||||||
|
const { logOut } = useJazz();
|
||||||
|
|
||||||
|
const router = createHashRouter([
|
||||||
|
{
|
||||||
|
path: "/",
|
||||||
|
element: <FileDropUI />,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: "/bundle/:bundleId",
|
||||||
|
element: <FileDropUIPage />,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: "/invite/*",
|
||||||
|
element: <p>Accepting invite...</p>,
|
||||||
|
},
|
||||||
|
]);
|
||||||
|
|
||||||
|
// `useAcceptInvite()` is a hook that accepts an invite link from the URL hash,
|
||||||
|
// and on success calls our callback where we navigate to the project that we were just invited to.
|
||||||
|
useAcceptInvite((bundleId) => router.navigate("/v/" + bundleId));
|
||||||
|
|
||||||
|
return (
|
||||||
|
<>
|
||||||
|
<RouterProvider router={router} />
|
||||||
|
|
||||||
|
<Button
|
||||||
|
onClick={() => router.navigate("/").then(logOut)}
|
||||||
|
variant="outline"
|
||||||
|
>
|
||||||
|
Log Out
|
||||||
|
</Button>
|
||||||
|
</>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
export function FileDropUIPage() {
|
||||||
|
const { bundleId } = useParams<{ bundleId: FileBundle["id"] }>();
|
||||||
|
|
||||||
|
return <FileDropUI bundleId={bundleId} />;
|
||||||
|
}
|
||||||
|
|
||||||
|
export function FileDropUI({ bundleId }: { bundleId?: FileBundle["id"] }) {
|
||||||
|
const navigate = useNavigate();
|
||||||
|
const { me, localNode } = useJazz();
|
||||||
|
const fileBundle = useAutoSub(bundleId);
|
||||||
|
|
||||||
|
const [progressMessage, setProgressMessage] = useState<{
|
||||||
|
[name: string]: string;
|
||||||
|
}>({});
|
||||||
|
|
||||||
|
const onChange = useCallback(
|
||||||
|
(event: ChangeEvent<HTMLInputElement>) => {
|
||||||
|
let fileBundleToUse = fileBundle?.meta.coValue;
|
||||||
|
let isFirstUpload = false;
|
||||||
|
|
||||||
|
if (!fileBundleToUse) {
|
||||||
|
const group = me.createGroup().addMember("everyone", "reader");
|
||||||
|
fileBundleToUse = group.createMap<FileBundle>();
|
||||||
|
isFirstUpload = true;
|
||||||
|
}
|
||||||
|
|
||||||
|
const files = [...(event.target.files || [])];
|
||||||
|
|
||||||
|
Promise.all(
|
||||||
|
files.map((file) =>
|
||||||
|
createBinaryStreamFromBlob(
|
||||||
|
file,
|
||||||
|
fileBundleToUse!.group,
|
||||||
|
{ type: "binary" },
|
||||||
|
(progress) =>
|
||||||
|
setProgressMessage((old) => ({
|
||||||
|
...old,
|
||||||
|
[file.name]: `Creating ${Math.round(
|
||||||
|
progress * 100
|
||||||
|
)}%`,
|
||||||
|
}))
|
||||||
|
).then((stream) => {
|
||||||
|
fileBundleToUse!.set(file.name, stream.id);
|
||||||
|
})
|
||||||
|
)
|
||||||
|
).then(() => {
|
||||||
|
if (isFirstUpload) {
|
||||||
|
navigate("/bundle/" + fileBundleToUse!.id);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
event.target.value = "";
|
||||||
|
},
|
||||||
|
[me, navigate, fileBundle]
|
||||||
|
);
|
||||||
|
|
||||||
|
return (
|
||||||
|
<div className="max-w-full p-5 w-[40rem]">
|
||||||
|
<h1 className="text-3xl font-bold mb-5">File Drop</h1>
|
||||||
|
{[
|
||||||
|
...new Set([
|
||||||
|
...Object.keys(fileBundle || {}),
|
||||||
|
...Object.keys(progressMessage),
|
||||||
|
]),
|
||||||
|
].map((name) => (
|
||||||
|
<div className="mb-5 flex justify-between" key={name}>
|
||||||
|
{name} {progressMessage[name]}
|
||||||
|
<Button
|
||||||
|
size="sm"
|
||||||
|
disabled={!(name in (fileBundle || {}))}
|
||||||
|
onClick={() => {
|
||||||
|
const streamId = fileBundle?.meta.coValue.get(name);
|
||||||
|
streamId &&
|
||||||
|
readBlobFromBinaryStream(
|
||||||
|
streamId,
|
||||||
|
localNode,
|
||||||
|
false,
|
||||||
|
(progress) =>
|
||||||
|
setProgressMessage((old) => ({
|
||||||
|
...old,
|
||||||
|
[name]: `Loading ${Math.round(
|
||||||
|
progress * 100
|
||||||
|
)}%`,
|
||||||
|
}))
|
||||||
|
).then((blob) => {
|
||||||
|
if (!blob) return;
|
||||||
|
const url = URL.createObjectURL(blob);
|
||||||
|
window.open(url, "_blank");
|
||||||
|
});
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
<DownloadIcon />
|
||||||
|
</Button>
|
||||||
|
</div>
|
||||||
|
))}
|
||||||
|
{(!fileBundle || fileBundle.meta.group.myRole() === "admin") && (
|
||||||
|
<Input type="file" onChange={onChange} multiple />
|
||||||
|
)}
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Walkthrough: Continue with ./3_NewProjectForm.tsx */
|
||||||
39
examples/file-drop/src/basicComponents/SubmittableInput.tsx
Normal file
39
examples/file-drop/src/basicComponents/SubmittableInput.tsx
Normal file
@@ -0,0 +1,39 @@
|
|||||||
|
import { Input } from "@/basicComponents/ui/input";
|
||||||
|
import { Button } from "@/basicComponents/ui/button";
|
||||||
|
|
||||||
|
export function SubmittableInput({
|
||||||
|
onSubmit,
|
||||||
|
label,
|
||||||
|
placeholder,
|
||||||
|
disabled,
|
||||||
|
}: {
|
||||||
|
onSubmit: (text: string) => void;
|
||||||
|
label: string;
|
||||||
|
placeholder: string;
|
||||||
|
disabled?: boolean;
|
||||||
|
}) {
|
||||||
|
return (
|
||||||
|
<form
|
||||||
|
className="flex flex-row items-center gap-3"
|
||||||
|
onSubmit={(e) => {
|
||||||
|
e.preventDefault();
|
||||||
|
const textEl = e.currentTarget.elements.namedItem(
|
||||||
|
"text"
|
||||||
|
) as HTMLInputElement;
|
||||||
|
onSubmit(textEl.value);
|
||||||
|
textEl.value = "";
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
<Input
|
||||||
|
className="-ml-3 -my-2 flex-grow flex-3 text-base"
|
||||||
|
name="text"
|
||||||
|
placeholder={placeholder}
|
||||||
|
autoComplete="off"
|
||||||
|
disabled={disabled}
|
||||||
|
/>
|
||||||
|
<Button asChild type="submit" className="flex-shrink flex-1 cursor-pointer">
|
||||||
|
<Input type="submit" value={label} disabled={disabled} />
|
||||||
|
</Button>
|
||||||
|
</form>
|
||||||
|
);
|
||||||
|
}
|
||||||
10
examples/file-drop/src/basicComponents/TitleAndLogo.tsx
Normal file
10
examples/file-drop/src/basicComponents/TitleAndLogo.tsx
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
import { Toaster } from ".";
|
||||||
|
|
||||||
|
export function TitleAndLogo({name}: {name: string}) {
|
||||||
|
return <>
|
||||||
|
<div className="flex items-center gap-2 justify-center mt-5">
|
||||||
|
<img src="jazz-logo.png" className="h-5" /> {name}
|
||||||
|
</div>
|
||||||
|
<Toaster />
|
||||||
|
</>
|
||||||
|
}
|
||||||
17
examples/file-drop/src/basicComponents/index.ts
Normal file
17
examples/file-drop/src/basicComponents/index.ts
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
export { Button } from "./ui/button";
|
||||||
|
export { Checkbox } from "./ui/checkbox";
|
||||||
|
export { Input } from "./ui/input";
|
||||||
|
export { Skeleton } from "./ui/skeleton";
|
||||||
|
export { Toaster } from "./ui/toaster";
|
||||||
|
export { useToast } from "./ui/use-toast";
|
||||||
|
export { SubmittableInput } from "./SubmittableInput";
|
||||||
|
export { TitleAndLogo } from "./TitleAndLogo";
|
||||||
|
export { ThemeProvider } from "./themeProvider";
|
||||||
|
export {
|
||||||
|
Table,
|
||||||
|
TableBody,
|
||||||
|
TableCell,
|
||||||
|
TableHead,
|
||||||
|
TableHeader,
|
||||||
|
TableRow,
|
||||||
|
} from "./ui/table";
|
||||||
6
examples/file-drop/src/basicComponents/lib/utils.ts
Normal file
6
examples/file-drop/src/basicComponents/lib/utils.ts
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
import { type ClassValue, clsx } from "clsx"
|
||||||
|
import { twMerge } from "tailwind-merge"
|
||||||
|
|
||||||
|
export function cn(...inputs: ClassValue[]) {
|
||||||
|
return twMerge(clsx(inputs))
|
||||||
|
}
|
||||||
72
examples/file-drop/src/basicComponents/themeProvider.tsx
Normal file
72
examples/file-drop/src/basicComponents/themeProvider.tsx
Normal file
@@ -0,0 +1,72 @@
|
|||||||
|
import { createContext, useContext, useEffect, useState } from "react";
|
||||||
|
|
||||||
|
type ThemeProviderProps = {
|
||||||
|
children: React.ReactNode;
|
||||||
|
defaultTheme?: string;
|
||||||
|
storageKey?: string;
|
||||||
|
};
|
||||||
|
|
||||||
|
type ThemeProviderState = {
|
||||||
|
theme: string;
|
||||||
|
setTheme: (theme: string) => void;
|
||||||
|
};
|
||||||
|
|
||||||
|
const initialState = {
|
||||||
|
theme: "system",
|
||||||
|
setTheme: () => null,
|
||||||
|
};
|
||||||
|
|
||||||
|
const ThemeProviderContext = createContext<ThemeProviderState>(initialState);
|
||||||
|
|
||||||
|
export function ThemeProvider({
|
||||||
|
children,
|
||||||
|
defaultTheme = "system",
|
||||||
|
storageKey = "vite-ui-theme",
|
||||||
|
...props
|
||||||
|
}: ThemeProviderProps) {
|
||||||
|
const [theme, setTheme] = useState(
|
||||||
|
() => localStorage.getItem(storageKey) || defaultTheme
|
||||||
|
);
|
||||||
|
|
||||||
|
useEffect(() => {
|
||||||
|
const root = window.document.documentElement;
|
||||||
|
|
||||||
|
root.classList.remove("light", "dark");
|
||||||
|
|
||||||
|
if (theme === "system") {
|
||||||
|
const systemTheme = window.matchMedia(
|
||||||
|
"(prefers-color-scheme: dark)"
|
||||||
|
).matches
|
||||||
|
? "dark"
|
||||||
|
: "light";
|
||||||
|
|
||||||
|
root.classList.add(systemTheme);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
root.classList.add(theme);
|
||||||
|
}, [theme]);
|
||||||
|
|
||||||
|
const value = {
|
||||||
|
theme,
|
||||||
|
setTheme: (theme: string) => {
|
||||||
|
localStorage.setItem(storageKey, theme);
|
||||||
|
setTheme(theme);
|
||||||
|
},
|
||||||
|
};
|
||||||
|
|
||||||
|
return (
|
||||||
|
<ThemeProviderContext.Provider {...props} value={value}>
|
||||||
|
{children}
|
||||||
|
</ThemeProviderContext.Provider>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
export const useTheme = () => {
|
||||||
|
const context = useContext(ThemeProviderContext);
|
||||||
|
|
||||||
|
if (context === undefined)
|
||||||
|
throw new Error("useTheme must be used within a ThemeProvider");
|
||||||
|
|
||||||
|
return context;
|
||||||
|
};
|
||||||
56
examples/file-drop/src/basicComponents/ui/button.tsx
Normal file
56
examples/file-drop/src/basicComponents/ui/button.tsx
Normal file
@@ -0,0 +1,56 @@
|
|||||||
|
import * as React from "react"
|
||||||
|
import { Slot } from "@radix-ui/react-slot"
|
||||||
|
import { cva, type VariantProps } from "class-variance-authority"
|
||||||
|
|
||||||
|
import { cn } from "@/basicComponents/lib/utils"
|
||||||
|
|
||||||
|
const buttonVariants = cva(
|
||||||
|
"inline-flex items-center justify-center rounded-md text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50",
|
||||||
|
{
|
||||||
|
variants: {
|
||||||
|
variant: {
|
||||||
|
default: "bg-primary text-primary-foreground hover:bg-primary/90",
|
||||||
|
destructive:
|
||||||
|
"bg-destructive text-destructive-foreground hover:bg-destructive/90",
|
||||||
|
outline:
|
||||||
|
"border border-input bg-background hover:bg-accent hover:text-accent-foreground",
|
||||||
|
secondary:
|
||||||
|
"bg-secondary text-secondary-foreground hover:bg-secondary/80",
|
||||||
|
ghost: "hover:bg-accent hover:text-accent-foreground",
|
||||||
|
link: "text-primary underline-offset-4 hover:underline",
|
||||||
|
},
|
||||||
|
size: {
|
||||||
|
default: "h-10 px-4 py-2",
|
||||||
|
sm: "h-9 rounded-md px-3",
|
||||||
|
lg: "h-11 rounded-md px-8",
|
||||||
|
icon: "h-10 w-10",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
defaultVariants: {
|
||||||
|
variant: "default",
|
||||||
|
size: "default",
|
||||||
|
},
|
||||||
|
}
|
||||||
|
)
|
||||||
|
|
||||||
|
export interface ButtonProps
|
||||||
|
extends React.ButtonHTMLAttributes<HTMLButtonElement>,
|
||||||
|
VariantProps<typeof buttonVariants> {
|
||||||
|
asChild?: boolean
|
||||||
|
}
|
||||||
|
|
||||||
|
const Button = React.forwardRef<HTMLButtonElement, ButtonProps>(
|
||||||
|
({ className, variant, size, asChild = false, ...props }, ref) => {
|
||||||
|
const Comp = asChild ? Slot : "button"
|
||||||
|
return (
|
||||||
|
<Comp
|
||||||
|
className={cn(buttonVariants({ variant, size, className }))}
|
||||||
|
ref={ref}
|
||||||
|
{...props}
|
||||||
|
/>
|
||||||
|
)
|
||||||
|
}
|
||||||
|
)
|
||||||
|
Button.displayName = "Button"
|
||||||
|
|
||||||
|
export { Button, buttonVariants }
|
||||||
28
examples/file-drop/src/basicComponents/ui/checkbox.tsx
Normal file
28
examples/file-drop/src/basicComponents/ui/checkbox.tsx
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
import * as React from "react"
|
||||||
|
import * as CheckboxPrimitive from "@radix-ui/react-checkbox"
|
||||||
|
import { Check } from "lucide-react"
|
||||||
|
|
||||||
|
import { cn } from "@/basicComponents/lib/utils"
|
||||||
|
|
||||||
|
const Checkbox = React.forwardRef<
|
||||||
|
React.ElementRef<typeof CheckboxPrimitive.Root>,
|
||||||
|
React.ComponentPropsWithoutRef<typeof CheckboxPrimitive.Root>
|
||||||
|
>(({ className, ...props }, ref) => (
|
||||||
|
<CheckboxPrimitive.Root
|
||||||
|
ref={ref}
|
||||||
|
className={cn(
|
||||||
|
"peer h-4 w-4 shrink-0 rounded-sm border border-primary ring-offset-background focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50 data-[state=checked]:bg-primary data-[state=checked]:text-primary-foreground",
|
||||||
|
className
|
||||||
|
)}
|
||||||
|
{...props}
|
||||||
|
>
|
||||||
|
<CheckboxPrimitive.Indicator
|
||||||
|
className={cn("flex items-center justify-center text-current")}
|
||||||
|
>
|
||||||
|
<Check className="h-4 w-4" />
|
||||||
|
</CheckboxPrimitive.Indicator>
|
||||||
|
</CheckboxPrimitive.Root>
|
||||||
|
))
|
||||||
|
Checkbox.displayName = CheckboxPrimitive.Root.displayName
|
||||||
|
|
||||||
|
export { Checkbox }
|
||||||
25
examples/file-drop/src/basicComponents/ui/input.tsx
Normal file
25
examples/file-drop/src/basicComponents/ui/input.tsx
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
import * as React from "react"
|
||||||
|
|
||||||
|
import { cn } from "@/basicComponents/lib/utils"
|
||||||
|
|
||||||
|
export interface InputProps
|
||||||
|
extends React.InputHTMLAttributes<HTMLInputElement> {}
|
||||||
|
|
||||||
|
const Input = React.forwardRef<HTMLInputElement, InputProps>(
|
||||||
|
({ className, type, ...props }, ref) => {
|
||||||
|
return (
|
||||||
|
<input
|
||||||
|
type={type}
|
||||||
|
className={cn(
|
||||||
|
"flex h-10 w-full rounded-md border border-input bg-background px-3 py-2 text-sm ring-offset-background file:border-0 file:bg-transparent file:text-sm file:font-medium placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50",
|
||||||
|
className
|
||||||
|
)}
|
||||||
|
ref={ref}
|
||||||
|
{...props}
|
||||||
|
/>
|
||||||
|
)
|
||||||
|
}
|
||||||
|
)
|
||||||
|
Input.displayName = "Input"
|
||||||
|
|
||||||
|
export { Input }
|
||||||
15
examples/file-drop/src/basicComponents/ui/skeleton.tsx
Normal file
15
examples/file-drop/src/basicComponents/ui/skeleton.tsx
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
import { cn } from "@/basicComponents/lib/utils"
|
||||||
|
|
||||||
|
function Skeleton({
|
||||||
|
className,
|
||||||
|
...props
|
||||||
|
}: React.HTMLAttributes<HTMLDivElement>) {
|
||||||
|
return (
|
||||||
|
<div
|
||||||
|
className={cn("animate-pulse rounded-md bg-muted", className)}
|
||||||
|
{...props}
|
||||||
|
/>
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
|
export { Skeleton }
|
||||||
114
examples/file-drop/src/basicComponents/ui/table.tsx
Normal file
114
examples/file-drop/src/basicComponents/ui/table.tsx
Normal file
@@ -0,0 +1,114 @@
|
|||||||
|
import * as React from "react"
|
||||||
|
|
||||||
|
import { cn } from "@/basicComponents/lib/utils"
|
||||||
|
|
||||||
|
const Table = React.forwardRef<
|
||||||
|
HTMLTableElement,
|
||||||
|
React.HTMLAttributes<HTMLTableElement>
|
||||||
|
>(({ className, ...props }, ref) => (
|
||||||
|
<div className="w-full overflow-auto">
|
||||||
|
<table
|
||||||
|
ref={ref}
|
||||||
|
className={cn("w-full caption-bottom text-sm", className)}
|
||||||
|
{...props}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
))
|
||||||
|
Table.displayName = "Table"
|
||||||
|
|
||||||
|
const TableHeader = React.forwardRef<
|
||||||
|
HTMLTableSectionElement,
|
||||||
|
React.HTMLAttributes<HTMLTableSectionElement>
|
||||||
|
>(({ className, ...props }, ref) => (
|
||||||
|
<thead ref={ref} className={cn("[&_tr]:border-b", className)} {...props} />
|
||||||
|
))
|
||||||
|
TableHeader.displayName = "TableHeader"
|
||||||
|
|
||||||
|
const TableBody = React.forwardRef<
|
||||||
|
HTMLTableSectionElement,
|
||||||
|
React.HTMLAttributes<HTMLTableSectionElement>
|
||||||
|
>(({ className, ...props }, ref) => (
|
||||||
|
<tbody
|
||||||
|
ref={ref}
|
||||||
|
className={cn("[&_tr:last-child]:border-0", className)}
|
||||||
|
{...props}
|
||||||
|
/>
|
||||||
|
))
|
||||||
|
TableBody.displayName = "TableBody"
|
||||||
|
|
||||||
|
const TableFooter = React.forwardRef<
|
||||||
|
HTMLTableSectionElement,
|
||||||
|
React.HTMLAttributes<HTMLTableSectionElement>
|
||||||
|
>(({ className, ...props }, ref) => (
|
||||||
|
<tfoot
|
||||||
|
ref={ref}
|
||||||
|
className={cn("bg-primary font-medium text-primary-foreground", className)}
|
||||||
|
{...props}
|
||||||
|
/>
|
||||||
|
))
|
||||||
|
TableFooter.displayName = "TableFooter"
|
||||||
|
|
||||||
|
const TableRow = React.forwardRef<
|
||||||
|
HTMLTableRowElement,
|
||||||
|
React.HTMLAttributes<HTMLTableRowElement>
|
||||||
|
>(({ className, ...props }, ref) => (
|
||||||
|
<tr
|
||||||
|
ref={ref}
|
||||||
|
className={cn(
|
||||||
|
"border-b transition-colors hover:bg-muted/50 data-[state=selected]:bg-muted",
|
||||||
|
className
|
||||||
|
)}
|
||||||
|
{...props}
|
||||||
|
/>
|
||||||
|
))
|
||||||
|
TableRow.displayName = "TableRow"
|
||||||
|
|
||||||
|
const TableHead = React.forwardRef<
|
||||||
|
HTMLTableCellElement,
|
||||||
|
React.ThHTMLAttributes<HTMLTableCellElement>
|
||||||
|
>(({ className, ...props }, ref) => (
|
||||||
|
<th
|
||||||
|
ref={ref}
|
||||||
|
className={cn(
|
||||||
|
"h-12 px-4 text-left align-middle font-medium text-muted-foreground [&:has([role=checkbox])]:pr-0",
|
||||||
|
className
|
||||||
|
)}
|
||||||
|
{...props}
|
||||||
|
/>
|
||||||
|
))
|
||||||
|
TableHead.displayName = "TableHead"
|
||||||
|
|
||||||
|
const TableCell = React.forwardRef<
|
||||||
|
HTMLTableCellElement,
|
||||||
|
React.TdHTMLAttributes<HTMLTableCellElement>
|
||||||
|
>(({ className, ...props }, ref) => (
|
||||||
|
<td
|
||||||
|
ref={ref}
|
||||||
|
className={cn("p-4 align-middle [&:has([role=checkbox])]:pr-0", className)}
|
||||||
|
{...props}
|
||||||
|
/>
|
||||||
|
))
|
||||||
|
TableCell.displayName = "TableCell"
|
||||||
|
|
||||||
|
const TableCaption = React.forwardRef<
|
||||||
|
HTMLTableCaptionElement,
|
||||||
|
React.HTMLAttributes<HTMLTableCaptionElement>
|
||||||
|
>(({ className, ...props }, ref) => (
|
||||||
|
<caption
|
||||||
|
ref={ref}
|
||||||
|
className={cn("mt-4 text-sm text-muted-foreground", className)}
|
||||||
|
{...props}
|
||||||
|
/>
|
||||||
|
))
|
||||||
|
TableCaption.displayName = "TableCaption"
|
||||||
|
|
||||||
|
export {
|
||||||
|
Table,
|
||||||
|
TableHeader,
|
||||||
|
TableBody,
|
||||||
|
TableFooter,
|
||||||
|
TableHead,
|
||||||
|
TableRow,
|
||||||
|
TableCell,
|
||||||
|
TableCaption,
|
||||||
|
}
|
||||||
127
examples/file-drop/src/basicComponents/ui/toast.tsx
Normal file
127
examples/file-drop/src/basicComponents/ui/toast.tsx
Normal file
@@ -0,0 +1,127 @@
|
|||||||
|
import * as React from "react"
|
||||||
|
import * as ToastPrimitives from "@radix-ui/react-toast"
|
||||||
|
import { cva, type VariantProps } from "class-variance-authority"
|
||||||
|
import { X } from "lucide-react"
|
||||||
|
|
||||||
|
import { cn } from "@/basicComponents/lib/utils"
|
||||||
|
|
||||||
|
const ToastProvider = ToastPrimitives.Provider
|
||||||
|
|
||||||
|
const ToastViewport = React.forwardRef<
|
||||||
|
React.ElementRef<typeof ToastPrimitives.Viewport>,
|
||||||
|
React.ComponentPropsWithoutRef<typeof ToastPrimitives.Viewport>
|
||||||
|
>(({ className, ...props }, ref) => (
|
||||||
|
<ToastPrimitives.Viewport
|
||||||
|
ref={ref}
|
||||||
|
className={cn(
|
||||||
|
"fixed top-0 z-[100] flex max-h-screen w-full flex-col-reverse p-4 sm:bottom-0 sm:right-0 sm:top-auto sm:flex-col md:max-w-[420px]",
|
||||||
|
className
|
||||||
|
)}
|
||||||
|
{...props}
|
||||||
|
/>
|
||||||
|
))
|
||||||
|
ToastViewport.displayName = ToastPrimitives.Viewport.displayName
|
||||||
|
|
||||||
|
const toastVariants = cva(
|
||||||
|
"group pointer-events-auto relative flex w-full items-center justify-between space-x-4 overflow-hidden rounded-md border p-6 pr-8 shadow-lg transition-all data-[swipe=cancel]:translate-x-0 data-[swipe=end]:translate-x-[var(--radix-toast-swipe-end-x)] data-[swipe=move]:translate-x-[var(--radix-toast-swipe-move-x)] data-[swipe=move]:transition-none data-[state=open]:animate-in data-[state=closed]:animate-out data-[swipe=end]:animate-out data-[state=closed]:fade-out-80 data-[state=closed]:slide-out-to-right-full data-[state=open]:slide-in-from-top-full data-[state=open]:sm:slide-in-from-bottom-full",
|
||||||
|
{
|
||||||
|
variants: {
|
||||||
|
variant: {
|
||||||
|
default: "border bg-background text-foreground",
|
||||||
|
destructive:
|
||||||
|
"destructive group border-destructive bg-destructive text-destructive-foreground",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
defaultVariants: {
|
||||||
|
variant: "default",
|
||||||
|
},
|
||||||
|
}
|
||||||
|
)
|
||||||
|
|
||||||
|
const Toast = React.forwardRef<
|
||||||
|
React.ElementRef<typeof ToastPrimitives.Root>,
|
||||||
|
React.ComponentPropsWithoutRef<typeof ToastPrimitives.Root> &
|
||||||
|
VariantProps<typeof toastVariants>
|
||||||
|
>(({ className, variant, ...props }, ref) => {
|
||||||
|
return (
|
||||||
|
<ToastPrimitives.Root
|
||||||
|
ref={ref}
|
||||||
|
className={cn(toastVariants({ variant }), className)}
|
||||||
|
{...props}
|
||||||
|
/>
|
||||||
|
)
|
||||||
|
})
|
||||||
|
Toast.displayName = ToastPrimitives.Root.displayName
|
||||||
|
|
||||||
|
const ToastAction = React.forwardRef<
|
||||||
|
React.ElementRef<typeof ToastPrimitives.Action>,
|
||||||
|
React.ComponentPropsWithoutRef<typeof ToastPrimitives.Action>
|
||||||
|
>(({ className, ...props }, ref) => (
|
||||||
|
<ToastPrimitives.Action
|
||||||
|
ref={ref}
|
||||||
|
className={cn(
|
||||||
|
"inline-flex h-8 shrink-0 items-center justify-center rounded-md border bg-transparent px-3 text-sm font-medium ring-offset-background transition-colors hover:bg-secondary focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 group-[.destructive]:border-muted/40 group-[.destructive]:hover:border-destructive/30 group-[.destructive]:hover:bg-destructive group-[.destructive]:hover:text-destructive-foreground group-[.destructive]:focus:ring-destructive",
|
||||||
|
className
|
||||||
|
)}
|
||||||
|
{...props}
|
||||||
|
/>
|
||||||
|
))
|
||||||
|
ToastAction.displayName = ToastPrimitives.Action.displayName
|
||||||
|
|
||||||
|
const ToastClose = React.forwardRef<
|
||||||
|
React.ElementRef<typeof ToastPrimitives.Close>,
|
||||||
|
React.ComponentPropsWithoutRef<typeof ToastPrimitives.Close>
|
||||||
|
>(({ className, ...props }, ref) => (
|
||||||
|
<ToastPrimitives.Close
|
||||||
|
ref={ref}
|
||||||
|
className={cn(
|
||||||
|
"absolute right-2 top-2 rounded-md p-1 text-foreground/50 opacity-0 transition-opacity hover:text-foreground focus:opacity-100 focus:outline-none focus:ring-2 group-hover:opacity-100 group-[.destructive]:text-red-300 group-[.destructive]:hover:text-red-50 group-[.destructive]:focus:ring-red-400 group-[.destructive]:focus:ring-offset-red-600",
|
||||||
|
className
|
||||||
|
)}
|
||||||
|
toast-close=""
|
||||||
|
{...props}
|
||||||
|
>
|
||||||
|
<X className="h-4 w-4" />
|
||||||
|
</ToastPrimitives.Close>
|
||||||
|
))
|
||||||
|
ToastClose.displayName = ToastPrimitives.Close.displayName
|
||||||
|
|
||||||
|
const ToastTitle = React.forwardRef<
|
||||||
|
React.ElementRef<typeof ToastPrimitives.Title>,
|
||||||
|
React.ComponentPropsWithoutRef<typeof ToastPrimitives.Title>
|
||||||
|
>(({ className, ...props }, ref) => (
|
||||||
|
<ToastPrimitives.Title
|
||||||
|
ref={ref}
|
||||||
|
className={cn("text-sm font-semibold", className)}
|
||||||
|
{...props}
|
||||||
|
/>
|
||||||
|
))
|
||||||
|
ToastTitle.displayName = ToastPrimitives.Title.displayName
|
||||||
|
|
||||||
|
const ToastDescription = React.forwardRef<
|
||||||
|
React.ElementRef<typeof ToastPrimitives.Description>,
|
||||||
|
React.ComponentPropsWithoutRef<typeof ToastPrimitives.Description>
|
||||||
|
>(({ className, ...props }, ref) => (
|
||||||
|
<ToastPrimitives.Description
|
||||||
|
ref={ref}
|
||||||
|
className={cn("text-sm opacity-90", className)}
|
||||||
|
{...props}
|
||||||
|
/>
|
||||||
|
))
|
||||||
|
ToastDescription.displayName = ToastPrimitives.Description.displayName
|
||||||
|
|
||||||
|
type ToastProps = React.ComponentPropsWithoutRef<typeof Toast>
|
||||||
|
|
||||||
|
type ToastActionElement = React.ReactElement<typeof ToastAction>
|
||||||
|
|
||||||
|
export {
|
||||||
|
type ToastProps,
|
||||||
|
type ToastActionElement,
|
||||||
|
ToastProvider,
|
||||||
|
ToastViewport,
|
||||||
|
Toast,
|
||||||
|
ToastTitle,
|
||||||
|
ToastDescription,
|
||||||
|
ToastClose,
|
||||||
|
ToastAction,
|
||||||
|
}
|
||||||
33
examples/file-drop/src/basicComponents/ui/toaster.tsx
Normal file
33
examples/file-drop/src/basicComponents/ui/toaster.tsx
Normal file
@@ -0,0 +1,33 @@
|
|||||||
|
import {
|
||||||
|
Toast,
|
||||||
|
ToastClose,
|
||||||
|
ToastDescription,
|
||||||
|
ToastProvider,
|
||||||
|
ToastTitle,
|
||||||
|
ToastViewport,
|
||||||
|
} from "@/basicComponents/ui/toast"
|
||||||
|
import { useToast } from "@/basicComponents/ui/use-toast"
|
||||||
|
|
||||||
|
export function Toaster() {
|
||||||
|
const { toasts } = useToast()
|
||||||
|
|
||||||
|
return (
|
||||||
|
<ToastProvider>
|
||||||
|
{toasts.map(function ({ id, title, description, action, ...props }) {
|
||||||
|
return (
|
||||||
|
<Toast key={id} {...props}>
|
||||||
|
<div className="grid gap-1">
|
||||||
|
{title && <ToastTitle>{title}</ToastTitle>}
|
||||||
|
{description && (
|
||||||
|
<ToastDescription>{description}</ToastDescription>
|
||||||
|
)}
|
||||||
|
</div>
|
||||||
|
{action}
|
||||||
|
<ToastClose />
|
||||||
|
</Toast>
|
||||||
|
)
|
||||||
|
})}
|
||||||
|
<ToastViewport />
|
||||||
|
</ToastProvider>
|
||||||
|
)
|
||||||
|
}
|
||||||
192
examples/file-drop/src/basicComponents/ui/use-toast.ts
Normal file
192
examples/file-drop/src/basicComponents/ui/use-toast.ts
Normal file
@@ -0,0 +1,192 @@
|
|||||||
|
// Inspired by react-hot-toast library
|
||||||
|
import * as React from "react"
|
||||||
|
|
||||||
|
import type {
|
||||||
|
ToastActionElement,
|
||||||
|
ToastProps,
|
||||||
|
} from "@/basicComponents/ui/toast"
|
||||||
|
|
||||||
|
const TOAST_LIMIT = 1
|
||||||
|
const TOAST_REMOVE_DELAY = 1000000
|
||||||
|
|
||||||
|
type ToasterToast = ToastProps & {
|
||||||
|
id: string
|
||||||
|
title?: React.ReactNode
|
||||||
|
description?: React.ReactNode
|
||||||
|
action?: ToastActionElement
|
||||||
|
}
|
||||||
|
|
||||||
|
const actionTypes = {
|
||||||
|
ADD_TOAST: "ADD_TOAST",
|
||||||
|
UPDATE_TOAST: "UPDATE_TOAST",
|
||||||
|
DISMISS_TOAST: "DISMISS_TOAST",
|
||||||
|
REMOVE_TOAST: "REMOVE_TOAST",
|
||||||
|
} as const
|
||||||
|
|
||||||
|
let count = 0
|
||||||
|
|
||||||
|
function genId() {
|
||||||
|
count = (count + 1) % Number.MAX_VALUE
|
||||||
|
return count.toString()
|
||||||
|
}
|
||||||
|
|
||||||
|
type ActionType = typeof actionTypes
|
||||||
|
|
||||||
|
type Action =
|
||||||
|
| {
|
||||||
|
type: ActionType["ADD_TOAST"]
|
||||||
|
toast: ToasterToast
|
||||||
|
}
|
||||||
|
| {
|
||||||
|
type: ActionType["UPDATE_TOAST"]
|
||||||
|
toast: Partial<ToasterToast>
|
||||||
|
}
|
||||||
|
| {
|
||||||
|
type: ActionType["DISMISS_TOAST"]
|
||||||
|
toastId?: ToasterToast["id"]
|
||||||
|
}
|
||||||
|
| {
|
||||||
|
type: ActionType["REMOVE_TOAST"]
|
||||||
|
toastId?: ToasterToast["id"]
|
||||||
|
}
|
||||||
|
|
||||||
|
interface State {
|
||||||
|
toasts: ToasterToast[]
|
||||||
|
}
|
||||||
|
|
||||||
|
const toastTimeouts = new Map<string, ReturnType<typeof setTimeout>>()
|
||||||
|
|
||||||
|
const addToRemoveQueue = (toastId: string) => {
|
||||||
|
if (toastTimeouts.has(toastId)) {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
|
const timeout = setTimeout(() => {
|
||||||
|
toastTimeouts.delete(toastId)
|
||||||
|
dispatch({
|
||||||
|
type: "REMOVE_TOAST",
|
||||||
|
toastId: toastId,
|
||||||
|
})
|
||||||
|
}, TOAST_REMOVE_DELAY)
|
||||||
|
|
||||||
|
toastTimeouts.set(toastId, timeout)
|
||||||
|
}
|
||||||
|
|
||||||
|
export const reducer = (state: State, action: Action): State => {
|
||||||
|
switch (action.type) {
|
||||||
|
case "ADD_TOAST":
|
||||||
|
return {
|
||||||
|
...state,
|
||||||
|
toasts: [action.toast, ...state.toasts].slice(0, TOAST_LIMIT),
|
||||||
|
}
|
||||||
|
|
||||||
|
case "UPDATE_TOAST":
|
||||||
|
return {
|
||||||
|
...state,
|
||||||
|
toasts: state.toasts.map((t) =>
|
||||||
|
t.id === action.toast.id ? { ...t, ...action.toast } : t
|
||||||
|
),
|
||||||
|
}
|
||||||
|
|
||||||
|
case "DISMISS_TOAST": {
|
||||||
|
const { toastId } = action
|
||||||
|
|
||||||
|
// ! Side effects ! - This could be extracted into a dismissToast() action,
|
||||||
|
// but I'll keep it here for simplicity
|
||||||
|
if (toastId) {
|
||||||
|
addToRemoveQueue(toastId)
|
||||||
|
} else {
|
||||||
|
state.toasts.forEach((toast) => {
|
||||||
|
addToRemoveQueue(toast.id)
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
return {
|
||||||
|
...state,
|
||||||
|
toasts: state.toasts.map((t) =>
|
||||||
|
t.id === toastId || toastId === undefined
|
||||||
|
? {
|
||||||
|
...t,
|
||||||
|
open: false,
|
||||||
|
}
|
||||||
|
: t
|
||||||
|
),
|
||||||
|
}
|
||||||
|
}
|
||||||
|
case "REMOVE_TOAST":
|
||||||
|
if (action.toastId === undefined) {
|
||||||
|
return {
|
||||||
|
...state,
|
||||||
|
toasts: [],
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return {
|
||||||
|
...state,
|
||||||
|
toasts: state.toasts.filter((t) => t.id !== action.toastId),
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
const listeners: Array<(state: State) => void> = []
|
||||||
|
|
||||||
|
let memoryState: State = { toasts: [] }
|
||||||
|
|
||||||
|
function dispatch(action: Action) {
|
||||||
|
memoryState = reducer(memoryState, action)
|
||||||
|
listeners.forEach((listener) => {
|
||||||
|
listener(memoryState)
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
type Toast = Omit<ToasterToast, "id">
|
||||||
|
|
||||||
|
function toast({ ...props }: Toast) {
|
||||||
|
const id = genId()
|
||||||
|
|
||||||
|
const update = (props: ToasterToast) =>
|
||||||
|
dispatch({
|
||||||
|
type: "UPDATE_TOAST",
|
||||||
|
toast: { ...props, id },
|
||||||
|
})
|
||||||
|
const dismiss = () => dispatch({ type: "DISMISS_TOAST", toastId: id })
|
||||||
|
|
||||||
|
dispatch({
|
||||||
|
type: "ADD_TOAST",
|
||||||
|
toast: {
|
||||||
|
...props,
|
||||||
|
id,
|
||||||
|
open: true,
|
||||||
|
onOpenChange: (open) => {
|
||||||
|
if (!open) dismiss()
|
||||||
|
},
|
||||||
|
},
|
||||||
|
})
|
||||||
|
|
||||||
|
return {
|
||||||
|
id: id,
|
||||||
|
dismiss,
|
||||||
|
update,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
function useToast() {
|
||||||
|
const [state, setState] = React.useState<State>(memoryState)
|
||||||
|
|
||||||
|
React.useEffect(() => {
|
||||||
|
listeners.push(setState)
|
||||||
|
return () => {
|
||||||
|
const index = listeners.indexOf(setState)
|
||||||
|
if (index > -1) {
|
||||||
|
listeners.splice(index, 1)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}, [state])
|
||||||
|
|
||||||
|
return {
|
||||||
|
...state,
|
||||||
|
toast,
|
||||||
|
dismiss: (toastId?: string) => dispatch({ type: "DISMISS_TOAST", toastId }),
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
export { useToast, toast }
|
||||||
48
examples/file-drop/src/components/Auth.tsx
Normal file
48
examples/file-drop/src/components/Auth.tsx
Normal file
@@ -0,0 +1,48 @@
|
|||||||
|
import { useState } from "react";
|
||||||
|
|
||||||
|
import { LocalAuthComponent } from "jazz-react-auth-local";
|
||||||
|
|
||||||
|
import { Input, Button } from "../basicComponents";
|
||||||
|
|
||||||
|
export const PrettyAuthUI: LocalAuthComponent = ({
|
||||||
|
loading,
|
||||||
|
logIn,
|
||||||
|
signUp,
|
||||||
|
}) => {
|
||||||
|
const [username, setUsername] = useState<string>("");
|
||||||
|
|
||||||
|
return (
|
||||||
|
<div className="w-full h-full flex items-center justify-center p-5">
|
||||||
|
{loading ? (
|
||||||
|
<div>Loading...</div>
|
||||||
|
) : (
|
||||||
|
<div className="w-72 flex flex-col gap-4">
|
||||||
|
<form
|
||||||
|
className="w-72 flex flex-col gap-2"
|
||||||
|
onSubmit={(e) => {
|
||||||
|
e.preventDefault();
|
||||||
|
signUp(username);
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
<Input
|
||||||
|
placeholder="Display name"
|
||||||
|
value={username}
|
||||||
|
onChange={(e) => setUsername(e.target.value)}
|
||||||
|
autoComplete="webauthn"
|
||||||
|
className="text-base"
|
||||||
|
/>
|
||||||
|
<Button asChild>
|
||||||
|
<Input
|
||||||
|
type="submit"
|
||||||
|
value="Sign Up as new account"
|
||||||
|
/>
|
||||||
|
</Button>
|
||||||
|
</form>
|
||||||
|
<Button onClick={logIn}>
|
||||||
|
Log In with existing account
|
||||||
|
</Button>
|
||||||
|
</div>
|
||||||
|
)}
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
};
|
||||||
45
examples/file-drop/src/components/InviteButton.tsx
Normal file
45
examples/file-drop/src/components/InviteButton.tsx
Normal file
@@ -0,0 +1,45 @@
|
|||||||
|
import { useState } from "react";
|
||||||
|
|
||||||
|
import QRCode from "qrcode";
|
||||||
|
|
||||||
|
import { useToast, Button } from "../basicComponents";
|
||||||
|
import { CoValue } from "cojson";
|
||||||
|
import { Resolved, createInviteLink } from "jazz-react";
|
||||||
|
|
||||||
|
export function InviteButton<T extends CoValue>({ value }: { value?: Resolved<T> }) {
|
||||||
|
const [existingInviteLink, setExistingInviteLink] = useState<string>();
|
||||||
|
const { toast } = useToast();
|
||||||
|
|
||||||
|
return (
|
||||||
|
value?.meta.group?.myRole() === "admin" && (
|
||||||
|
<Button
|
||||||
|
size="sm"
|
||||||
|
className="py-0"
|
||||||
|
disabled={!value.meta.group || !value.id}
|
||||||
|
variant="outline"
|
||||||
|
onClick={async () => {
|
||||||
|
let inviteLink = existingInviteLink;
|
||||||
|
if (value.meta.group && value.id && !inviteLink) {
|
||||||
|
inviteLink = createInviteLink(value, "writer");
|
||||||
|
setExistingInviteLink(inviteLink);
|
||||||
|
}
|
||||||
|
if (inviteLink) {
|
||||||
|
const qr = await QRCode.toDataURL(inviteLink, {
|
||||||
|
errorCorrectionLevel: "L",
|
||||||
|
});
|
||||||
|
navigator.clipboard.writeText(inviteLink).then(() =>
|
||||||
|
toast({
|
||||||
|
title: "Copied invite link to clipboard!",
|
||||||
|
description: (
|
||||||
|
<img src={qr} className="w-20 h-20" />
|
||||||
|
),
|
||||||
|
})
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
Invite
|
||||||
|
</Button>
|
||||||
|
)
|
||||||
|
);
|
||||||
|
}
|
||||||
76
examples/file-drop/src/index.css
Normal file
76
examples/file-drop/src/index.css
Normal file
@@ -0,0 +1,76 @@
|
|||||||
|
@tailwind base;
|
||||||
|
@tailwind components;
|
||||||
|
@tailwind utilities;
|
||||||
|
|
||||||
|
@layer base {
|
||||||
|
:root {
|
||||||
|
--background: 0 0% 100%;
|
||||||
|
--foreground: 20 14.3% 4.1%;
|
||||||
|
|
||||||
|
--card: 0 0% 100%;
|
||||||
|
--card-foreground: 20 14.3% 4.1%;
|
||||||
|
|
||||||
|
--popover: 0 0% 100%;
|
||||||
|
--popover-foreground: 20 14.3% 4.1%;
|
||||||
|
|
||||||
|
--primary: 24 9.8% 10%;
|
||||||
|
--primary-foreground: 60 9.1% 97.8%;
|
||||||
|
|
||||||
|
--secondary: 60 4.8% 95.9%;
|
||||||
|
--secondary-foreground: 24 9.8% 10%;
|
||||||
|
|
||||||
|
--muted: 60 4.8% 95.9%;
|
||||||
|
--muted-foreground: 25 5.3% 44.7%;
|
||||||
|
|
||||||
|
--accent: 60 4.8% 95.9%;
|
||||||
|
--accent-foreground: 24 9.8% 10%;
|
||||||
|
|
||||||
|
--destructive: 0 84.2% 60.2%;
|
||||||
|
--destructive-foreground: 60 9.1% 97.8%;
|
||||||
|
|
||||||
|
--border: 20 5.9% 90%;
|
||||||
|
--input: 20 5.9% 90%;
|
||||||
|
--ring: 20 14.3% 4.1%;
|
||||||
|
|
||||||
|
--radius: 0.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.dark {
|
||||||
|
--background: 20 14.3% 4.1%;
|
||||||
|
--foreground: 60 9.1% 97.8%;
|
||||||
|
|
||||||
|
--card: 20 14.3% 4.1%;
|
||||||
|
--card-foreground: 60 9.1% 97.8%;
|
||||||
|
|
||||||
|
--popover: 20 14.3% 4.1%;
|
||||||
|
--popover-foreground: 60 9.1% 97.8%;
|
||||||
|
|
||||||
|
--primary: 60 9.1% 97.8%;
|
||||||
|
--primary-foreground: 24 9.8% 10%;
|
||||||
|
|
||||||
|
--secondary: 12 6.5% 15.1%;
|
||||||
|
--secondary-foreground: 60 9.1% 97.8%;
|
||||||
|
|
||||||
|
--muted: 12 6.5% 15.1%;
|
||||||
|
--muted-foreground: 24 5.4% 63.9%;
|
||||||
|
|
||||||
|
--accent: 12 6.5% 15.1%;
|
||||||
|
--accent-foreground: 60 9.1% 97.8%;
|
||||||
|
|
||||||
|
--destructive: 0 62.8% 30.6%;
|
||||||
|
--destructive-foreground: 60 9.1% 97.8%;
|
||||||
|
|
||||||
|
--border: 12 6.5% 15.1%;
|
||||||
|
--input: 12 6.5% 15.1%;
|
||||||
|
--ring: 24 5.7% 82.9%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@layer base {
|
||||||
|
* {
|
||||||
|
@apply border-border;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
@apply bg-background text-foreground;
|
||||||
|
}
|
||||||
|
}
|
||||||
1
examples/file-drop/src/vite-env.d.ts
vendored
Normal file
1
examples/file-drop/src/vite-env.d.ts
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
/// <reference types="vite/client" />
|
||||||
76
examples/file-drop/tailwind.config.js
Normal file
76
examples/file-drop/tailwind.config.js
Normal file
@@ -0,0 +1,76 @@
|
|||||||
|
/** @type {import('tailwindcss').Config} */
|
||||||
|
module.exports = {
|
||||||
|
darkMode: ["class"],
|
||||||
|
content: [
|
||||||
|
'./pages/**/*.{ts,tsx}',
|
||||||
|
'./components/**/*.{ts,tsx}',
|
||||||
|
'./app/**/*.{ts,tsx}',
|
||||||
|
'./src/**/*.{ts,tsx}',
|
||||||
|
],
|
||||||
|
theme: {
|
||||||
|
container: {
|
||||||
|
center: true,
|
||||||
|
padding: "2rem",
|
||||||
|
screens: {
|
||||||
|
"2xl": "1400px",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
extend: {
|
||||||
|
colors: {
|
||||||
|
border: "hsl(var(--border))",
|
||||||
|
input: "hsl(var(--input))",
|
||||||
|
ring: "hsl(var(--ring))",
|
||||||
|
background: "hsl(var(--background))",
|
||||||
|
foreground: "hsl(var(--foreground))",
|
||||||
|
primary: {
|
||||||
|
DEFAULT: "hsl(var(--primary))",
|
||||||
|
foreground: "hsl(var(--primary-foreground))",
|
||||||
|
},
|
||||||
|
secondary: {
|
||||||
|
DEFAULT: "hsl(var(--secondary))",
|
||||||
|
foreground: "hsl(var(--secondary-foreground))",
|
||||||
|
},
|
||||||
|
destructive: {
|
||||||
|
DEFAULT: "hsl(var(--destructive))",
|
||||||
|
foreground: "hsl(var(--destructive-foreground))",
|
||||||
|
},
|
||||||
|
muted: {
|
||||||
|
DEFAULT: "hsl(var(--muted))",
|
||||||
|
foreground: "hsl(var(--muted-foreground))",
|
||||||
|
},
|
||||||
|
accent: {
|
||||||
|
DEFAULT: "hsl(var(--accent))",
|
||||||
|
foreground: "hsl(var(--accent-foreground))",
|
||||||
|
},
|
||||||
|
popover: {
|
||||||
|
DEFAULT: "hsl(var(--popover))",
|
||||||
|
foreground: "hsl(var(--popover-foreground))",
|
||||||
|
},
|
||||||
|
card: {
|
||||||
|
DEFAULT: "hsl(var(--card))",
|
||||||
|
foreground: "hsl(var(--card-foreground))",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
borderRadius: {
|
||||||
|
lg: "var(--radius)",
|
||||||
|
md: "calc(var(--radius) - 2px)",
|
||||||
|
sm: "calc(var(--radius) - 4px)",
|
||||||
|
},
|
||||||
|
keyframes: {
|
||||||
|
"accordion-down": {
|
||||||
|
from: { height: 0 },
|
||||||
|
to: { height: "var(--radix-accordion-content-height)" },
|
||||||
|
},
|
||||||
|
"accordion-up": {
|
||||||
|
from: { height: "var(--radix-accordion-content-height)" },
|
||||||
|
to: { height: 0 },
|
||||||
|
},
|
||||||
|
},
|
||||||
|
animation: {
|
||||||
|
"accordion-down": "accordion-down 0.2s ease-out",
|
||||||
|
"accordion-up": "accordion-up 0.2s ease-out",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
plugins: [require("tailwindcss-animate")],
|
||||||
|
}
|
||||||
29
examples/file-drop/tsconfig.json
Normal file
29
examples/file-drop/tsconfig.json
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
{
|
||||||
|
"compilerOptions": {
|
||||||
|
"target": "ES2020",
|
||||||
|
"useDefineForClassFields": true,
|
||||||
|
"lib": ["ES2023", "DOM", "DOM.Iterable"],
|
||||||
|
"module": "ESNext",
|
||||||
|
"skipLibCheck": true,
|
||||||
|
|
||||||
|
/* Bundler mode */
|
||||||
|
"moduleResolution": "bundler",
|
||||||
|
"allowImportingTsExtensions": true,
|
||||||
|
"resolveJsonModule": true,
|
||||||
|
"isolatedModules": true,
|
||||||
|
"noEmit": true,
|
||||||
|
"jsx": "react-jsx",
|
||||||
|
|
||||||
|
/* Linting */
|
||||||
|
"strict": true,
|
||||||
|
"noUnusedLocals": true,
|
||||||
|
"noUnusedParameters": true,
|
||||||
|
"noFallthroughCasesInSwitch": true,
|
||||||
|
"baseUrl": ".",
|
||||||
|
"paths": {
|
||||||
|
"@/*": ["./src/*"]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"include": ["src"],
|
||||||
|
"references": [{ "path": "./tsconfig.node.json" }]
|
||||||
|
}
|
||||||
10
examples/file-drop/tsconfig.node.json
Normal file
10
examples/file-drop/tsconfig.node.json
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"compilerOptions": {
|
||||||
|
"composite": true,
|
||||||
|
"skipLibCheck": true,
|
||||||
|
"module": "ESNext",
|
||||||
|
"moduleResolution": "bundler",
|
||||||
|
"allowSyntheticDefaultImports": true
|
||||||
|
},
|
||||||
|
"include": ["vite.config.ts"]
|
||||||
|
}
|
||||||
16
examples/file-drop/vite.config.ts
Normal file
16
examples/file-drop/vite.config.ts
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
import { defineConfig } from 'vite'
|
||||||
|
import react from '@vitejs/plugin-react-swc'
|
||||||
|
import path from "path";
|
||||||
|
|
||||||
|
// https://vitejs.dev/config/
|
||||||
|
export default defineConfig({
|
||||||
|
plugins: [react()],
|
||||||
|
resolve: {
|
||||||
|
alias: {
|
||||||
|
"@": path.resolve(__dirname, "./src"),
|
||||||
|
},
|
||||||
|
},
|
||||||
|
build: {
|
||||||
|
minify: false
|
||||||
|
}
|
||||||
|
})
|
||||||
10
examples/pets/CHANGELOG.md
Normal file
10
examples/pets/CHANGELOG.md
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
# jazz-example-pets
|
||||||
|
|
||||||
|
## 0.0.63
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies
|
||||||
|
- jazz-browser-media-images@0.5.0
|
||||||
|
- jazz-react@0.5.0
|
||||||
|
- jazz-react-auth-local@0.4.16
|
||||||
@@ -3,7 +3,7 @@ job "example-pets$BRANCH_SUFFIX" {
|
|||||||
datacenters = ["*"]
|
datacenters = ["*"]
|
||||||
|
|
||||||
group "static" {
|
group "static" {
|
||||||
count = 8
|
count = 4
|
||||||
|
|
||||||
network {
|
network {
|
||||||
port "http" {
|
port "http" {
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "jazz-example-pets",
|
"name": "jazz-example-pets",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.0.13",
|
"version": "0.0.63",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
@@ -16,9 +16,9 @@
|
|||||||
"@types/qrcode": "^1.5.1",
|
"@types/qrcode": "^1.5.1",
|
||||||
"class-variance-authority": "^0.7.0",
|
"class-variance-authority": "^0.7.0",
|
||||||
"clsx": "^2.0.0",
|
"clsx": "^2.0.0",
|
||||||
"jazz-react": "^0.3.4",
|
"jazz-browser-media-images": "^0.5.0",
|
||||||
"jazz-react-auth-local": "^0.3.4",
|
"jazz-react": "^0.5.0",
|
||||||
"jazz-react-media-images": "^0.3.4",
|
"jazz-react-auth-local": "^0.4.16",
|
||||||
"lucide-react": "^0.274.0",
|
"lucide-react": "^0.274.0",
|
||||||
"qrcode": "^1.5.3",
|
"qrcode": "^1.5.3",
|
||||||
"react": "^18.2.0",
|
"react": "^18.2.0",
|
||||||
|
|||||||
@@ -1,4 +1,11 @@
|
|||||||
import { CoMap, CoStream, Media } from "cojson";
|
import {
|
||||||
|
AccountMigration,
|
||||||
|
CoList,
|
||||||
|
CoMap,
|
||||||
|
CoStream,
|
||||||
|
Media,
|
||||||
|
Profile,
|
||||||
|
} from "cojson";
|
||||||
|
|
||||||
/** Walkthrough: Defining the data model with CoJSON
|
/** Walkthrough: Defining the data model with CoJSON
|
||||||
*
|
*
|
||||||
@@ -9,8 +16,8 @@ import { CoMap, CoStream, Media } from "cojson";
|
|||||||
|
|
||||||
export type PetPost = CoMap<{
|
export type PetPost = CoMap<{
|
||||||
name: string;
|
name: string;
|
||||||
image: Media.ImageDefinition;
|
image: Media.ImageDefinition["id"];
|
||||||
reactions: PetReactions;
|
reactions: PetReactions["id"];
|
||||||
}>;
|
}>;
|
||||||
|
|
||||||
export const REACTION_TYPES = [
|
export const REACTION_TYPES = [
|
||||||
@@ -26,4 +33,20 @@ export type ReactionType = (typeof REACTION_TYPES)[number];
|
|||||||
|
|
||||||
export type PetReactions = CoStream<ReactionType>;
|
export type PetReactions = CoStream<ReactionType>;
|
||||||
|
|
||||||
|
export type ListOfPosts = CoList<PetPost["id"]>;
|
||||||
|
|
||||||
|
export type PetAccountRoot = CoMap<{
|
||||||
|
posts: ListOfPosts["id"];
|
||||||
|
}>;
|
||||||
|
|
||||||
|
export const migration: AccountMigration<Profile, PetAccountRoot> = (account) => {
|
||||||
|
if (!account.get("root")) {
|
||||||
|
const root = account.createMap<PetAccountRoot>({
|
||||||
|
posts: account.createList<ListOfPosts>().id,
|
||||||
|
});
|
||||||
|
account.set("root", root.id);
|
||||||
|
console.log("Created root", root.id);
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
/** Walkthrough: Continue with ./2_App.tsx */
|
/** Walkthrough: Continue with ./2_App.tsx */
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
import React from "react";
|
import React from "react";
|
||||||
import ReactDOM from "react-dom/client";
|
import ReactDOM from "react-dom/client";
|
||||||
import { RouterProvider, createHashRouter } from "react-router-dom";
|
import { Link, RouterProvider, createHashRouter } from "react-router-dom";
|
||||||
import "./index.css";
|
import "./index.css";
|
||||||
|
|
||||||
import { WithJazz, useJazz, useAcceptInvite } from "jazz-react";
|
import { WithJazz, useJazz, useAcceptInvite } from "jazz-react";
|
||||||
@@ -14,6 +14,8 @@ import {
|
|||||||
import { PrettyAuthUI } from "./components/Auth.tsx";
|
import { PrettyAuthUI } from "./components/Auth.tsx";
|
||||||
import { NewPetPostForm } from "./3_NewPetPostForm.tsx";
|
import { NewPetPostForm } from "./3_NewPetPostForm.tsx";
|
||||||
import { RatePetPostUI } from "./4_RatePetPostUI.tsx";
|
import { RatePetPostUI } from "./4_RatePetPostUI.tsx";
|
||||||
|
import { PetAccountRoot, migration } from "./1_types.ts";
|
||||||
|
import { AccountMigration, Profile } from "cojson";
|
||||||
|
|
||||||
/** Walkthrough: The top-level provider `<WithJazz/>`
|
/** Walkthrough: The top-level provider `<WithJazz/>`
|
||||||
*
|
*
|
||||||
@@ -31,9 +33,14 @@ const auth = LocalAuth({
|
|||||||
|
|
||||||
ReactDOM.createRoot(document.getElementById("root")!).render(
|
ReactDOM.createRoot(document.getElementById("root")!).render(
|
||||||
<React.StrictMode>
|
<React.StrictMode>
|
||||||
<WithJazz auth={auth}>
|
<ThemeProvider>
|
||||||
<App />
|
<TitleAndLogo name={appName} />
|
||||||
</WithJazz>
|
<div className="flex flex-col h-full items-center justify-start gap-10 pt-10 pb-10 px-5">
|
||||||
|
<WithJazz auth={auth} migration={migration as AccountMigration}>
|
||||||
|
<App />
|
||||||
|
</WithJazz>
|
||||||
|
</div>
|
||||||
|
</ThemeProvider>
|
||||||
</React.StrictMode>
|
</React.StrictMode>
|
||||||
);
|
);
|
||||||
|
|
||||||
@@ -50,6 +57,10 @@ export default function App() {
|
|||||||
const router = createHashRouter([
|
const router = createHashRouter([
|
||||||
{
|
{
|
||||||
path: "/",
|
path: "/",
|
||||||
|
element: <PostOverview />,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: "/new",
|
||||||
element: <NewPetPostForm />,
|
element: <NewPetPostForm />,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -65,22 +76,40 @@ export default function App() {
|
|||||||
useAcceptInvite((petPostID) => router.navigate("/pet/" + petPostID));
|
useAcceptInvite((petPostID) => router.navigate("/pet/" + petPostID));
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<ThemeProvider>
|
<>
|
||||||
<TitleAndLogo name={appName} />
|
<RouterProvider router={router} />
|
||||||
<div className="flex flex-col h-full items-center justify-start gap-10 pt-10 pb-10 px-5">
|
|
||||||
<RouterProvider router={router} />
|
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
onClick={() => router.navigate("/").then(logOut)}
|
onClick={() => router.navigate("/").then(logOut)}
|
||||||
variant="outline"
|
variant="outline"
|
||||||
>
|
>
|
||||||
Log Out
|
Log Out
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</>
|
||||||
</ThemeProvider>
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Walkthrough: continue with ./3_CreatePetPostForm.tsx */
|
export function PostOverview() {
|
||||||
|
const { me } = useJazz<Profile, PetAccountRoot>();
|
||||||
|
|
||||||
/** Walkthrough: Continue with ./1_types.ts */
|
const myPosts = me.root?.posts;
|
||||||
|
|
||||||
|
return (
|
||||||
|
<>
|
||||||
|
{myPosts?.length ? (
|
||||||
|
<>
|
||||||
|
<h1>My posts</h1>
|
||||||
|
{myPosts.map(
|
||||||
|
(post) =>
|
||||||
|
post && (
|
||||||
|
<Link key={post.id} to={"/pet/" + post.id}>
|
||||||
|
{post.name}
|
||||||
|
</Link>
|
||||||
|
)
|
||||||
|
)}
|
||||||
|
</>
|
||||||
|
) : undefined}
|
||||||
|
<Link to="/new">New post</Link>
|
||||||
|
</>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|||||||
@@ -1,49 +1,48 @@
|
|||||||
import { ChangeEvent, useCallback, useState } from "react";
|
import { ChangeEvent, useCallback, useState } from "react";
|
||||||
import { useNavigate } from "react-router";
|
import { useNavigate } from "react-router";
|
||||||
|
|
||||||
import { CoID, CoMap, Media } from "cojson";
|
import { CoID, CoMap, Media, Profile } from "cojson";
|
||||||
import { useJazz, useSyncedQuery } from "jazz-react";
|
import { useAutoSub, useJazz } from "jazz-react";
|
||||||
import { createImage } from "jazz-browser-media-images";
|
import { BrowserImage, createImage } from "jazz-browser-media-images";
|
||||||
|
|
||||||
import { PetReactions } from "./1_types";
|
import { PetAccountRoot, PetPost, PetReactions } from "./1_types";
|
||||||
|
|
||||||
import { Input, Button } from "./basicComponents";
|
import { Input, Button } from "./basicComponents";
|
||||||
import { useLoadImage } from "jazz-react-media-images";
|
|
||||||
|
|
||||||
/** Walkthrough: TODO
|
/** Walkthrough: TODO
|
||||||
*/
|
*/
|
||||||
|
|
||||||
type PartialPetPost = CoMap<{
|
type PartialPetPost = CoMap<{
|
||||||
name: string;
|
name: string;
|
||||||
image?: Media.ImageDefinition;
|
image?: Media.ImageDefinition["id"];
|
||||||
reactions: PetReactions;
|
reactions: PetReactions["id"];
|
||||||
}>;
|
}>;
|
||||||
|
|
||||||
export function NewPetPostForm() {
|
export function NewPetPostForm() {
|
||||||
const { localNode } = useJazz();
|
const { me } = useJazz<Profile, PetAccountRoot>();
|
||||||
const navigate = useNavigate();
|
const navigate = useNavigate();
|
||||||
|
|
||||||
const [newPostId, setNewPostId] = useState<
|
const [newPostId, setNewPostId] = useState<
|
||||||
CoID<PartialPetPost> | undefined
|
CoID<PartialPetPost> | undefined
|
||||||
>(undefined);
|
>(undefined);
|
||||||
|
|
||||||
const newPetPost = useSyncedQuery(newPostId);
|
const newPetPost = useAutoSub(newPostId);
|
||||||
|
|
||||||
const onChangeName = useCallback(
|
const onChangeName = useCallback(
|
||||||
(name: string) => {
|
(name: string) => {
|
||||||
if (newPetPost) {
|
if (newPetPost) {
|
||||||
newPetPost.set({ name });
|
newPetPost.set({ name });
|
||||||
} else {
|
} else {
|
||||||
const petPostGroup = localNode.createGroup();
|
const petPostGroup = me.createGroup();
|
||||||
const petPost = petPostGroup.createMap<PartialPetPost>({
|
const petPost = petPostGroup.createMap<PartialPetPost>({
|
||||||
name,
|
name,
|
||||||
reactions: petPostGroup.createStream<PetReactions>(),
|
reactions: petPostGroup.createStream<PetReactions>().id,
|
||||||
});
|
});
|
||||||
|
|
||||||
setNewPostId(petPost.id);
|
setNewPostId(petPost.id);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
[localNode, newPetPost]
|
[me, newPetPost]
|
||||||
);
|
);
|
||||||
|
|
||||||
const onImageSelected = useCallback(
|
const onImageSelected = useCallback(
|
||||||
@@ -52,15 +51,26 @@ export function NewPetPostForm() {
|
|||||||
|
|
||||||
const image = await createImage(
|
const image = await createImage(
|
||||||
event.target.files[0],
|
event.target.files[0],
|
||||||
newPetPost.group
|
newPetPost.meta.group
|
||||||
);
|
);
|
||||||
|
|
||||||
newPetPost.set({ image });
|
newPetPost.set({ image: image.id });
|
||||||
},
|
},
|
||||||
[newPetPost]
|
[newPetPost]
|
||||||
);
|
);
|
||||||
|
|
||||||
const petImage = useLoadImage(newPetPost?.image?.id);
|
const onSubmit = useCallback(() => {
|
||||||
|
if (!newPetPost) return;
|
||||||
|
const myPosts = me.root?.posts;
|
||||||
|
|
||||||
|
if (!myPosts) {
|
||||||
|
throw new Error("No posts list found");
|
||||||
|
}
|
||||||
|
|
||||||
|
myPosts.append(newPetPost.id as PetPost["id"]);
|
||||||
|
|
||||||
|
navigate("/pet/" + newPetPost.id);
|
||||||
|
}, [me.root?.posts, newPetPost, navigate]);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="flex flex-col gap-10">
|
<div className="flex flex-col gap-10">
|
||||||
@@ -73,10 +83,13 @@ export function NewPetPostForm() {
|
|||||||
value={newPetPost?.name || ""}
|
value={newPetPost?.name || ""}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
{petImage ? (
|
{newPetPost?.image ? (
|
||||||
<img
|
<img
|
||||||
className="w-80 max-w-full rounded"
|
className="w-80 max-w-full rounded"
|
||||||
src={petImage.highestResSrc || petImage.placeholderDataURL}
|
src={
|
||||||
|
newPetPost?.image.as(BrowserImage)
|
||||||
|
?.highestResSrcOrPlaceholder
|
||||||
|
}
|
||||||
/>
|
/>
|
||||||
) : (
|
) : (
|
||||||
<Input
|
<Input
|
||||||
@@ -87,13 +100,7 @@ export function NewPetPostForm() {
|
|||||||
)}
|
)}
|
||||||
|
|
||||||
{newPetPost?.name && newPetPost?.image && (
|
{newPetPost?.name && newPetPost?.image && (
|
||||||
<Button
|
<Button onClick={onSubmit}>Submit Post</Button>
|
||||||
onClick={() => {
|
|
||||||
navigate("/pet/" + newPetPost.id);
|
|
||||||
}}
|
|
||||||
>
|
|
||||||
Submit Post
|
|
||||||
</Button>
|
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
import { useParams } from "react-router";
|
import { useParams } from "react-router";
|
||||||
import { CoID, Queried } from "cojson";
|
import { CoID } from "cojson";
|
||||||
import { useSyncedQuery } from "jazz-react";
|
|
||||||
|
|
||||||
import { PetPost, ReactionType, REACTION_TYPES, PetReactions } from "./1_types";
|
import { PetPost, ReactionType, REACTION_TYPES, PetReactions } from "./1_types";
|
||||||
|
|
||||||
import { ShareButton } from "./components/ShareButton";
|
import { ShareButton } from "./components/ShareButton";
|
||||||
import { Button, Skeleton } from "./basicComponents";
|
import { Button, Skeleton } from "./basicComponents";
|
||||||
import { useLoadImage } from "jazz-react-media-images";
|
import { BrowserImage } from "jazz-browser-media-images";
|
||||||
import uniqolor from "uniqolor";
|
import uniqolor from "uniqolor";
|
||||||
|
import { Resolved, useAutoSub } from "jazz-react";
|
||||||
|
|
||||||
/** Walkthrough: TODO
|
/** Walkthrough: TODO
|
||||||
*/
|
*/
|
||||||
@@ -24,8 +24,7 @@ const reactionEmojiMap: { [reaction in ReactionType]: string } = {
|
|||||||
export function RatePetPostUI() {
|
export function RatePetPostUI() {
|
||||||
const petPostID = useParams<{ petPostId: CoID<PetPost> }>().petPostId;
|
const petPostID = useParams<{ petPostId: CoID<PetPost> }>().petPostId;
|
||||||
|
|
||||||
const petPost = useSyncedQuery(petPostID);
|
const petPost = useAutoSub(petPostID);
|
||||||
const petImage = useLoadImage(petPost?.image);
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="flex flex-col gap-8">
|
<div className="flex flex-col gap-8">
|
||||||
@@ -34,10 +33,13 @@ export function RatePetPostUI() {
|
|||||||
<ShareButton petPost={petPost} />
|
<ShareButton petPost={petPost} />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{petImage && (
|
{petPost?.image && (
|
||||||
<img
|
<img
|
||||||
className="w-80 max-w-full rounded"
|
className="w-80 max-w-full rounded"
|
||||||
src={petImage.highestResSrc || petImage.placeholderDataURL}
|
src={
|
||||||
|
petPost.image.as(BrowserImage)
|
||||||
|
?.highestResSrcOrPlaceholder
|
||||||
|
}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
@@ -61,7 +63,7 @@ export function RatePetPostUI() {
|
|||||||
))}
|
))}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{petPost?.group.myRole() === "admin" && petPost.reactions && (
|
{petPost?.meta.group.myRole() === "admin" && petPost.reactions && (
|
||||||
<ReactionOverview petReactions={petPost.reactions} />
|
<ReactionOverview petReactions={petPost.reactions} />
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
@@ -71,16 +73,16 @@ export function RatePetPostUI() {
|
|||||||
function ReactionOverview({
|
function ReactionOverview({
|
||||||
petReactions,
|
petReactions,
|
||||||
}: {
|
}: {
|
||||||
petReactions: Queried<PetReactions>;
|
petReactions: Resolved<PetReactions>;
|
||||||
}) {
|
}) {
|
||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
<h2>Reactions</h2>
|
<h2>Reactions</h2>
|
||||||
<div className="flex flex-col gap-1">
|
<div className="flex flex-col gap-1">
|
||||||
{REACTION_TYPES.map((reactionType) => {
|
{REACTION_TYPES.map((reactionType) => {
|
||||||
const reactionsOfThisType = Object.values(
|
const reactionsOfThisType = petReactions.perAccount
|
||||||
petReactions.perAccount
|
.map(([, reaction]) => reaction)
|
||||||
).filter(({ last }) => last === reactionType);
|
.filter(({ last }) => last === reactionType);
|
||||||
|
|
||||||
if (reactionsOfThisType.length === 0) return null;
|
if (reactionsOfThisType.length === 0) return null;
|
||||||
|
|
||||||
|
|||||||
@@ -2,18 +2,17 @@ import { useState } from "react";
|
|||||||
|
|
||||||
import { PetPost } from "../1_types";
|
import { PetPost } from "../1_types";
|
||||||
|
|
||||||
import { createInviteLink } from "jazz-react";
|
import { Resolved, createInviteLink } from "jazz-react";
|
||||||
import QRCode from "qrcode";
|
import QRCode from "qrcode";
|
||||||
|
|
||||||
import { useToast, Button } from "../basicComponents";
|
import { useToast, Button } from "../basicComponents";
|
||||||
import { Queried } from "cojson";
|
|
||||||
|
|
||||||
export function ShareButton({ petPost }: { petPost?: Queried<PetPost> }) {
|
export function ShareButton({ petPost }: { petPost?: Resolved<PetPost> }) {
|
||||||
const [existingInviteLink, setExistingInviteLink] = useState<string>();
|
const [existingInviteLink, setExistingInviteLink] = useState<string>();
|
||||||
const { toast } = useToast();
|
const { toast } = useToast();
|
||||||
|
|
||||||
return (
|
return (
|
||||||
petPost?.group.myRole() === "admin" && (
|
petPost?.meta.group.myRole() === "admin" && (
|
||||||
<Button
|
<Button
|
||||||
size="sm"
|
size="sm"
|
||||||
className="py-0"
|
className="py-0"
|
||||||
|
|||||||
9
examples/todo/CHANGELOG.md
Normal file
9
examples/todo/CHANGELOG.md
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
# jazz-example-todo
|
||||||
|
|
||||||
|
## 0.0.63
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies
|
||||||
|
- jazz-react@0.5.0
|
||||||
|
- jazz-react-auth-local@0.4.16
|
||||||
@@ -3,7 +3,7 @@ job "example-todo$BRANCH_SUFFIX" {
|
|||||||
datacenters = ["*"]
|
datacenters = ["*"]
|
||||||
|
|
||||||
group "static" {
|
group "static" {
|
||||||
count = 8
|
count = 4
|
||||||
|
|
||||||
network {
|
network {
|
||||||
port "http" {
|
port "http" {
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "jazz-example-todo",
|
"name": "jazz-example-todo",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.0.38",
|
"version": "0.0.63",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
@@ -16,8 +16,8 @@
|
|||||||
"@types/qrcode": "^1.5.1",
|
"@types/qrcode": "^1.5.1",
|
||||||
"class-variance-authority": "^0.7.0",
|
"class-variance-authority": "^0.7.0",
|
||||||
"clsx": "^2.0.0",
|
"clsx": "^2.0.0",
|
||||||
"jazz-react": "^0.3.4",
|
"jazz-react": "^0.5.0",
|
||||||
"jazz-react-auth-local": "^0.3.4",
|
"jazz-react-auth-local": "^0.4.16",
|
||||||
"lucide-react": "^0.274.0",
|
"lucide-react": "^0.274.0",
|
||||||
"qrcode": "^1.5.3",
|
"qrcode": "^1.5.3",
|
||||||
"react": "^18.2.0",
|
"react": "^18.2.0",
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import { CoMap, CoList } from "cojson";
|
import { CoMap, CoList, AccountMigration, Profile } from "cojson";
|
||||||
|
|
||||||
/** Walkthrough: Defining the data model with CoJSON
|
/** Walkthrough: Defining the data model with CoJSON
|
||||||
*
|
*
|
||||||
@@ -7,17 +7,41 @@ import { CoMap, CoList } from "cojson";
|
|||||||
*
|
*
|
||||||
* CoMap values and CoLists items can contain:
|
* CoMap values and CoLists items can contain:
|
||||||
* - arbitrary immutable JSON
|
* - arbitrary immutable JSON
|
||||||
* - references to other CoValues (internally stored by their CoID)
|
* - references to other CoValues by their CoID
|
||||||
**/
|
**/
|
||||||
|
|
||||||
/** An individual task which collaborators can tick or rename */
|
/** An individual task which collaborators can tick or rename */
|
||||||
export type Task = CoMap<{ done: boolean; text: string; }>;
|
export type Task = CoMap<{ done: boolean; text: string; }>;
|
||||||
|
|
||||||
|
export type ListOfTasks = CoList<Task["id"]>;
|
||||||
|
|
||||||
/** Our top level object: a project with a title, referencing a list of tasks */
|
/** Our top level object: a project with a title, referencing a list of tasks */
|
||||||
export type TodoProject = CoMap<{
|
export type TodoProject = CoMap<{
|
||||||
title: string;
|
title: string;
|
||||||
/** A collaborative, ordered list of tasks */
|
/** A collaborative, ordered list of tasks */
|
||||||
tasks: CoList<Task>;
|
tasks: ListOfTasks["id"];
|
||||||
}>;
|
}>;
|
||||||
|
|
||||||
|
export type ListOfProjects = CoList<TodoProject["id"]>;
|
||||||
|
|
||||||
|
/** The account root is an app-specific per-user private `CoMap`
|
||||||
|
* where you can store top-level objects for that user */
|
||||||
|
export type TodoAccountRoot = CoMap<{
|
||||||
|
projects: ListOfProjects["id"];
|
||||||
|
}>;
|
||||||
|
|
||||||
|
/** The account migration is run on account creation and on every log-in.
|
||||||
|
* You can use it to set up the account root and any other initial CoValues you need.
|
||||||
|
*/
|
||||||
|
export const migration: AccountMigration<Profile, TodoAccountRoot> = (account) => {
|
||||||
|
if (!account.get("root")) {
|
||||||
|
account.set(
|
||||||
|
"root",
|
||||||
|
account.createMap<TodoAccountRoot>({
|
||||||
|
projects: account.createList<ListOfProjects>().id,
|
||||||
|
}).id
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/** Walkthrough: Continue with ./2_main.tsx */
|
/** Walkthrough: Continue with ./2_main.tsx */
|
||||||
@@ -1,6 +1,10 @@
|
|||||||
import React from "react";
|
import React from "react";
|
||||||
import ReactDOM from "react-dom/client";
|
import ReactDOM from "react-dom/client";
|
||||||
import { RouterProvider, createHashRouter } from "react-router-dom";
|
import {
|
||||||
|
RouterProvider,
|
||||||
|
createHashRouter,
|
||||||
|
useNavigate,
|
||||||
|
} from "react-router-dom";
|
||||||
import "./index.css";
|
import "./index.css";
|
||||||
|
|
||||||
import { WithJazz, useJazz, useAcceptInvite } from "jazz-react";
|
import { WithJazz, useJazz, useAcceptInvite } from "jazz-react";
|
||||||
@@ -14,14 +18,18 @@ import {
|
|||||||
import { PrettyAuthUI } from "./components/Auth.tsx";
|
import { PrettyAuthUI } from "./components/Auth.tsx";
|
||||||
import { NewProjectForm } from "./3_NewProjectForm.tsx";
|
import { NewProjectForm } from "./3_NewProjectForm.tsx";
|
||||||
import { ProjectTodoTable } from "./4_ProjectTodoTable.tsx";
|
import { ProjectTodoTable } from "./4_ProjectTodoTable.tsx";
|
||||||
|
import { TodoAccountRoot, migration } from "./1_types.ts";
|
||||||
|
import { AccountMigration, Profile } from "cojson";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Walkthrough: The top-level provider `<WithJazz/>`
|
* Walkthrough: The top-level provider `<WithJazz/>`
|
||||||
*
|
*
|
||||||
* This shows how to use the top-level provider `<WithJazz/>`,
|
* This shows how to use the top-level provider `<WithJazz/>`,
|
||||||
* which provides the rest of the app with a `LocalNode` (used through `useJazz` later),
|
* which provides the rest of the app with a controlled account (used through `useJazz` later).
|
||||||
* based on `LocalAuth` that uses Passkeys (aka WebAuthn) to store a user's account secret
|
* Here we use `LocalAuth`, which uses Passkeys (aka WebAuthn) to store a user's account secret
|
||||||
* - no backend needed.
|
* - no backend needed.
|
||||||
|
*
|
||||||
|
* `<WithJazz/>` also runs our account migration
|
||||||
*/
|
*/
|
||||||
|
|
||||||
const appName = "Jazz Todo List Example";
|
const appName = "Jazz Todo List Example";
|
||||||
@@ -33,9 +41,14 @@ const auth = LocalAuth({
|
|||||||
|
|
||||||
ReactDOM.createRoot(document.getElementById("root")!).render(
|
ReactDOM.createRoot(document.getElementById("root")!).render(
|
||||||
<React.StrictMode>
|
<React.StrictMode>
|
||||||
<WithJazz auth={auth}>
|
<ThemeProvider>
|
||||||
<App />
|
<TitleAndLogo name={appName} />
|
||||||
</WithJazz>
|
<div className="flex flex-col h-full items-center justify-start gap-10 pt-10 pb-10 px-5">
|
||||||
|
<WithJazz auth={auth} migration={migration as AccountMigration}>
|
||||||
|
<App />
|
||||||
|
</WithJazz>
|
||||||
|
</div>
|
||||||
|
</ThemeProvider>
|
||||||
</React.StrictMode>
|
</React.StrictMode>
|
||||||
);
|
);
|
||||||
|
|
||||||
@@ -54,7 +67,7 @@ function App() {
|
|||||||
const router = createHashRouter([
|
const router = createHashRouter([
|
||||||
{
|
{
|
||||||
path: "/",
|
path: "/",
|
||||||
element: <NewProjectForm />,
|
element: <HomeScreen />,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: "/project/:projectId",
|
path: "/project/:projectId",
|
||||||
@@ -62,8 +75,8 @@ function App() {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: "/invite/*",
|
path: "/invite/*",
|
||||||
element: <p>Accepting invite...</p>
|
element: <p>Accepting invite...</p>,
|
||||||
}
|
},
|
||||||
]);
|
]);
|
||||||
|
|
||||||
// `useAcceptInvite()` is a hook that accepts an invite link from the URL hash,
|
// `useAcceptInvite()` is a hook that accepts an invite link from the URL hash,
|
||||||
@@ -71,20 +84,39 @@ function App() {
|
|||||||
useAcceptInvite((projectID) => router.navigate("/project/" + projectID));
|
useAcceptInvite((projectID) => router.navigate("/project/" + projectID));
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<ThemeProvider>
|
<>
|
||||||
<TitleAndLogo name={appName} />
|
<RouterProvider router={router} />
|
||||||
<div className="flex flex-col h-full items-center justify-start gap-10 pt-10 pb-10 px-5">
|
|
||||||
|
|
||||||
<RouterProvider router={router} />
|
<Button
|
||||||
|
onClick={() => router.navigate("/").then(logOut)}
|
||||||
|
variant="outline"
|
||||||
|
>
|
||||||
|
Log Out
|
||||||
|
</Button>
|
||||||
|
</>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
<Button
|
export function HomeScreen() {
|
||||||
onClick={() => router.navigate("/").then(logOut)}
|
const { me } = useJazz<Profile, TodoAccountRoot>();
|
||||||
variant="outline"
|
const navigate = useNavigate();
|
||||||
>
|
|
||||||
Log Out
|
return (
|
||||||
</Button>
|
<>
|
||||||
</div>
|
{me.root?.projects?.length ? <h1>My Projects</h1> : null}
|
||||||
</ThemeProvider>
|
{me.root?.projects?.map((project) => {
|
||||||
|
return (
|
||||||
|
<Button
|
||||||
|
key={project?.id}
|
||||||
|
onClick={() => navigate("/project/" + project?.id)}
|
||||||
|
variant="ghost"
|
||||||
|
>
|
||||||
|
{project?.title}
|
||||||
|
</Button>
|
||||||
|
);
|
||||||
|
})}
|
||||||
|
<NewProjectForm />
|
||||||
|
</>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -2,18 +2,17 @@ import { useCallback } from "react";
|
|||||||
|
|
||||||
import { useJazz } from "jazz-react";
|
import { useJazz } from "jazz-react";
|
||||||
|
|
||||||
import { Task, TodoProject } from "./1_types";
|
import { ListOfTasks, TodoAccountRoot, TodoProject } from "./1_types";
|
||||||
|
|
||||||
import { SubmittableInput } from "./basicComponents";
|
import { SubmittableInput } from "./basicComponents";
|
||||||
|
|
||||||
import { CoList } from "cojson";
|
|
||||||
import { useNavigate } from "react-router";
|
import { useNavigate } from "react-router";
|
||||||
|
import { Profile } from "cojson";
|
||||||
|
|
||||||
export function NewProjectForm() {
|
export function NewProjectForm() {
|
||||||
// A `LocalNode` represents a local view of loaded & created CoValues.
|
// `me` represents the current user account, which will determine
|
||||||
// It is associated with a current user account, which will determine
|
|
||||||
// access rights to CoValues. We get it from the top-level provider `<WithJazz/>`.
|
// access rights to CoValues. We get it from the top-level provider `<WithJazz/>`.
|
||||||
const { localNode } = useJazz();
|
const { me } = useJazz<Profile, TodoAccountRoot>();
|
||||||
const navigate = useNavigate();
|
const navigate = useNavigate();
|
||||||
|
|
||||||
const createProject = useCallback(
|
const createProject = useCallback(
|
||||||
@@ -23,17 +22,19 @@ export function NewProjectForm() {
|
|||||||
// To create a new todo project, we first create a `Group`,
|
// To create a new todo project, we first create a `Group`,
|
||||||
// which is a scope for defining access rights (reader/writer/admin)
|
// which is a scope for defining access rights (reader/writer/admin)
|
||||||
// of its members, which will apply to all CoValues owned by that group.
|
// of its members, which will apply to all CoValues owned by that group.
|
||||||
const projectGroup = localNode.createGroup();
|
const projectGroup = me.createGroup();
|
||||||
|
|
||||||
// Then we create an empty todo project within that group
|
// Then we create an empty todo project within that group
|
||||||
const project = projectGroup.createMap<TodoProject>({
|
const project = projectGroup.createMap<TodoProject>({
|
||||||
title,
|
title,
|
||||||
tasks: projectGroup.createList<CoList<Task>>(),
|
tasks: projectGroup.createList<ListOfTasks>().id,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
me.root?.projects?.append(project.id);
|
||||||
|
|
||||||
navigate("/project/" + project.id);
|
navigate("/project/" + project.id);
|
||||||
},
|
},
|
||||||
[localNode, navigate]
|
[me, navigate]
|
||||||
);
|
);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
import { useCallback } from "react";
|
import { useCallback } from "react";
|
||||||
|
|
||||||
import { CoID, Queried } from "cojson";
|
import { CoID } from "cojson";
|
||||||
import { useSyncedQuery } from "jazz-react";
|
|
||||||
|
|
||||||
import { TodoProject, Task } from "./1_types";
|
import { TodoProject, Task } from "./1_types";
|
||||||
|
|
||||||
@@ -20,11 +19,12 @@ import {
|
|||||||
import { InviteButton } from "./components/InviteButton";
|
import { InviteButton } from "./components/InviteButton";
|
||||||
import uniqolor from "uniqolor";
|
import uniqolor from "uniqolor";
|
||||||
import { useParams } from "react-router";
|
import { useParams } from "react-router";
|
||||||
|
import { Resolved, useAutoSub } from "jazz-react";
|
||||||
|
|
||||||
/** Walkthrough: Reactively rendering a todo project as a table,
|
/** Walkthrough: Reactively rendering a todo project as a table,
|
||||||
* adding and editing tasks
|
* adding and editing tasks
|
||||||
*
|
*
|
||||||
* Here in `<TodoTable/>`, we use `useSyncedQuery()` for the first time,
|
* Here in `<TodoTable/>`, we use `useAutoSub()` for the first time,
|
||||||
* in this case to load the CoValue for our `TodoProject` as well as
|
* in this case to load the CoValue for our `TodoProject` as well as
|
||||||
* the `ListOfTasks` referenced in it.
|
* the `ListOfTasks` referenced in it.
|
||||||
*/
|
*/
|
||||||
@@ -32,11 +32,11 @@ import { useParams } from "react-router";
|
|||||||
export function ProjectTodoTable() {
|
export function ProjectTodoTable() {
|
||||||
const projectId = useParams<{ projectId: CoID<TodoProject> }>().projectId;
|
const projectId = useParams<{ projectId: CoID<TodoProject> }>().projectId;
|
||||||
|
|
||||||
// `useSyncedQuery()` reactively subscribes to updates to a CoValue's
|
// `useAutoSub()` reactively subscribes to updates to a CoValue's
|
||||||
// content - whether we create edits locally, load persisted data, or receive
|
// content - whether we create edits locally, load persisted data, or receive
|
||||||
// sync updates from other devices or participants!
|
// sync updates from other devices or participants!
|
||||||
// It also recursively resolves and subsribes to all referenced CoValues.
|
// It also recursively resolves and subsribes to all referenced CoValues.
|
||||||
const project = useSyncedQuery(projectId);
|
const project = useAutoSub(projectId);
|
||||||
|
|
||||||
// `createTask` is similar to `createProject` we saw earlier, creating a new CoMap
|
// `createTask` is similar to `createProject` we saw earlier, creating a new CoMap
|
||||||
// for a new task (in the same group as the project), and then
|
// for a new task (in the same group as the project), and then
|
||||||
@@ -44,17 +44,17 @@ export function ProjectTodoTable() {
|
|||||||
const createTask = useCallback(
|
const createTask = useCallback(
|
||||||
(text: string) => {
|
(text: string) => {
|
||||||
if (!project?.tasks || !text) return;
|
if (!project?.tasks || !text) return;
|
||||||
const task = project.group.createMap<Task>({
|
const task = project.meta.group.createMap<Task>({
|
||||||
done: false,
|
done: false,
|
||||||
text,
|
text,
|
||||||
});
|
});
|
||||||
|
|
||||||
// project.tasks is immutable, but `append` will create an edit
|
// project.tasks is immutable, but `append` will create an edit
|
||||||
// that will cause useSyncedQuery to rerender this component
|
// that will cause useAutoSub to rerender this component
|
||||||
// - here and on other devices!
|
// - here and on other devices!
|
||||||
project.tasks.append(task);
|
project.tasks.append(task.id);
|
||||||
},
|
},
|
||||||
[project?.tasks, project?.group]
|
[project?.tasks, project?.meta.group]
|
||||||
);
|
);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
@@ -97,7 +97,7 @@ export function ProjectTodoTable() {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
export function TaskRow({ task }: { task: Queried<Task> | undefined }) {
|
export function TaskRow({ task }: { task: Resolved<Task> | undefined }) {
|
||||||
return (
|
return (
|
||||||
<TableRow>
|
<TableRow>
|
||||||
<TableCell>
|
<TableCell>
|
||||||
@@ -124,12 +124,12 @@ export function TaskRow({ task }: { task: Queried<Task> | undefined }) {
|
|||||||
{
|
{
|
||||||
// Here we see for the first time how we can access edit history
|
// Here we see for the first time how we can access edit history
|
||||||
// for a CoValue, and use it to display who created the task.
|
// for a CoValue, and use it to display who created the task.
|
||||||
task?.edits.text?.by?.profile?.name ? (
|
task?.meta.edits.text?.by?.profile?.name ? (
|
||||||
<span
|
<span
|
||||||
className="rounded-full py-0.5 px-2 text-xs"
|
className="rounded-full py-0.5 px-2 text-xs"
|
||||||
style={uniqueColoring(task.edits.text.by.id)}
|
style={uniqueColoring(task.meta.edits.text.by.id)}
|
||||||
>
|
>
|
||||||
{task.edits.text.by.profile.name}
|
{task.meta.edits.text.by.profile.name}
|
||||||
</span>
|
</span>
|
||||||
) : (
|
) : (
|
||||||
<Skeleton className="mt-1 w-[50px] h-[1em] rounded-full" />
|
<Skeleton className="mt-1 w-[50px] h-[1em] rounded-full" />
|
||||||
|
|||||||
@@ -1,25 +1,25 @@
|
|||||||
import { useState } from "react";
|
import { useState } from "react";
|
||||||
|
|
||||||
import { createInviteLink } from "jazz-react";
|
|
||||||
import QRCode from "qrcode";
|
import QRCode from "qrcode";
|
||||||
|
|
||||||
import { useToast, Button } from "../basicComponents";
|
import { useToast, Button } from "../basicComponents";
|
||||||
import { CoValue, Queried } from "cojson";
|
import { CoValue } from "cojson";
|
||||||
|
import { Resolved, createInviteLink } from "jazz-react";
|
||||||
|
|
||||||
export function InviteButton<T extends CoValue>({ value }: { value: T | Queried<T> | undefined }) {
|
export function InviteButton<T extends CoValue>({ value }: { value?: Resolved<T> }) {
|
||||||
const [existingInviteLink, setExistingInviteLink] = useState<string>();
|
const [existingInviteLink, setExistingInviteLink] = useState<string>();
|
||||||
const { toast } = useToast();
|
const { toast } = useToast();
|
||||||
|
|
||||||
return (
|
return (
|
||||||
value?.group?.myRole() === "admin" && (
|
value?.meta.group?.myRole() === "admin" && (
|
||||||
<Button
|
<Button
|
||||||
size="sm"
|
size="sm"
|
||||||
className="py-0"
|
className="py-0"
|
||||||
disabled={!value.group || !value.id}
|
disabled={!value.meta.group || !value.id}
|
||||||
variant="outline"
|
variant="outline"
|
||||||
onClick={async () => {
|
onClick={async () => {
|
||||||
let inviteLink = existingInviteLink;
|
let inviteLink = existingInviteLink;
|
||||||
if (value.group && value.id && !inviteLink) {
|
if (value.meta.group && value.id && !inviteLink) {
|
||||||
inviteLink = createInviteLink(value, "writer");
|
inviteLink = createInviteLink(value, "writer");
|
||||||
setExistingInviteLink(inviteLink);
|
setExistingInviteLink(inviteLink);
|
||||||
}
|
}
|
||||||
|
|||||||
27
examples/twit-stresstest/.gitignore
vendored
Normal file
27
examples/twit-stresstest/.gitignore
vendored
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
# Logs
|
||||||
|
logs
|
||||||
|
*.log
|
||||||
|
npm-debug.log*
|
||||||
|
yarn-debug.log*
|
||||||
|
yarn-error.log*
|
||||||
|
pnpm-debug.log*
|
||||||
|
lerna-debug.log*
|
||||||
|
|
||||||
|
node_modules
|
||||||
|
dist
|
||||||
|
dist-ssr
|
||||||
|
*.local
|
||||||
|
|
||||||
|
# Editor directories and files
|
||||||
|
.vscode/*
|
||||||
|
!.vscode/extensions.json
|
||||||
|
.idea
|
||||||
|
.DS_Store
|
||||||
|
*.suo
|
||||||
|
*.ntvs*
|
||||||
|
*.njsproj
|
||||||
|
*.sln
|
||||||
|
*.sw?
|
||||||
|
|
||||||
|
.env
|
||||||
|
TwitAllTwitsCreatorCredentials.json
|
||||||
32
examples/twit-stresstest/CHANGELOG.md
Normal file
32
examples/twit-stresstest/CHANGELOG.md
Normal file
@@ -0,0 +1,32 @@
|
|||||||
|
# twit-stresstest
|
||||||
|
|
||||||
|
## 0.2.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- Make addMember and removeMember take loaded Accounts instead of just IDs
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies
|
||||||
|
- jazz-nodejs@0.6.0
|
||||||
|
|
||||||
|
## 0.1.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Allow account migrations to be async
|
||||||
|
- Updated dependencies
|
||||||
|
- jazz-nodejs@0.5.3
|
||||||
|
|
||||||
|
## 0.1.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- Adding a lot of performance improvements to cojson, add a stresstest for the twit example and make that run smoother in a lot of ways.
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies
|
||||||
|
- cojson-transport-nodejs-ws@0.5.0
|
||||||
|
- cojson@0.5.0
|
||||||
104
examples/twit-stresstest/index.ts
Normal file
104
examples/twit-stresstest/index.ts
Normal file
@@ -0,0 +1,104 @@
|
|||||||
|
import { LocalNode, cojsonReady, ControlledAccount, AccountID } from "cojson";
|
||||||
|
import {
|
||||||
|
ALL_TWEETS_LIST_ID,
|
||||||
|
LikeStream,
|
||||||
|
ListOfTwits,
|
||||||
|
ReplyStream,
|
||||||
|
Twit,
|
||||||
|
TwitAccountRoot,
|
||||||
|
TwitProfile,
|
||||||
|
migration,
|
||||||
|
} from "../twit/src/1_dataModel.js";
|
||||||
|
|
||||||
|
import { createOrResumeWorker, autoSub } from "jazz-nodejs";
|
||||||
|
|
||||||
|
async function runner() {
|
||||||
|
const { localNode: node, worker } = await createOrResumeWorker({
|
||||||
|
workerName: "TwitStressTestBot" + Math.random().toString(36).slice(2),
|
||||||
|
});
|
||||||
|
|
||||||
|
console.log(
|
||||||
|
"profile",
|
||||||
|
node.expectProfileLoaded(node.account.id as AccountID).id
|
||||||
|
);
|
||||||
|
|
||||||
|
await new Promise((resolve) => setTimeout(resolve, 10_000));
|
||||||
|
|
||||||
|
const loadedAllTwits = await node.load(ALL_TWEETS_LIST_ID);
|
||||||
|
|
||||||
|
if (loadedAllTwits === "unavailable") {
|
||||||
|
throw new Error("allTweets is unavailable");
|
||||||
|
}
|
||||||
|
|
||||||
|
let allTwits = loadedAllTwits;
|
||||||
|
let startedPosting = false;
|
||||||
|
|
||||||
|
autoSub(
|
||||||
|
(node.account as ControlledAccount<TwitProfile, TwitAccountRoot>).id,
|
||||||
|
node,
|
||||||
|
async (me) => {
|
||||||
|
if (
|
||||||
|
!me?.root?.peopleWhoCanSeeMyContent ||
|
||||||
|
!me.root.peopleWhoCanInteractWithMe
|
||||||
|
)
|
||||||
|
return;
|
||||||
|
if (startedPosting) return;
|
||||||
|
startedPosting = true;
|
||||||
|
for (let i = 0; i < 10; i++) {
|
||||||
|
await new Promise(
|
||||||
|
(resolve) => setTimeout(resolve, Math.random() * 120000)
|
||||||
|
// setTimeout(resolve, Math.random() * 5000)
|
||||||
|
);
|
||||||
|
const audience = me.root.peopleWhoCanSeeMyContent;
|
||||||
|
const interactors = me.root.peopleWhoCanInteractWithMe;
|
||||||
|
if (!audience || !interactors) return;
|
||||||
|
|
||||||
|
console.log("Posting twit ", i);
|
||||||
|
|
||||||
|
const twit = audience.createMap<Twit>({
|
||||||
|
text: "Hello world " + i,
|
||||||
|
likes: interactors.createStream<LikeStream>().id,
|
||||||
|
replies: interactors.createStream<ReplyStream>().id,
|
||||||
|
});
|
||||||
|
|
||||||
|
me.profile?.twits?.prepend(twit?.id as Twit["id"]);
|
||||||
|
|
||||||
|
allTwits = allTwits?.prepend(twit.id);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
);
|
||||||
|
|
||||||
|
let blackHole = 0;
|
||||||
|
|
||||||
|
let lastUpdate = Date.now();
|
||||||
|
|
||||||
|
autoSub(ALL_TWEETS_LIST_ID, node, (allTwits) => {
|
||||||
|
if (Date.now() - lastUpdate < 33) return;
|
||||||
|
lastUpdate = Date.now();
|
||||||
|
// console.log("All twits updated", new Date());
|
||||||
|
|
||||||
|
// console.log(allTwits
|
||||||
|
// ?.slice(0, 20)
|
||||||
|
// .map(
|
||||||
|
// (twit) =>
|
||||||
|
// twit?.text +
|
||||||
|
// "/" +
|
||||||
|
// twit?.meta.edits.text?.by?.profile?.name
|
||||||
|
// )
|
||||||
|
// .length, allTwits?.length);
|
||||||
|
|
||||||
|
blackHole +=
|
||||||
|
allTwits
|
||||||
|
?.slice(0, 20)
|
||||||
|
.map(
|
||||||
|
(twit) =>
|
||||||
|
twit?.text +
|
||||||
|
"/" +
|
||||||
|
twit?.meta.edits.text?.by?.profile?.name
|
||||||
|
).length || 0;
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
for (let i = 0; i < 50; i++) {
|
||||||
|
runner();
|
||||||
|
}
|
||||||
18
examples/twit-stresstest/newAllTweets.ts
Normal file
18
examples/twit-stresstest/newAllTweets.ts
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
import { ControlledAccount, LocalNode, cojsonReady } from "cojson";
|
||||||
|
import {
|
||||||
|
ListOfTwits,
|
||||||
|
migration,
|
||||||
|
} from "../twit/src/1_dataModel";
|
||||||
|
import { createOrResumeWorker, autoSub } from "jazz-nodejs"
|
||||||
|
|
||||||
|
|
||||||
|
const { localNode: node, worker } = await createOrResumeWorker({
|
||||||
|
workerName: "TwitAllTwitsCreator",
|
||||||
|
migration
|
||||||
|
});
|
||||||
|
|
||||||
|
const allTweetsGroup = worker.createGroup();
|
||||||
|
allTweetsGroup.addMember('everyone', 'writer');
|
||||||
|
|
||||||
|
const allTweets = allTweetsGroup.createList<ListOfTwits>();
|
||||||
|
console.log("allTweets", allTweets.id);
|
||||||
17
examples/twit-stresstest/package.json
Normal file
17
examples/twit-stresstest/package.json
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
{
|
||||||
|
"name": "twit-stresstest",
|
||||||
|
"version": "0.2.0",
|
||||||
|
"main": "dist/twit-stresstest/index.js",
|
||||||
|
"type": "module",
|
||||||
|
"license": "MIT",
|
||||||
|
"private": true,
|
||||||
|
"dependencies": {
|
||||||
|
"jazz-nodejs": "^0.6.0"
|
||||||
|
},
|
||||||
|
"scripts": {
|
||||||
|
"build": "rm -rf ./dist && tsc --sourceMap --outDir dist",
|
||||||
|
"stress4": "npx concurrently \"bun --inspect index.ts\" \"bun index.ts\" \"bun index.ts\" \"bun index.ts\"",
|
||||||
|
"stress8": "npx concurrently \"bun --inspect index.ts\" \"bun index.ts\" \"bun index.ts\" \"bun index.ts\" \"bun index.ts\" \"bun index.ts\" \"bun index.ts\" \"bun index.ts\"",
|
||||||
|
"stress8-built": "npx concurrently \"node dist/twit-stresstest/index.js\" \"node dist/twit-stresstest/index.js\" \"node dist/twit-stresstest/index.js\" \"node dist/twit-stresstest/index.js\" \"node dist/twit-stresstest/index.js\" \"node dist/twit-stresstest/index.js\" \"node dist/twit-stresstest/index.js\" \"node dist/twit-stresstest/index.js\""
|
||||||
|
}
|
||||||
|
}
|
||||||
19
examples/twit-stresstest/tsconfig.json
Normal file
19
examples/twit-stresstest/tsconfig.json
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
{
|
||||||
|
"compilerOptions": {
|
||||||
|
"lib": ["ESNext"],
|
||||||
|
"module": "esnext",
|
||||||
|
"target": "esnext",
|
||||||
|
"moduleResolution": "bundler",
|
||||||
|
"moduleDetection": "force",
|
||||||
|
"strict": true,
|
||||||
|
"downlevelIteration": true,
|
||||||
|
"skipLibCheck": true,
|
||||||
|
"jsx": "preserve",
|
||||||
|
"allowSyntheticDefaultImports": true,
|
||||||
|
"forceConsistentCasingInFileNames": true,
|
||||||
|
"allowJs": true,
|
||||||
|
"noUncheckedIndexedAccess": true,
|
||||||
|
"esModuleInterop": true,
|
||||||
|
},
|
||||||
|
"include": ["./index.ts"],
|
||||||
|
}
|
||||||
18
examples/twit/.eslintrc.cjs
Normal file
18
examples/twit/.eslintrc.cjs
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
module.exports = {
|
||||||
|
root: true,
|
||||||
|
env: { browser: true, es2020: true },
|
||||||
|
extends: [
|
||||||
|
'eslint:recommended',
|
||||||
|
'plugin:@typescript-eslint/recommended',
|
||||||
|
'plugin:react-hooks/recommended',
|
||||||
|
],
|
||||||
|
ignorePatterns: ['dist', '.eslintrc.cjs'],
|
||||||
|
parser: '@typescript-eslint/parser',
|
||||||
|
plugins: ['react-refresh'],
|
||||||
|
rules: {
|
||||||
|
'react-refresh/only-export-components': [
|
||||||
|
'warn',
|
||||||
|
{ allowConstantExport: true },
|
||||||
|
],
|
||||||
|
},
|
||||||
|
}
|
||||||
24
examples/twit/.gitignore
vendored
Normal file
24
examples/twit/.gitignore
vendored
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
# Logs
|
||||||
|
logs
|
||||||
|
*.log
|
||||||
|
npm-debug.log*
|
||||||
|
yarn-debug.log*
|
||||||
|
yarn-error.log*
|
||||||
|
pnpm-debug.log*
|
||||||
|
lerna-debug.log*
|
||||||
|
|
||||||
|
node_modules
|
||||||
|
dist
|
||||||
|
dist-ssr
|
||||||
|
*.local
|
||||||
|
|
||||||
|
# Editor directories and files
|
||||||
|
.vscode/*
|
||||||
|
!.vscode/extensions.json
|
||||||
|
.idea
|
||||||
|
.DS_Store
|
||||||
|
*.suo
|
||||||
|
*.ntvs*
|
||||||
|
*.njsproj
|
||||||
|
*.sln
|
||||||
|
*.sw?
|
||||||
11
examples/twit/.prettierrc
Normal file
11
examples/twit/.prettierrc
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"printWidth": 120,
|
||||||
|
"tabWidth": 2,
|
||||||
|
"useTabs": false,
|
||||||
|
"semi": true,
|
||||||
|
"singleQuote": true,
|
||||||
|
"trailingComma": "none",
|
||||||
|
"bracketSpacing": true,
|
||||||
|
"jsxBracketSameLine": false,
|
||||||
|
"arrowParens": "avoid"
|
||||||
|
}
|
||||||
14
examples/twit/CHANGELOG.md
Normal file
14
examples/twit/CHANGELOG.md
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
# jazz-example-twit
|
||||||
|
|
||||||
|
## 0.1.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- Adding a lot of performance improvements to cojson, add a stresstest for the twit example and make that run smoother in a lot of ways.
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies
|
||||||
|
- jazz-browser-media-images@0.5.0
|
||||||
|
- jazz-react@0.5.0
|
||||||
|
- jazz-react-auth-local@0.4.16
|
||||||
4
examples/twit/Dockerfile
Normal file
4
examples/twit/Dockerfile
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
FROM caddy:2.7.3-alpine
|
||||||
|
LABEL org.opencontainers.image.source="https://github.com/gardencmp/jazz"
|
||||||
|
|
||||||
|
COPY ./dist /usr/share/caddy/
|
||||||
64
examples/twit/README.md
Normal file
64
examples/twit/README.md
Normal file
@@ -0,0 +1,64 @@
|
|||||||
|
# Jazz Todo List Example
|
||||||
|
|
||||||
|
Live version: https://example-todo.jazz.tools
|
||||||
|
|
||||||
|
## Installing & running the example locally
|
||||||
|
|
||||||
|
Start by checking out just the example app to a folder:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
npx degit gardencmp/jazz/examples/todo jazz-example-todo
|
||||||
|
cd jazz-example-todo
|
||||||
|
```
|
||||||
|
|
||||||
|
(This ensures that you have the example app without git history or our multi-package monorepo)
|
||||||
|
|
||||||
|
Install dependencies:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
npm install
|
||||||
|
```
|
||||||
|
|
||||||
|
Start the dev server:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
npm run dev
|
||||||
|
```
|
||||||
|
|
||||||
|
## Structure
|
||||||
|
|
||||||
|
- [`src/basicComponents`](./src/basicComponents): simple components to build the UI, unrelated to Jazz (uses [shadcn/ui](https://ui.shadcn.com))
|
||||||
|
- [`src/components`](./src/components/): helper components that do contain Jazz-specific logic, but aren't very relevant to understand the basics of Jazz and CoJSON
|
||||||
|
- [`src/1_types.ts`](./src/1_types.ts),
|
||||||
|
[`src/2_main.tsx`](./src/2_main.tsx),
|
||||||
|
[`src/3_NewProjectForm.tsx`](./src/3_NewProjectForm.tsx),
|
||||||
|
[`src/4_ProjectTodoTable.tsx`](./src/4_ProjectTodoTable.tsx): the main files for this example, see the walkthrough below
|
||||||
|
|
||||||
|
## Walkthrough
|
||||||
|
|
||||||
|
### Main parts
|
||||||
|
|
||||||
|
1. Defining the data model with CoJSON: [`src/1_types.ts`](./src/1_types.ts)
|
||||||
|
|
||||||
|
2. The top-level provider `<WithJazz/>` and routing: [`src/2_main.tsx`](./src/2_main.tsx)
|
||||||
|
|
||||||
|
3. Creating a new todo project: [`src/3_NewProjectForm.tsx`](./src/3_NewProjectForm.tsx)
|
||||||
|
|
||||||
|
4. Reactively rendering a todo project as a table, adding and editing tasks: [`src/4_ProjectTodoTable.tsx`](./src/4_ProjectTodoTable.tsx)
|
||||||
|
|
||||||
|
### Helpers
|
||||||
|
|
||||||
|
- (not yet explained) Creating invite links/QR codes with `<InviteButton/>`: [`src/components/InviteButton.tsx`](./src/components/InviteButton.tsx)
|
||||||
|
|
||||||
|
This is the whole Todo List app!
|
||||||
|
|
||||||
|
## Questions / problems / feedback
|
||||||
|
|
||||||
|
If you have feedback, let us know on [Discord](https://discord.gg/utDMjHYg42) or open an issue or PR to fix something that seems wrong.
|
||||||
|
|
||||||
|
|
||||||
|
## Configuration: sync server
|
||||||
|
|
||||||
|
By default, the example app uses [Jazz Global Mesh](https://jazz.tools/mesh) (`wss://sync.jazz.tools`) - so cross-device use, invites and collaboration should just work.
|
||||||
|
|
||||||
|
You can also run a local sync server by running `npx cojson-simple-sync` and adding the query param `?sync=ws://localhost:4200` to the URL of the example app (for example: `http://localhost:5173/?sync=ws://localhost:4200`), or by setting the `sync` parameter of the `<WithJazz>` provider component in [./src/2_main.tsx](./src/2_main.tsx).
|
||||||
16
examples/twit/components.json
Normal file
16
examples/twit/components.json
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://ui.shadcn.com/schema.json",
|
||||||
|
"style": "default",
|
||||||
|
"rsc": false,
|
||||||
|
"tsx": true,
|
||||||
|
"tailwind": {
|
||||||
|
"config": "tailwind.config.js",
|
||||||
|
"css": "src/index.css",
|
||||||
|
"baseColor": "stone",
|
||||||
|
"cssVariables": true
|
||||||
|
},
|
||||||
|
"aliases": {
|
||||||
|
"components": "@/basicComponents",
|
||||||
|
"utils": "@/basicComponents/lib/utils"
|
||||||
|
}
|
||||||
|
}
|
||||||
13
examples/twit/index.html
Normal file
13
examples/twit/index.html
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
<!doctype html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8" />
|
||||||
|
<link rel="icon" type="image/png" href="/jazz-logo.png" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
<title>Twit</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div id="root"></div>
|
||||||
|
<script type="module" src="/src/2_main.tsx"></script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
56
examples/twit/job-template.nomad
Normal file
56
examples/twit/job-template.nomad
Normal file
@@ -0,0 +1,56 @@
|
|||||||
|
job "twit$BRANCH_SUFFIX" {
|
||||||
|
region = "global"
|
||||||
|
datacenters = ["*"]
|
||||||
|
|
||||||
|
group "static" {
|
||||||
|
count = 4
|
||||||
|
|
||||||
|
network {
|
||||||
|
port "http" {
|
||||||
|
to = 80
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
constraint {
|
||||||
|
attribute = "${node.class}"
|
||||||
|
operator = "="
|
||||||
|
value = "mesh"
|
||||||
|
}
|
||||||
|
|
||||||
|
spread {
|
||||||
|
attribute = "${node.datacenter}"
|
||||||
|
weight = 100
|
||||||
|
}
|
||||||
|
|
||||||
|
constraint {
|
||||||
|
distinct_hosts = true
|
||||||
|
}
|
||||||
|
|
||||||
|
task "server" {
|
||||||
|
driver = "docker"
|
||||||
|
|
||||||
|
config {
|
||||||
|
image = "$DOCKER_TAG"
|
||||||
|
ports = ["http"]
|
||||||
|
|
||||||
|
auth = {
|
||||||
|
username = "$DOCKER_USER"
|
||||||
|
password = "$DOCKER_PASSWORD"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
service {
|
||||||
|
tags = ["public"]
|
||||||
|
name = "twit$BRANCH_SUFFIX"
|
||||||
|
port = "http"
|
||||||
|
provider = "consul"
|
||||||
|
}
|
||||||
|
|
||||||
|
resources {
|
||||||
|
cpu = 50 # MHz
|
||||||
|
memory = 50 # MB
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
# deploy bump 4
|
||||||
51
examples/twit/package.json
Normal file
51
examples/twit/package.json
Normal file
@@ -0,0 +1,51 @@
|
|||||||
|
{
|
||||||
|
"name": "jazz-example-twit",
|
||||||
|
"private": true,
|
||||||
|
"version": "0.1.0",
|
||||||
|
"type": "module",
|
||||||
|
"scripts": {
|
||||||
|
"dev": "vite",
|
||||||
|
"build": "tsc && vite build",
|
||||||
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
||||||
|
"preview": "vite preview"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"@radix-ui/react-checkbox": "^1.0.4",
|
||||||
|
"@radix-ui/react-popover": "^1.0.7",
|
||||||
|
"@radix-ui/react-slot": "^1.0.2",
|
||||||
|
"@radix-ui/react-toast": "^1.1.4",
|
||||||
|
"@types/qrcode": "^1.5.1",
|
||||||
|
"class-variance-authority": "^0.7.0",
|
||||||
|
"clsx": "^2.0.0",
|
||||||
|
"javascript-time-ago": "^2.5.9",
|
||||||
|
"jazz-browser-media-images": "^0.5.0",
|
||||||
|
"jazz-react": "^0.5.0",
|
||||||
|
"jazz-react-auth-local": "^0.4.16",
|
||||||
|
"lucide-react": "^0.274.0",
|
||||||
|
"qrcode": "^1.5.3",
|
||||||
|
"react": "^18.2.0",
|
||||||
|
"react-dom": "^18.2.0",
|
||||||
|
"react-intersection-observer": "^9.5.2",
|
||||||
|
"react-router": "^6.16.0",
|
||||||
|
"react-router-dom": "^6.16.0",
|
||||||
|
"react-time-ago": "^7.2.1",
|
||||||
|
"tailwind-merge": "^1.14.0",
|
||||||
|
"tailwindcss-animate": "^1.0.7",
|
||||||
|
"uniqolor": "^1.1.0"
|
||||||
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"@types/react": "^18.2.15",
|
||||||
|
"@types/react-dom": "^18.2.7",
|
||||||
|
"@typescript-eslint/eslint-plugin": "^6.0.0",
|
||||||
|
"@typescript-eslint/parser": "^6.0.0",
|
||||||
|
"@vitejs/plugin-react-swc": "^3.3.2",
|
||||||
|
"autoprefixer": "^10.4.14",
|
||||||
|
"eslint": "^8.45.0",
|
||||||
|
"eslint-plugin-react-hooks": "^4.6.0",
|
||||||
|
"eslint-plugin-react-refresh": "^0.4.3",
|
||||||
|
"postcss": "^8.4.27",
|
||||||
|
"tailwindcss": "^3.3.3",
|
||||||
|
"typescript": "^5.0.2",
|
||||||
|
"vite": "^4.4.5"
|
||||||
|
}
|
||||||
|
}
|
||||||
6
examples/twit/postcss.config.js
Normal file
6
examples/twit/postcss.config.js
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
export default {
|
||||||
|
plugins: {
|
||||||
|
tailwindcss: {},
|
||||||
|
autoprefixer: {},
|
||||||
|
},
|
||||||
|
}
|
||||||
BIN
examples/twit/public/jazz-logo.png
Normal file
BIN
examples/twit/public/jazz-logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.3 KiB |
58
examples/twit/src/1_dataModel.ts
Normal file
58
examples/twit/src/1_dataModel.ts
Normal file
@@ -0,0 +1,58 @@
|
|||||||
|
import { CoMap, CoList, Media, CoStream, Group, AccountMigration, EVERYONE, Profile } from 'cojson';
|
||||||
|
|
||||||
|
export type Twit = CoMap<{
|
||||||
|
text?: string;
|
||||||
|
images?: ListOfImages['id'];
|
||||||
|
likes: LikeStream['id'];
|
||||||
|
replies: ReplyStream['id'];
|
||||||
|
isReplyTo?: Twit['id'];
|
||||||
|
}>;
|
||||||
|
|
||||||
|
export type ListOfImages = CoList<Media.ImageDefinition['id']>;
|
||||||
|
export type LikeStream = CoStream<'❤️' | null>;
|
||||||
|
export type ReplyStream = CoStream<Twit['id']>;
|
||||||
|
|
||||||
|
export type ListOfTwits = CoList<Twit['id']>;
|
||||||
|
export type ListOfProfiles = CoList<TwitProfile['id']>;
|
||||||
|
export type StreamOfFollowers = CoStream<TwitProfile['id'] | null>;
|
||||||
|
|
||||||
|
export type TwitProfile = Profile<
|
||||||
|
{
|
||||||
|
name: string;
|
||||||
|
bio: string;
|
||||||
|
avatar?: Media.ImageDefinition['id'];
|
||||||
|
twits: ListOfTwits['id'];
|
||||||
|
following: ListOfProfiles['id'];
|
||||||
|
followers: StreamOfFollowers['id'];
|
||||||
|
twitStyle?: { fontFamily: string; color: string };
|
||||||
|
}
|
||||||
|
>;
|
||||||
|
|
||||||
|
export type TwitAccountRoot = CoMap<{
|
||||||
|
peopleWhoCanSeeMyContent: Group['id'];
|
||||||
|
peopleWhoCanInteractWithMe: Group['id'];
|
||||||
|
}>;
|
||||||
|
|
||||||
|
export const ALL_TWEETS_LIST_ID = "co_zQEhxDTvZt3f4vWKqVNj9TCTRs4" as ListOfTwits['id'];
|
||||||
|
|
||||||
|
export const migration: AccountMigration<TwitProfile, TwitAccountRoot> = (account, profile) => {
|
||||||
|
if (!account.get('root')) {
|
||||||
|
const peopleWhoCanSeeMyContent = account.createGroup();
|
||||||
|
const peopleWhoCanInteractWithMe = account.createGroup();
|
||||||
|
|
||||||
|
peopleWhoCanSeeMyContent?.addMember(EVERYONE, 'reader');
|
||||||
|
peopleWhoCanInteractWithMe?.addMember(EVERYONE, 'writer');
|
||||||
|
|
||||||
|
const root = account.createMap<TwitAccountRoot>({
|
||||||
|
peopleWhoCanSeeMyContent: peopleWhoCanSeeMyContent.id,
|
||||||
|
peopleWhoCanInteractWithMe: peopleWhoCanInteractWithMe.id
|
||||||
|
});
|
||||||
|
|
||||||
|
account.set('root', root.id);
|
||||||
|
|
||||||
|
profile.set('twits', peopleWhoCanSeeMyContent.createList<ListOfTwits>().id, 'trusting');
|
||||||
|
profile.set('following', peopleWhoCanSeeMyContent.createList<ListOfProfiles>().id, 'trusting');
|
||||||
|
profile.set('followers', peopleWhoCanInteractWithMe.createStream<StreamOfFollowers>().id, 'trusting');
|
||||||
|
console.log('MIGRATION SUCCESSFUL!');
|
||||||
|
}
|
||||||
|
};
|
||||||
74
examples/twit/src/2_main.tsx
Normal file
74
examples/twit/src/2_main.tsx
Normal file
@@ -0,0 +1,74 @@
|
|||||||
|
import ReactDOM from 'react-dom/client';
|
||||||
|
import { RouterProvider, createHashRouter } from 'react-router-dom';
|
||||||
|
import './index.css';
|
||||||
|
|
||||||
|
import { AccountMigration } from 'cojson';
|
||||||
|
import { DemoAuth, WithJazz, useJazz } from 'jazz-react';
|
||||||
|
|
||||||
|
import { Button, ThemeProvider, TitleAndLogo } from './basicComponents/index.tsx';
|
||||||
|
|
||||||
|
import { migration } from './1_dataModel.ts';
|
||||||
|
import { AllTwitsFeed, FollowingFeed } from './3_ChronoFeed.tsx';
|
||||||
|
import { ProfilePage } from './5_ProfilePage.tsx';
|
||||||
|
|
||||||
|
const appName = 'Jazz Twit Example';
|
||||||
|
|
||||||
|
const auth = DemoAuth({
|
||||||
|
appName
|
||||||
|
});
|
||||||
|
|
||||||
|
ReactDOM.createRoot(document.getElementById('root')!).render(
|
||||||
|
// <React.StrictMode>
|
||||||
|
<WithJazz auth={auth} migration={migration as AccountMigration}>
|
||||||
|
<ThemeProvider>
|
||||||
|
<TitleAndLogo name={appName} />
|
||||||
|
<div className="flex flex-col h-full items-stretch justify-start gap-10 pt-10 pb-10 px-5 w-full max-w-xl mx-auto">
|
||||||
|
<App />
|
||||||
|
</div>
|
||||||
|
</ThemeProvider>
|
||||||
|
</WithJazz>
|
||||||
|
// </React.StrictMode>
|
||||||
|
);
|
||||||
|
|
||||||
|
function App() {
|
||||||
|
const { me, logOut } = useJazz();
|
||||||
|
|
||||||
|
const router = createHashRouter([
|
||||||
|
{
|
||||||
|
path: '/',
|
||||||
|
element: <AllTwitsFeed />
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: '/following',
|
||||||
|
element: <FollowingFeed />
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: '/:profileId',
|
||||||
|
element: <ProfilePage />
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: '/me',
|
||||||
|
loader: () => router.navigate('/' + me.profile?.id)
|
||||||
|
}
|
||||||
|
]);
|
||||||
|
|
||||||
|
return (
|
||||||
|
<>
|
||||||
|
<div className="flex gap-2">
|
||||||
|
<Button onClick={() => router.navigate('/')} variant="link" className="-ml-3">
|
||||||
|
Home
|
||||||
|
</Button>
|
||||||
|
<Button onClick={() => router.navigate('/following')} variant="link" className="-ml-3">
|
||||||
|
Following
|
||||||
|
</Button>
|
||||||
|
<Button onClick={() => router.navigate('/me')} variant="link" className="ml-auto">
|
||||||
|
My Profile
|
||||||
|
</Button>
|
||||||
|
<Button onClick={() => router.navigate('/').then(logOut)} variant="outline">
|
||||||
|
Log Out
|
||||||
|
</Button>
|
||||||
|
</div>
|
||||||
|
<RouterProvider router={router} />
|
||||||
|
</>
|
||||||
|
);
|
||||||
|
}
|
||||||
62
examples/twit/src/3_ChronoFeed.tsx
Normal file
62
examples/twit/src/3_ChronoFeed.tsx
Normal file
@@ -0,0 +1,62 @@
|
|||||||
|
import { useEffect, useMemo, useState } from 'react';
|
||||||
|
import { useAutoSub, useJazz } from 'jazz-react';
|
||||||
|
import { ALL_TWEETS_LIST_ID, TwitAccountRoot, TwitProfile } from './1_dataModel.ts';
|
||||||
|
import { CreateTwitForm } from './6_CreateTwitForm.tsx';
|
||||||
|
import { TwitComponent } from './4_TwitComponent.tsx';
|
||||||
|
import { LazyLoadRow, MainH1 } from './basicComponents/index.tsx';
|
||||||
|
|
||||||
|
export function AllTwitsFeed() {
|
||||||
|
const allTwits = useAutoSub(ALL_TWEETS_LIST_ID);
|
||||||
|
|
||||||
|
const [animate, setAnimate] = useState(false);
|
||||||
|
|
||||||
|
useEffect(() => {
|
||||||
|
if (!animate && allTwits?.length) {
|
||||||
|
setTimeout(() => setAnimate(true), 1000);
|
||||||
|
}
|
||||||
|
}, [allTwits, animate])
|
||||||
|
|
||||||
|
return (
|
||||||
|
<div className="flex flex-col items-stretch">
|
||||||
|
<CreateTwitForm className="mb-10" />
|
||||||
|
<MainH1>
|
||||||
|
All {allTwits?.length} Twits{' '}
|
||||||
|
<span className="text-sm">
|
||||||
|
{allTwits?.mapDeferred(({ loaded }) => loaded).filter(l => l).length || 0} loaded
|
||||||
|
</span>
|
||||||
|
</MainH1>
|
||||||
|
{allTwits?.mapDeferred(twit => (
|
||||||
|
<LazyLoadRow key={twit.id} animate={animate}>{() => <TwitComponent twit={twit.value()} />}</LazyLoadRow>
|
||||||
|
))}
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
export function FollowingFeed() {
|
||||||
|
const { me } = useJazz<TwitProfile, TwitAccountRoot>();
|
||||||
|
|
||||||
|
const myTwits = me.profile?.twits;
|
||||||
|
|
||||||
|
const twitsFromFollows = useMemo(
|
||||||
|
() => me.profile?.following?.flatMap(follow => follow?.twits || []) || [],
|
||||||
|
[me.profile?.following]
|
||||||
|
);
|
||||||
|
|
||||||
|
const allTwitsSorted = useMemo(
|
||||||
|
() =>
|
||||||
|
[...(myTwits || []), ...twitsFromFollows]
|
||||||
|
.flatMap(tw => (tw ? (tw.isReplyTo ? [] : tw) : []))
|
||||||
|
.sort((a, b) => (b.meta.edits.text?.at?.getTime() || 0) - (a.meta.edits.text?.at?.getTime() || 0)),
|
||||||
|
[myTwits, twitsFromFollows]
|
||||||
|
);
|
||||||
|
|
||||||
|
return (
|
||||||
|
<div className="flex flex-col items-stretch">
|
||||||
|
<CreateTwitForm className="mb-10" />
|
||||||
|
<MainH1>From people you follow</MainH1>
|
||||||
|
{allTwitsSorted?.map(twit => (
|
||||||
|
<TwitComponent twit={twit} key={twit.id} />
|
||||||
|
))}
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
}
|
||||||
106
examples/twit/src/4_TwitComponent.tsx
Normal file
106
examples/twit/src/4_TwitComponent.tsx
Normal file
@@ -0,0 +1,106 @@
|
|||||||
|
import React from 'react';
|
||||||
|
import { Link } from 'react-router-dom';
|
||||||
|
import {
|
||||||
|
ButtonWithCount,
|
||||||
|
ProfilePicImg,
|
||||||
|
ReactionsContainer,
|
||||||
|
RepliesContainer,
|
||||||
|
SubtleRelativeTimeAgo,
|
||||||
|
TwitContainer,
|
||||||
|
TwitWithRepliesContainer,
|
||||||
|
TwitImg,
|
||||||
|
TwitImgGallery,
|
||||||
|
TwitHeader,
|
||||||
|
TwitBody,
|
||||||
|
TwitText,
|
||||||
|
Placeholder,
|
||||||
|
} from './basicComponents/index.tsx';
|
||||||
|
import { Twit, TwitProfile } from './1_dataModel.ts';
|
||||||
|
import { BrowserImage } from 'jazz-browser-media-images';
|
||||||
|
import { HeartIcon, MessagesSquareIcon } from 'lucide-react';
|
||||||
|
import { CreateTwitForm } from './6_CreateTwitForm.tsx';
|
||||||
|
import { Resolved } from 'jazz-react';
|
||||||
|
|
||||||
|
export function TwitComponent({
|
||||||
|
twit,
|
||||||
|
alreadyInReplies: alreadyInReplies
|
||||||
|
}: {
|
||||||
|
twit?: Resolved<Twit>;
|
||||||
|
alreadyInReplies?: boolean;
|
||||||
|
}) {
|
||||||
|
const [showReplyForm, setShowReplyForm] = React.useState(false);
|
||||||
|
|
||||||
|
const posterProfile = twit?.meta.edits.text?.by?.profile as Resolved<TwitProfile> | undefined;
|
||||||
|
const isTopLevel = !twit?.isReplyTo || alreadyInReplies;
|
||||||
|
|
||||||
|
const loadReactions = !!posterProfile?.name;
|
||||||
|
|
||||||
|
return (
|
||||||
|
<TwitWithRepliesContainer isTopLevel={isTopLevel}>
|
||||||
|
<TwitContainer>
|
||||||
|
<ProfilePicImg
|
||||||
|
src={posterProfile?.avatar?.as(BrowserImage)?.highestResSrcOrPlaceholder}
|
||||||
|
linkTo={posterProfile?.id && ('/' + posterProfile.id)}
|
||||||
|
initial={posterProfile?.name[0]}
|
||||||
|
size={twit?.isReplyTo && "sm"}
|
||||||
|
/>
|
||||||
|
|
||||||
|
<TwitBody>
|
||||||
|
<TwitHeader>
|
||||||
|
{posterProfile ? <Link to={'/' + posterProfile.id} className="font-bold hover:underline">
|
||||||
|
{posterProfile.name}
|
||||||
|
</Link> : <Placeholder/>}
|
||||||
|
{/* <div className='ml-2 text-xs text-neutral-200 dark:text-neutral-800'>{twit?.id}</div> */}
|
||||||
|
<SubtleRelativeTimeAgo dateTime={twit?.meta.edits.text?.at} />
|
||||||
|
</TwitHeader>
|
||||||
|
|
||||||
|
<TwitText style={posterProfile?.twitStyle}>
|
||||||
|
{twit?.text || <Placeholder/>}
|
||||||
|
</TwitText>
|
||||||
|
|
||||||
|
{twit?.images && (
|
||||||
|
<TwitImgGallery>
|
||||||
|
{twit.images.map((image, idx) => (
|
||||||
|
<TwitImg src={image?.as(BrowserImage)?.highestResSrcOrPlaceholder} key={image?.id || idx} />
|
||||||
|
))}
|
||||||
|
</TwitImgGallery>
|
||||||
|
)}
|
||||||
|
|
||||||
|
<ReactionsContainer>
|
||||||
|
<ButtonWithCount
|
||||||
|
active={loadReactions && (twit?.likes?.me?.last === '❤️')}
|
||||||
|
onClick={() => twit?.likes?.push(twit?.likes?.me?.last ? null : '❤️')}
|
||||||
|
count={loadReactions && (twit?.likes?.perAccount.filter(([, liked]) => liked.last === '❤️').length) || 0}
|
||||||
|
icon={<HeartIcon size="18" />}
|
||||||
|
activeIcon={<HeartIcon color="red" size="18" fill="red" />}
|
||||||
|
disabled={!loadReactions || !twit?.likes?.perAccount}
|
||||||
|
/>
|
||||||
|
<ButtonWithCount
|
||||||
|
onClick={() => setShowReplyForm(s => !s)}
|
||||||
|
count={loadReactions && (twit?.replies?.perAccount.flatMap(([, byAccount]) => byAccount.all).length) || 0}
|
||||||
|
icon={<MessagesSquareIcon size="18" />}
|
||||||
|
disabled={!loadReactions || !twit?.replies?.perAccount}
|
||||||
|
/>
|
||||||
|
</ReactionsContainer>
|
||||||
|
</TwitBody>
|
||||||
|
</TwitContainer>
|
||||||
|
|
||||||
|
<RepliesContainer>
|
||||||
|
{showReplyForm && (
|
||||||
|
<CreateTwitForm
|
||||||
|
inReplyTo={twit}
|
||||||
|
onSubmit={() => setShowReplyForm(false)}
|
||||||
|
className={'mt-5 ' + (isTopLevel ? 'ml-14' : 'ml-12')}
|
||||||
|
/>
|
||||||
|
)}
|
||||||
|
|
||||||
|
{loadReactions && twit?.replies?.perAccount
|
||||||
|
.flatMap(([, byAccount]) => byAccount.all)
|
||||||
|
.sort((a, b) => b.at.getTime() - a.at.getTime())
|
||||||
|
.map(replyEntry => (
|
||||||
|
<TwitComponent twit={replyEntry.value} key={replyEntry.value?.id} alreadyInReplies={!!twit?.isReplyTo} />
|
||||||
|
))}
|
||||||
|
</RepliesContainer>
|
||||||
|
</TwitWithRepliesContainer>
|
||||||
|
);
|
||||||
|
}
|
||||||
127
examples/twit/src/5_ProfilePage.tsx
Normal file
127
examples/twit/src/5_ProfilePage.tsx
Normal file
@@ -0,0 +1,127 @@
|
|||||||
|
import { useEffect, useMemo, useState } from 'react';
|
||||||
|
import { useParams } from 'react-router-dom';
|
||||||
|
import { useJazz, useAutoSub } from 'jazz-react';
|
||||||
|
import QRCode from 'qrcode';
|
||||||
|
import {
|
||||||
|
BioInput,
|
||||||
|
ChooseProfilePicInput,
|
||||||
|
FollowerStatsContainer,
|
||||||
|
Popover,
|
||||||
|
ProfileName,
|
||||||
|
ProfilePicImg,
|
||||||
|
ProfileTitleContainer,
|
||||||
|
SmallInlineButton
|
||||||
|
} from './basicComponents/index.tsx';
|
||||||
|
import { TwitAccountRoot, TwitProfile } from './1_dataModel.ts';
|
||||||
|
import { CoID } from 'cojson';
|
||||||
|
import { BrowserImage, createImage } from 'jazz-browser-media-images';
|
||||||
|
import { FollowButton, FollowerList, FollowingList } from './7_FollowStuff.tsx';
|
||||||
|
import { CreateTwitForm } from './6_CreateTwitForm.tsx';
|
||||||
|
import { TwitComponent } from './4_TwitComponent.tsx';
|
||||||
|
import { PopoverContent, PopoverTrigger } from '@radix-ui/react-popover';
|
||||||
|
|
||||||
|
export function ProfilePage() {
|
||||||
|
const { profileId } = useParams<{ profileId: CoID<TwitProfile> }>();
|
||||||
|
const { me } = useJazz<TwitProfile, TwitAccountRoot>();
|
||||||
|
|
||||||
|
const profile = useAutoSub(profileId);
|
||||||
|
const isMe = profile?.id == me.profile?.id;
|
||||||
|
|
||||||
|
const profileTwitsAndRepliedToTwits = useMemo(() => {
|
||||||
|
return profile?.twits?.map((twit, _, allTwits) =>
|
||||||
|
twit?.isReplyTo
|
||||||
|
? allTwits.some(
|
||||||
|
tw =>
|
||||||
|
tw?.id === twit?.isReplyTo?.id ||
|
||||||
|
tw?.id === twit?.isReplyTo?.isReplyTo?.id ||
|
||||||
|
tw?.id === twit?.isReplyTo?.isReplyTo?.isReplyTo?.id
|
||||||
|
)
|
||||||
|
? null
|
||||||
|
: twit?.isReplyTo
|
||||||
|
: twit
|
||||||
|
) || [];
|
||||||
|
}, [profile?.twits]);
|
||||||
|
|
||||||
|
const [qr, setQr] = useState<string>('');
|
||||||
|
useEffect(() => {
|
||||||
|
QRCode.toDataURL(
|
||||||
|
window.location.protocol + '//' + window.location.host + window.location.pathname + '#/' + profile?.id,
|
||||||
|
{
|
||||||
|
errorCorrectionLevel: 'L'
|
||||||
|
}
|
||||||
|
).then(setQr);
|
||||||
|
}, [profile?.id]);
|
||||||
|
|
||||||
|
return (
|
||||||
|
<div>
|
||||||
|
<div className="py-2 mb-5 flex gap-4">
|
||||||
|
<div className="flex flex-col items-stretch">
|
||||||
|
<ProfilePicImg
|
||||||
|
src={profile?.avatar?.as(BrowserImage)?.highestResSrcOrPlaceholder}
|
||||||
|
initial={profile?.name[0]}
|
||||||
|
size="xxl"
|
||||||
|
/>
|
||||||
|
{isMe && (
|
||||||
|
<ChooseProfilePicInput
|
||||||
|
onChange={(file: File) =>
|
||||||
|
me.root?.peopleWhoCanSeeMyContent &&
|
||||||
|
createImage(file, me.root.peopleWhoCanSeeMyContent, 256).then(image => {
|
||||||
|
me.profile?.set({ avatar: image.id }, 'trusting');
|
||||||
|
})
|
||||||
|
}
|
||||||
|
/>
|
||||||
|
)}
|
||||||
|
</div>
|
||||||
|
<div className="grow">
|
||||||
|
<ProfileTitleContainer>
|
||||||
|
<ProfileName>{profile?.name}</ProfileName>
|
||||||
|
{!isMe && <FollowButton profile={profile} />}
|
||||||
|
</ProfileTitleContainer>
|
||||||
|
|
||||||
|
<div>
|
||||||
|
{isMe ? (
|
||||||
|
<BioInput
|
||||||
|
value={profile?.bio}
|
||||||
|
onChange={newBio => {
|
||||||
|
profile?.set({ bio: newBio }, 'trusting');
|
||||||
|
// prettier-ignore
|
||||||
|
if (newBio.startsWith('{')) { profile?.set('twitStyle', JSON.parse(newBio), 'trusting'); } else { profile?.set('twitStyle', undefined, 'trusting'); }
|
||||||
|
}}
|
||||||
|
/>
|
||||||
|
) : (
|
||||||
|
profile?.bio || '(No bio)'
|
||||||
|
)}
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<FollowerStatsContainer>
|
||||||
|
<Popover>
|
||||||
|
<PopoverTrigger>
|
||||||
|
<SmallInlineButton>
|
||||||
|
{profile?.followers?.perAccount?.filter(([, status]) => status.last).length} Followers
|
||||||
|
</SmallInlineButton>
|
||||||
|
</PopoverTrigger>
|
||||||
|
<PopoverContent>
|
||||||
|
<FollowerList profile={profile} />
|
||||||
|
</PopoverContent>
|
||||||
|
</Popover>
|
||||||
|
<span className="hidden md:block">—</span> <br className="md:hidden" />
|
||||||
|
<Popover>
|
||||||
|
<PopoverTrigger>
|
||||||
|
<SmallInlineButton>{new Set(profile?.following || []).size} Following</SmallInlineButton>
|
||||||
|
</PopoverTrigger>
|
||||||
|
<PopoverContent>
|
||||||
|
<FollowingList profile={profile} />
|
||||||
|
</PopoverContent>
|
||||||
|
</Popover>
|
||||||
|
</FollowerStatsContainer>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{isMe && <img src={qr} className="rounded w-28 h-28 -mr-3 dark:invert max-sm:w-16 max-sm:h-16" />}
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{isMe && <CreateTwitForm className="mb-4" />}
|
||||||
|
|
||||||
|
{profileTwitsAndRepliedToTwits?.map(twit => twit && <TwitComponent twit={twit} key={twit?.id} />)}
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
}
|
||||||
80
examples/twit/src/6_CreateTwitForm.tsx
Normal file
80
examples/twit/src/6_CreateTwitForm.tsx
Normal file
@@ -0,0 +1,80 @@
|
|||||||
|
import React, { useCallback, useEffect } from 'react';
|
||||||
|
import { Resolved, useJazz, useSyncedValue } from 'jazz-react';
|
||||||
|
import { AddTwitPicsInput, TwitImg, TwitTextInput } from './basicComponents/index.tsx';
|
||||||
|
import { ALL_TWEETS_LIST_ID, LikeStream, ListOfImages, ReplyStream, Twit, TwitAccountRoot, TwitProfile } from './1_dataModel.ts';
|
||||||
|
import { createImage } from 'jazz-browser-media-images';
|
||||||
|
|
||||||
|
export function CreateTwitForm(
|
||||||
|
props: {
|
||||||
|
inReplyTo?: Resolved<Twit>;
|
||||||
|
onSubmit?: () => void;
|
||||||
|
className?: string;
|
||||||
|
} = {}
|
||||||
|
) {
|
||||||
|
const { me } = useJazz<TwitProfile, TwitAccountRoot>();
|
||||||
|
const allTwits = useSyncedValue(ALL_TWEETS_LIST_ID);
|
||||||
|
|
||||||
|
const [pics, setPics] = React.useState<File[]>([]);
|
||||||
|
|
||||||
|
const onSubmit = useCallback(
|
||||||
|
(twitText: string) => {
|
||||||
|
const audience = me.root?.peopleWhoCanSeeMyContent;
|
||||||
|
const interactors = me.root?.peopleWhoCanInteractWithMe;
|
||||||
|
if (!audience || !interactors) return;
|
||||||
|
|
||||||
|
const twit = audience.createMap<Twit>({
|
||||||
|
text: twitText,
|
||||||
|
likes: interactors.createStream<LikeStream>().id,
|
||||||
|
replies: interactors.createStream<ReplyStream>().id
|
||||||
|
});
|
||||||
|
|
||||||
|
me.profile?.twits?.prepend(twit?.id as Twit['id']);
|
||||||
|
|
||||||
|
if (!props.inReplyTo) {
|
||||||
|
allTwits?.prepend(twit.id);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (props.inReplyTo) {
|
||||||
|
props.inReplyTo.replies?.push(twit.id);
|
||||||
|
twit.set({ isReplyTo: props.inReplyTo.id });
|
||||||
|
}
|
||||||
|
|
||||||
|
if (pics.length > 0) {
|
||||||
|
Promise.all(pics.map(pic => createImage(pic, twit.group, 1024))).then(createdPics => {
|
||||||
|
twit.set({ images: audience.createList<ListOfImages>(createdPics.map(pic => pic.id)).id });
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
setPics([]);
|
||||||
|
props.onSubmit?.();
|
||||||
|
},
|
||||||
|
[me.profile?.twits, me.root?.peopleWhoCanSeeMyContent, me.root?.peopleWhoCanInteractWithMe, props, pics, allTwits]
|
||||||
|
);
|
||||||
|
|
||||||
|
const [picPreviews, setPicPreviews] = React.useState<string[]>([]);
|
||||||
|
useEffect(() => {
|
||||||
|
const previews = pics.map(pic => URL.createObjectURL(pic));
|
||||||
|
setPicPreviews(previews);
|
||||||
|
return () => previews.forEach(preview => URL.revokeObjectURL(preview));
|
||||||
|
}, [pics]);
|
||||||
|
|
||||||
|
return (
|
||||||
|
<div className={props.className}>
|
||||||
|
<TwitTextInput onSubmit={onSubmit} submitButtonLabel={props.inReplyTo ? 'Reply!' : 'Twit!'} />
|
||||||
|
|
||||||
|
{picPreviews.length ? (
|
||||||
|
<div className="flex gap-2 mt-2">
|
||||||
|
{picPreviews.map(preview => (
|
||||||
|
<TwitImg src={preview} />
|
||||||
|
))}
|
||||||
|
</div>
|
||||||
|
) : (
|
||||||
|
<AddTwitPicsInput
|
||||||
|
onChange={(newPics: File[]) => {
|
||||||
|
setPics(newPics);
|
||||||
|
}}
|
||||||
|
/>
|
||||||
|
)}
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
}
|
||||||
80
examples/twit/src/7_FollowStuff.tsx
Normal file
80
examples/twit/src/7_FollowStuff.tsx
Normal file
@@ -0,0 +1,80 @@
|
|||||||
|
import { useCallback } from 'react';
|
||||||
|
import { Resolved, useJazz } from 'jazz-react';
|
||||||
|
import { Button, ProfilePicImg } from './basicComponents/index.tsx';
|
||||||
|
import { TwitAccountRoot, TwitProfile } from './1_dataModel.ts';
|
||||||
|
import { Link } from 'react-router-dom';
|
||||||
|
import { BrowserImage } from 'jazz-browser-media-images';
|
||||||
|
|
||||||
|
export function FollowButton({ profile }: { profile?: Resolved<TwitProfile> }) {
|
||||||
|
const { me } = useJazz<TwitProfile, TwitAccountRoot>();
|
||||||
|
|
||||||
|
const alreadyFollowing = profile?.followers?.perAccount?.some(([acc, status]) => acc === me.id && !!status.last);
|
||||||
|
const theyFollowMe = profile?.following?.some(f => f?.id === me.profile?.id);
|
||||||
|
|
||||||
|
const followOrUnfollow = useCallback(() => {
|
||||||
|
if (!profile?.followers || !me.profile?.following) return;
|
||||||
|
if (alreadyFollowing) {
|
||||||
|
me.profile.following.delete(me.profile.following.findIndex(f => f?.id === profile.id));
|
||||||
|
profile.followers.push(null);
|
||||||
|
} else {
|
||||||
|
me.profile.following.append(profile.id);
|
||||||
|
profile.followers.push(me.profile.id);
|
||||||
|
}
|
||||||
|
}, [alreadyFollowing, me.profile, profile]);
|
||||||
|
|
||||||
|
return profile?.id === me.profile?.id ? (
|
||||||
|
<div className="ml-auto text-neutral-500">That's you!</div>
|
||||||
|
) : (
|
||||||
|
<Button onClick={followOrUnfollow} className="ml-auto" disabled={!profile?.followers || !me.profile?.following} variant={alreadyFollowing ? 'ghost' : 'default'}>
|
||||||
|
{alreadyFollowing ? 'Unfollow' : theyFollowMe ? 'Follow Back' : 'Follow'}
|
||||||
|
</Button>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
export function FollowerList({ profile }: { profile?: Resolved<TwitProfile> }) {
|
||||||
|
return (
|
||||||
|
<div className="flex flex-col gap-4 p-4 bg-background rounded-lg border shadow-lg w-96 max-w-full m-2">
|
||||||
|
{profile?.followers?.perAccount.map(([, followEntry]) => {
|
||||||
|
const followerProfile = followEntry.last;
|
||||||
|
// not following anymore?
|
||||||
|
if (!followerProfile) return null;
|
||||||
|
|
||||||
|
return (
|
||||||
|
<div key={followerProfile.id} className="flex items-center">
|
||||||
|
<ProfilePicImg
|
||||||
|
src={followerProfile?.avatar?.as(BrowserImage)?.highestResSrcOrPlaceholder}
|
||||||
|
linkTo={'/' + followerProfile?.id}
|
||||||
|
initial={followerProfile?.name[0]}
|
||||||
|
/>
|
||||||
|
<Link to={'/' + followerProfile?.id} className="font-bold hover:underline">
|
||||||
|
{followerProfile?.name}
|
||||||
|
</Link>
|
||||||
|
<FollowButton profile={followerProfile} />
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
})}
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
export function FollowingList({ profile }: { profile?: Resolved<TwitProfile> }) {
|
||||||
|
return (
|
||||||
|
<div className="flex flex-col gap-4 p-4 bg-background rounded-lg border shadow-lg w-96 max-w-full m-2">
|
||||||
|
{[...new Set(profile?.following || [])].map(followingProfile => {
|
||||||
|
return (
|
||||||
|
<div key={followingProfile?.id} className="flex items-center">
|
||||||
|
<ProfilePicImg
|
||||||
|
src={followingProfile?.avatar?.as(BrowserImage)?.highestResSrcOrPlaceholder}
|
||||||
|
linkTo={'/' + followingProfile?.id}
|
||||||
|
initial={followingProfile?.name[0]}
|
||||||
|
/>
|
||||||
|
<Link to={'/' + followingProfile?.id} className="font-bold hover:underline">
|
||||||
|
{followingProfile?.name}
|
||||||
|
</Link>
|
||||||
|
<FollowButton profile={followingProfile} />
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
})}
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
}
|
||||||
39
examples/twit/src/basicComponents/SubmittableInput.tsx
Normal file
39
examples/twit/src/basicComponents/SubmittableInput.tsx
Normal file
@@ -0,0 +1,39 @@
|
|||||||
|
import { Input } from "@/basicComponents/ui/input";
|
||||||
|
import { Button } from "@/basicComponents/ui/button";
|
||||||
|
|
||||||
|
export function SubmittableInput({
|
||||||
|
onSubmit,
|
||||||
|
label,
|
||||||
|
placeholder,
|
||||||
|
disabled,
|
||||||
|
}: {
|
||||||
|
onSubmit: (text: string) => void;
|
||||||
|
label: string;
|
||||||
|
placeholder: string;
|
||||||
|
disabled?: boolean;
|
||||||
|
}) {
|
||||||
|
return (
|
||||||
|
<form
|
||||||
|
className="flex flex-row items-center gap-3"
|
||||||
|
onSubmit={(e) => {
|
||||||
|
e.preventDefault();
|
||||||
|
const textEl = e.currentTarget.elements.namedItem(
|
||||||
|
"text"
|
||||||
|
) as HTMLInputElement;
|
||||||
|
onSubmit(textEl.value);
|
||||||
|
textEl.value = "";
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
<Input
|
||||||
|
className="-ml-3 -my-2 flex-grow flex-3 text-base"
|
||||||
|
name="text"
|
||||||
|
placeholder={placeholder}
|
||||||
|
autoComplete="off"
|
||||||
|
disabled={disabled}
|
||||||
|
/>
|
||||||
|
<Button asChild type="submit" className="flex-shrink flex-1 cursor-pointer">
|
||||||
|
<Input type="submit" value={label} disabled={disabled} />
|
||||||
|
</Button>
|
||||||
|
</form>
|
||||||
|
);
|
||||||
|
}
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user