Skip to content

Commit

Permalink
Merge pull request #595 from appwrite/feat-messaging
Browse files Browse the repository at this point in the history
Add messaging pages
  • Loading branch information
TorstenDittmann authored Jan 24, 2024
2 parents dd259b6 + 2de13c7 commit c3907e4
Show file tree
Hide file tree
Showing 184 changed files with 8,857 additions and 8,147 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
name: Tests

on:
push:
branches: [main]
paths-ignore:
- '**/*.md'
- 'static/**/*'
pull_request:
branches: [main]
branches: ['**']
paths-ignore:
- '**/*.md'
- 'static/**/*'
Expand All @@ -24,8 +19,8 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 18
# - name: Audit dependencies
# run: npm audit --audit-level low
- name: Audit dependencies
run: npm audit --audit-level low
- name: Install dependencies
run: npm ci
- name: Svelte Diagnostics
Expand Down
942 changes: 533 additions & 409 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"e2e": "playwright test tests/e2e"
},
"dependencies": {
"@appwrite.io/console": "^0.4.2",
"@appwrite.io/console": "^0.6.0-rc.8",
"@appwrite.io/pink": "0.2.0",
"@appwrite.io/pink-icons": "0.2.0",
"@popperjs/core": "^2.11.8",
Expand Down
Loading

0 comments on commit c3907e4

Please sign in to comment.