Skip to content

Commit ef2ddb4

Browse files
authored
Merge pull request #3 from frckbrice/legal-brand-update
Update legal and contact info to av-digital-workspaces, fix lint issues
2 parents fa490fa + 035b661 commit ef2ddb4

File tree

45 files changed

+1461
-900
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+1461
-900
lines changed

.github/workflows/ci.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,32 @@ jobs:
3333
- name: Run TypeScript type check
3434
run: yarn tsc --noEmit
3535

36+
# test:
37+
# name: Test
38+
# runs-on: ubuntu-latest
39+
40+
# steps:
41+
# - name: Checkout code
42+
# uses: actions/checkout@v4
43+
44+
# - name: Setup Node.js
45+
# uses: actions/setup-node@v4
46+
# with:
47+
# node-version: ${{ env.NODE_VERSION }}
48+
# cache: 'yarn'
49+
50+
# - name: Install dependencies
51+
# run: yarn install --frozen-lockfile
52+
53+
# - name: Run tests
54+
# run: yarn test
55+
# env:
56+
# CI: true
57+
3658
build:
3759
name: Build
3860
runs-on: ubuntu-latest
61+
# needs: [lint-and-type-check, test]
3962
needs: [lint-and-type-check]
4063

4164
steps:

.vscode/extensions.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"recommendations": ["denoland.vscode-deno"]
3+
}

.vscode/settings.json

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,32 @@
11
{
2+
"[typescript]": {
3+
"editor.defaultFormatter": "denoland.vscode-deno"
4+
},
25
"deno.enable": true,
6+
"deno.enablePaths": [
7+
"supabase/functions"
8+
],
39
"deno.lint": true,
4-
"deno.unstable": false,
510
"deno.suggest.imports.hosts": {
6-
"https://deno.land": true,
711
"https://cdn.nest.land": true,
8-
"https://crux.land": true
12+
"https://crux.land": true,
13+
"https://deno.land": true
914
},
10-
// "deno.importMap": "./import_map.json",
15+
"deno.unstable": [
16+
"bare-node-builtins",
17+
"byonm",
18+
"sloppy-imports",
19+
"unsafe-proto",
20+
"webgpu",
21+
"broadcast-channel",
22+
"worker-options",
23+
"cron",
24+
"kv",
25+
"ffi",
26+
"fs",
27+
"http",
28+
"net"
29+
],
1130
"editor.defaultFormatter": "denoland.vscode-deno",
1231
"editor.formatOnSave": true
1332
}

README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,19 +65,30 @@
6565
<div align="center>
6666

6767
### 🏠 Landing Page
68-
![Landing Page](public/project-images/2.png)
68+
![Landing Page](public/project-images/26.png)
69+
![Landing Page](public/project-images/25.png)
6970

7071
### 📝 Real-time Editor
7172
![Real-time Editor](public/project-images/3.png)
73+
![Collaboration](public/project-images/13.png)
74+
7275

7376
### 👥 Collaboration
74-
![Collaboration](public/project-images/5.png)
77+
![Collaboration](public/project-images/2.png)
78+
![Collaboration](public/project-images/15.png)
79+
![Collaboration](public/project-images/19.png)
80+
81+
![Collaboration](public/project-images/10.png)
82+
![Collaboration](public/project-images/12.png)
7583

7684
### 🎨 Dark Mode
7785
![Dark Mode](public/project-images/6.png)
86+
![Dark Mode](public/project-images/7.png)
7887

7988
### 📁 Workspace Management
80-
![Workspace Management](public/project-images/7.png)
89+
![Workspace Management](public/project-images/16.png)
90+
![Collaboration](public/project-images/24.png)
91+
8192

8293
### 🔐 Authentication
8394
![Authentication](public/project-images/8.png)

0 commit comments

Comments
 (0)