jona.klaess
f5c9aa8807
use env vars
2026-06-08 15:22:18 +02:00
jona.klaess
4d7482c000
fix version and token
2026-06-04 20:41:20 +02:00
jona.klaess
9e8cc98e0e
only use owner, not repo
2026-06-04 20:37:53 +02:00
jona.klaess
c165686c4e
remove private from package
2026-06-04 20:36:25 +02:00
jona.klaess
05cb6016c2
add tag
2026-06-04 20:33:21 +02:00
jona.klaess
60e4791a80
add npm ci
2026-06-04 20:17:34 +02:00
jona.klaess
063e4834d3
fix version
2026-06-04 20:13:06 +02:00
jona.klaess
0c4ce62584
configure build
2026-06-04 19:47:43 +02:00
Joschua Tonn
851fbf679d
Merge pull request #4 from joschuatonn/feature/chatSettingsComponent
...
Feature/chat settings component
2024-06-27 19:30:36 +02:00
joschuatonn
169662142a
Fixed two minor bugs and edited the README.md
2024-06-27 19:16:00 +02:00
joschuatonn
b38e610d61
fixed some bugs so that the Präsentation kein komplettes Desaster wird
2024-06-25 08:52:05 +02:00
joschuatonn
f229e3bfbb
Some more minor changes
2024-06-20 07:30:38 +02:00
joschuatonn
629a9efb4f
removed unused code
2024-06-20 07:30:03 +02:00
joschuatonn
6b558e6d48
removed unused methods
2024-06-20 07:29:25 +02:00
joschuatonn
85b6da4387
Random colors are now assigned to every member of a chat at startup
2024-06-20 07:29:00 +02:00
joschuatonn
0c9ca7c36a
ChatSettingsComponent no longer accepts type "chat" as prop, chatID instead
2024-06-20 07:28:36 +02:00
joschuatonn
03f16315fa
Usernames are now displayed in different colors
2024-06-20 07:27:38 +02:00
joschuatonn
487ecdfaf6
Some smaller changes
2024-06-16 18:06:38 +02:00
joschuatonn
9804be54c4
notification-store now saves wether the applications tab is focussed
2024-06-16 18:06:06 +02:00
joschuatonn
1ba391f30f
Changes made to a group chat can now be saved (WIP)
2024-06-16 18:05:27 +02:00
joschuatonn
a57f0c11e8
introduced the notification-store, which allows to notify the user about new messages
2024-06-16 18:04:52 +02:00
joschuatonn
a5c4aea738
Profile- and Chat Card now display the last message as a preview
2024-06-16 18:04:07 +02:00
joschuatonn
e239e69ff7
User is now able to start a new dm chat with another user, optimized message loading
2024-06-16 18:03:33 +02:00
joschuatonn
fee2fb4bdd
fixed Date-Formatting
2024-06-16 18:01:21 +02:00
joschuatonn
c2c1106cfd
Timestamp is now formatted properly
2024-06-10 12:25:24 +02:00
joschuatonn
df991858b8
Merge branch 'feature/chatSettingsComponent' of https://github.com/joschuatonn/praxistransferFrontend into feature/chatSettingsComponent
2024-06-03 15:20:15 +02:00
joschuatonn
919b4888e6
Messages are now properly displayed and formatted
2024-06-03 15:19:49 +02:00
JonaKl
cbf21942cf
Merge remote-tracking branch 'origin/feature/chatSettingsComponent' into feature/chatSettingsComponent
2024-05-31 20:54:22 +02:00
JonaKl
47e84a54d6
swapped await to then for being able to build app
2024-05-31 20:53:54 +02:00
joschuatonn
3308db7be7
Merge branch 'feature/chatSettingsComponent' of https://github.com/joschuatonn/praxistransferFrontend into feature/chatSettingsComponent
2024-05-30 09:25:23 +02:00
joschuatonn
2bd8dbc991
Added popup to allow the user to confirm the deletion of their account
2024-05-30 09:21:09 +02:00
joschuatonn
ec64e269ca
Removed unused code, two-person-chats are now displayed correctly
2024-05-30 09:20:03 +02:00
joschuatonn
6e2525da87
Added slim variant for the profilecardcomponent
2024-05-30 09:19:39 +02:00
joschuatonn
b32599e6af
MessageComponent now displays the Display- and username of the sender
2024-05-30 09:19:09 +02:00
joschuatonn
33279335cb
Changed return values in order to be able to introduce error handling
2024-05-30 09:18:37 +02:00
joschuatonn
d3b2eaa32a
Outsourced notify funtionality into utils file
2024-05-30 09:17:40 +02:00
joschuatonn
d12ca80375
Users can now be removed from chats
2024-05-30 09:15:51 +02:00
joschuatonn
9f516b5619
chat store now uses dedicated ProfilePicture model
2024-05-29 11:57:19 +02:00
joschuatonn
0403a48a30
Removed default values for status and profile picture and added updateUser call
2024-05-29 11:56:50 +02:00
joschuatonn
a225aaace3
Deleted the unused ExampleStore
2024-05-29 11:56:25 +02:00
joschuatonn
3c3098f323
User-Search in CreateChatComponent now displays the correct profile pictures
2024-05-29 11:56:02 +02:00
joschuatonn
52b72992ee
Added a profile picture selector to the ChatSettingsComponent
2024-05-29 11:55:29 +02:00
joschuatonn
f6291c4af2
Removed the default profile picture from the ChatCardComponent
2024-05-29 11:55:02 +02:00
joschuatonn
466b854f8e
Removed some unused example files and adjusted imports accordingly
2024-05-29 08:48:21 +02:00
joschuatonn
dd6c588eb5
Removed some old models and adjusted the component accordingly
2024-05-29 08:44:53 +02:00
joschuatonn
c01654c59c
Message timestamp now adds a leading zero to values under ten (minutes only)
2024-05-29 08:40:58 +02:00
JonaKl
641efea6c4
swapped await to then for being able to build app
2024-05-27 11:19:11 +02:00
Jona Kläß
eed9df488e
changed endpoint
2024-05-25 14:15:40 +02:00
joschuatonn
c8d5bc5734
Worked on several new features:
...
- ProfilePictures for users are now pulled from the backend
- added a component for chat settings (WIP)
- added a loading screen when the backend is not available
- reworked the "add chat" feature
- started to implement the general send-message functionality
2024-05-25 13:37:50 +02:00
joschuatonn
176abf58b2
When a chat is selected, the header now shows the member list
2024-05-19 12:04:43 +02:00