Skip to content

Commit

Permalink
Merge branch 'master' into muc
Browse files Browse the repository at this point in the history
# Conflicts:
#	package-lock.json
#	src/broker/delegate.ts
#	src/components/inbox/InboxMessaging.vue
#	src/store/index.ts
#	src/store/tables/inbox.ts
  • Loading branch information
valeriansaliou committed Oct 10, 2023
2 parents c61d299 + f79c91c commit 3c5cf34
Show file tree
Hide file tree
Showing 111 changed files with 2,117 additions and 558 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# prose-app-web
# <picture><source media="(prefers-color-scheme: dark)" srcset="https://github.com/prose-im/prose-app-web/assets/1451907/8e6c83c6-26a0-4505-9561-50a9c97bf236" /><img src="https://github.com/prose-im/prose-app-web/assets/1451907/dd3f7cb4-b156-4ecc-a15f-744dea259e27" alt="prose-app-web" width="150" height="60" /></picture>

[![Test and Lint](https://github.com/prose-im/prose-app-web/actions/workflows/test.yml/badge.svg?branch=master)](https://github.com/prose-im/prose-app-web/actions/workflows/test.yml)

Expand Down Expand Up @@ -76,6 +76,10 @@ PROSE_CORE_VIEWS_PATH="../prose-core-views" npm run dev

## Design

![Prose main view](https://github.com/prose-im/prose-app-web/assets/1451907/624bcf38-7406-4194-9aba-924144b6a675)
![Prose profile modal](https://github.com/prose-im/prose-app-web/assets/1451907/e930929b-2fee-4566-86b5-a1b104b39c03)
![Prose login screen](https://github.com/prose-im/prose-app-web/assets/1451907/92af0399-b74a-4321-b66a-a9a64d56b783)

_👉 The Prose Web app reference design [can be found there](https://github.com/prose-im/prose-medley/blob/master/designs/app/prose-app-web.sketch)._

## License
Expand Down
8 changes: 5 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,13 @@
/>

<title>Prose</title>

<script type="module" src="/src/main.ts" defer async></script>
</head>

<body>
<div id="app"></div>

<script type="module" src="/src/main.ts"></script>
<div id="runtime">
<div id="loader"></div>
</div>
</body>
</html>
131 changes: 127 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
"sass": "1.57.x",
"vite": "4.2.x",
"vite-plugin-wasm": "3.2.x",
"vite-plugin-html-config": "1.0.x",
"vite-plugin-pug-transformer": "1.0.x",
"vite-plugin-static-copy": "0.13.x",
"vite-plugin-svg-icons": "2.0.x",
Expand Down
Binary file added public/videos/loader/dark/logo-av1.webm
Binary file not shown.
Binary file added public/videos/loader/dark/logo-hvc1.mp4
Binary file not shown.
Binary file added public/videos/loader/dark/logo-vp9.webm
Binary file not shown.
Binary file added public/videos/loader/light/logo-av1.webm
Binary file not shown.
Binary file added public/videos/loader/light/logo-hvc1.mp4
Binary file not shown.
Binary file added public/videos/loader/light/logo-vp9.webm
Binary file not shown.
Loading

0 comments on commit 3c5cf34

Please sign in to comment.