joschuatonn 3888ec41c8 - Outsorced the settings popup into its own component
- Chats with more than 2 users are now displayed correctly
- The user can now select chats as well
- Added header which displays the Name and ProfilePicture
of the selected user (and displayName and groupProfilePicture for group chats)
2024-05-19 11:19:52 +02:00
2024-04-14 13:13:29 +02:00
2024-04-14 13:13:29 +02:00
2024-04-14 13:13:29 +02:00
2024-04-29 10:31:47 +02:00
2024-04-14 13:13:29 +02:00
2024-04-14 13:13:29 +02:00
2024-04-14 13:13:29 +02:00
2024-04-14 13:13:29 +02:00
2024-04-14 13:13:29 +02:00
2024-05-13 08:16:50 +02:00
2024-04-14 13:13:29 +02:00

Praxistransferprojekt II (praxistransfer-frontend)

Praxistransferprojekt | Zweites Semester

Install the dependencies

yarn
# or
npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Lint the files

yarn lint
# or
npm run lint

Format the files

yarn format
# or
npm run format

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.config.js.

Description
No description provided
Readme 410 KiB
Languages
Vue 61.7%
TypeScript 25.6%
JavaScript 11.1%
HTML 1.4%
Dockerfile 0.2%