summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Kai Moritz [Sun, 25 Dec 2022 23:08:25 +0000 (00:08 +0100)]
feat: The chatroom-components listens to the SSE-stream of the chatroom
Kai Moritz [Sun, 25 Dec 2022 22:03:47 +0000 (23:03 +0100)]
feat: Added a chatroom component, that is navigatable by the chatroom's ID
Kai Moritz [Sun, 25 Dec 2022 21:53:18 +0000 (22:53 +0100)]
feat: A Username must not be empty
Kai Moritz [Sun, 25 Dec 2022 21:35:36 +0000 (22:35 +0100)]
feat: Added validation for the "Pick Name"-form
Kai Moritz [Sun, 25 Dec 2022 20:54:51 +0000 (21:54 +0100)]
feat: Switched styling to Bootstrap and applied basic stylings
Kai Moritz [Sun, 25 Dec 2022 15:13:13 +0000 (16:13 +0100)]
feat: Added a user-service, that asserts, that a user is known
Kai Moritz [Sun, 25 Dec 2022 01:21:49 +0000 (02:21 +0100)]
feat: The available chatrooms are fetched and displayed in a component
Kai Moritz [Sun, 25 Dec 2022 01:20:53 +0000 (02:20 +0100)]
feat: Renamed app, added styles from the heroes-tutorial
Kai Moritz [Tue, 20 Dec 2022 17:17:49 +0000 (18:17 +0100)]
feat: Generated an empty Angular 15.x App